Name statements that are recognized at compile time only?
Answer Posted / 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 |
Post New Answer View All Answers
What are the different operating system platforms in which we can use sas? : sas-grid-administration
What is slibref?
if a variable contain dates like "2015/01"---"2015/12" (yymm) ,How to add day to those dates,if them month is jan then 31 if the month is feb then 28 so on ...
How will you use the WHO Drug Dictionary for Reporting Clinical Trials?
How would you invoke a macro? : sas-macro
explain what is data set in sas? : Sas-administrator
Mention the difference between ceil and floor functions in sas?
What are the special input delimiters used in SAS?
How to limit decimal places for the variable using proc means?
What is the maximum length of the macro variable? : sas-macro
what are the considerations when picking a SAS/STAT procedure?
if you were told to create many records from one record, show how you would do this using array and with proc transpose? : Sas programming
how would you determine the number of missing or nonmissing values in computations? : Sas programming
what do the sas log messages "numeric values have been converted to character" mean? What are the implications? : Sas programming
What is Linear Regression?