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 are the validation tools in sas?
WHAT DOES A SAS SPECIFICATION DOCUMENT SDS CONTAIN ?
How do you read in the variables that you need?
Does anybody have SAS Training manual or documentation or can you refer me any book to have better understanding on SAS. I am fresher to SAS tool. (Ready to pay)
Differentiate input and infile.
What are the best sas programming practices for handling very large datasets? : sas-grid-administration
Compare sas with other data analytics tools.
If a variable contains only numbers, can it be a character data type?
What are exact SAS Base contents..?N what r SAS Tools..?
how to rearrange the data as our wish by using dataset block?
What does P-value signify about the statistical data?
For what purposes have you used sas macros? : sas-macro