Name statements that are recognized at compile time only?
Answers were Sorted based on User's Feedback
Answer / dupe
Array statements are also compile time only statements
| Is This Answer Correct ? | 14 Yes | 0 No |
Answer / vijay
sirisha thanx for the answers,
but i believe all the global statements (wht u mentioned )
including options, title, footnote statements; will work at
both compile and execution time..
only compile drop, keep,
rename,label,format,informat,attrib, where,by, retain,
length statements are comile time statements only
| Is This Answer Correct ? | 10 Yes | 1 No |
Apart from doing numerous tasks during the compilation phase..
SAS also processes statements which are limited to compile time.These statements provide information to the compiler as to how the things will be set up in the PDV.they include
drop keep rename retain array by where attrib length format label.it also sets up automatic variables:
_N_ _ERROR_ IN= END= POINT= FIRST. LAST.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the use of divide function?
how many display types available in sas bi dashboard? : Sas-bi
What are the five ways to do a table lookup in sas? : sas-grid-administration
In SAS explain which statement does not perform automatic conversions in comparisons?
Which is the Best SAS training Institute in Delhi NCR for SAS certification preparation
what is the use of proc sql? : Sas programming
Tell e how how dealt with..
how to remove the duplicates by proc sql?
How do you convert basic cube to transaction cube and transaction cube to basic cube?
Where do you use proc means over proc freq?
where will go the observations that were deleted by delete statement?
1 new york 7,262,700 2 los angeles 3,259,340 3 philadelphia 1,642,900 how to read the above data using input statement consider the above data is in txt format externally u have to use infile and input statement.