Name statements that function at both compile and execution
time.
Answers were Sorted based on User's Feedback
Answer / radhika
DATA is the statement that function at both compile and
execution time.
| Is This Answer Correct ? | 21 Yes | 3 No |
Answer / suresh
input is the only statement that function at both compile
and execution time
| Is This Answer Correct ? | 8 Yes | 2 No |
Answer / vishh
input is the statement that function at both compile and execution time.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / sweety kumari
Input statement functions both at compile and execution time
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / ganesh
keep and drop statements identifies at both compile and
execution time.
| Is This Answer Correct ? | 8 Yes | 15 No |
What does proc print, and proc contents are used for?
What report output formats can you generate using SAS?
Are the preferred term counts are always equal to Body system counts? If so, Why are they equal if not why they are not equal?
6) Explain about below automatic variables a) _N_ b) _ERROR_ c) _CHAR_ d) _NUMERIC_ e) _ALL_ f) FIRST.BY VARIABLE g) LAST.BY VARIABLE h) _NAME_ i) _TYPE_ j) _FREQ_ k) _STAT_ l) _BREAK
how to debug and test the sas program? : Sas-administrator
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?
how to remove duplicates using proc sql?
Explain substr function?
Name few SAS functions?
What are symbol tables?Differemce between Local N Global Symbol tables.....
How many missing values are available? When might you use them?
what are sas/access and sas/connect? : Sas programming