Name statements that are recognized at compile time only?
Answers were Sorted based on User's Feedback
Answer / mallikarjuna reddy.vanna
retain,input,infile,informat,format etc.
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / suresh b anisetty
All compile time activities are un-conditions only exists
at execution time.
LABEL,KEEP,DROP,RENAME,LENGTH,FORMAT,INFORMAT,ATTRIB,BY,WHER
E and ARRAY are all compile time only statements, however
LABEL is the statement that can be place any where with in
the DATA step
| Is This Answer Correct ? | 4 Yes | 0 No |
What is the purpose of using the N=PS option?
Name any two sas spawners? : sas-grid-administration
Identify statements whose placement in the DATA step is critical.
Difference between informat and format?
How do you read in the variables that you need?
How do you write a test plan?
Name validation tools used in SAS
in data set200 observation how to take 110,150,170 using sql procedure?
What is the order of evaluation of the following operators + - * / ** () ???
how to read character value without using substr function in sas ?
What is the purpose of _character_ and _numeric_?
how do you debug and test your sas programs? : Sas programming