Name statements that are recognized at compile time only?
Answer Posted / 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 |
Post New Answer View All Answers
how would you create a data set with 1 observation and 30 variables from a data set with 30 observations and 1 variable? : Sas programming
Differentiate between sas functions and sas procedures.
Where do you use proc means over proc freq?
Explain the difference between informat and format with an example.
what is the difference between: x=a+b+c+d; and x=sum (of a, b, c ,d);? : Sas programming
How will you generate test data with no input data?
What is the use of PROC gplot?
If a variable contains letters or special characters, can it be numeric data type?
what is the Population you used in your project, is it ITT or PP?
i have a dataset with 100 obs i want to generate title from 20th obs onwards with total observations. that should contain 100 obs.dont use firstobs and dnt split the data. use dataset block or proc report? how can we genarate;
Differentiate between proc means and proc summary.
Tell e how how dealt with..
how do you test for missing values? : Sas programming
which date function advances a date, time or datetime value by a given interval? : Sas programming
Explain data step in SAS