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 |
List out some key concept of SAS
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 the purpose of trailing @ and @@? How do you use them?
Describe the function and untility of the most difficult SAS macro that you have written.
Hi all, If Anybody has Advance SAS Certification dumps??? Please share with me. Email: pramod.kalugade03@gmail.com
What are the ways to do a “table lookup” in sas?
how to write code for left outer join in SAs using datastep?
What would be the value of month at the end of data step execution and how many observations would be there?
Why double trailing @@ is used in input statement?
name the scheduler for scheduling job and explain the scheduler? : Sas-di
How to get top scorer student from a class-table having different sections A,B, C & D? Each section having same number of students.
What does the RUN statement do?