Name statements that are execution only.
Answers were Sorted based on User's Feedback
Answer / sunil
keep, drop, retain, and label are compilation phase
statements.
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / saritha
The statements are
IF,IF THEN ELSE,OUTPUT,DELETE
these are execution statements....
| Is This Answer Correct ? | 0 Yes | 2 No |
How would you code a macro statement to produce information on the SAS log? This statement can be coded anywhere.
Did you used proc lifetest? when?
2 Answers Accenture, Parexel, Quintiles,
When merging 2 datasets with a common variable (not merge key), how to keep both?
What do the mod and int function do? : Sas programming
If you have a dataset that contains 100 variables, but you need only five of those, what is the code to force SAS to use only those variables?
What is Tabulate.?Why we use it.? Which type of output we get from Tabulate.?
what is TAB delimiter? explain about it? what will you do to get TAB delimiter?
How do you download a flat file from Mainframe to your local PC using SAS?
In the SAS Data step what is the difference between the subsetting done by Where and subsetting done by If?
what is the difference between proc report and proc format?
Which of the following is not created during compilation phase?
How do i read multiple spaces in datasets?