Name statements that are recognized at compile time only?
Answers were Sorted based on User's Feedback
Answer / mallikarjuna reddy.vanna
retain,input,infile,informat,format etc.
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / 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 |
What is the purpose of _character_ and _numeric_?
What happens in the following code, if u type 8 instead of *? proc sql noprint; create table abc as select 8 from lib.abc; quit;
name several ways to achieve efficiency in your program? : Sas programming
Do you know the features of sas?
What would be the result of the following SAS function (given that 31 Dec, 2000 is Sunday)?
Can anyone help me about SAS Realtime scenarios in Clinical field
Do you need to rearrange the order of the data for the report?
How do you debug macros?
what is treatment emergent events and treatment emregent adverse event
Where do you use proc means over proc freq?
explain the concepts and capabilities of business object? : Sas-bi
which date functions advances a date time or date/time value by a given interval? : Sas programming