Question { 15804 }
If reading a variable length file with fixed input, how
would you prevent SAS from reading the next record if the
last variable didn?t have a value?
Answer
Is This Answer Correct ? | 0 Yes | 0 No |
Question { 22627 }
Does SAS ?Translate? (compile) or does it ?Interpret?? Explain.
Answer
Is This Answer Correct ? | 0 Yes | 0 No |
Question { 9379 }
At compile time when a SAS data set is read, what items are
created?
Answer
Is This Answer Correct ? | 1 Yes | 0 No |
Question { 18669 }
Name statements that are recognized at compile time only?
Answer
Is This Answer Correct ? | 0 Yes | 0 No |
Question { 22259 }
Identify statements whose placement in the DATA step is
critical?
Answer
Is This Answer Correct ? | 3 Yes | 0 No |
if reading an external file to produce an external file, what
is the shortcut to write that record without coding every
single variable on the record
Answer
Is This Answer Correct ? | 7 Yes | 0 No |
what is the difference between x=substr(name,1,2);
and substr(name,1,2)='x';
Answer
Is This Answer Correct ? | 14 Yes | 0 No |