Name statements that are recognized at compile time only?
Answer Posted / pratik singh jageera
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 |
Post New Answer View All Answers
: and & modifiers.
Give e an example of..
Give some examples where proc report’s defaults are different than proc print’s defaults?
What is data _null_?
how to create the AE dataset by using SDTMIG specifications and SAP plan by using UNIX platform?
how will you location sas platform applications available from web browser? : Sas-bi
What is the maximum length of the macro variable?
what is metadata? : Sas-bi
Hello Friends, am new to this forum and am not good at sas progarmming. please can any one of you send me couple of sample large sample SAS Jobs which can you use 200 MB of data and other sas job upto 25GB of data. am doing a performance testing on our legacy systems and new upgraded system. I would really appreciate if you can do me this favor Thank you Priya
how to change the execute of macro
Mention few capabilities of sas framework.
What is the basic syntax of a sas program?
what is the use of proc sql? : Sas programming
what techniques and/or procs do you use for tables? : Sas programming
What do the mod and int function do? : Sas programming