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 |
Write SAS codes to compare two datasets. Suppose the allowable difference is 0.1.
Can you excute a macro within a macro? Describe.
Can anyone help to find a statement to get all the predefined formats?
3 Answers Verinon Technology Solutions,
i have a null dataset with 10 variables; i want to print only name of the varibales in log window and also output window.how can we do this one?
What is the difference Using & and && in the macro variables
how does sas handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, procs? : Sas programming
Explain how merging helps to combine data sets.
describe the interaction table in sas di? : Sas-di
Which is the best place to learn SAS clinicals and Oracle clinical in hyderabad?
is there any difference between proc summary and proc means?
Give some examples where proc report’s defaults are different than proc print’s defaults?
what is the difference between proc means and proc summary?