Which one of the following statements is true regarding the name of a SAS array?
A. It is saved with the data set.
B. It can be used in procedures.
C. It exists only for the duration of the DATA step.
D. It can be the same as the name of a variable in the data set.
Click Comment link to get answer
'C'
ReplyDeleteC
ReplyDeleteis it C? clarify this please
ReplyDeleteWhat is a SAS array?
ReplyDelete* a set of variables grouped together for the duration of a data step by being given a name in an ARRAY statement.
Obelix, we need more study and practice. It a dummy variable exist just for the calculation purposes.
ReplyDeleteYou gave the right answer.
A
ReplyDeleteyou have my eternal gratitude. your graciousness is appreciated
ReplyDeleteC
ReplyDeleteC
ReplyDeleteNot B. Wow, you can't use arrays in procedures. Bummer.
I admire the purity of the SAS programming language even if obsessive at times.
D is a no no of course.
Not A. Arrays are not stored in data sets but only their elements, so no name.
C
ReplyDeletec
ReplyDelete