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 |
what are some differences between proc summary and proc means? : Sas programming
How do you debug and test your SAS programs? What can you learn from the SAS log when debugging? How do you test for missing values? How would you create multiple observations from a single observation? What are some good SAS programming practices for processing very large data sets? Briefly describe 5 ways to do a "table lookup" in SAS. Why is SAS considered self-documenting? Are you sensitive to code walk-throughs, peer review, or QC review? What other SAS features do you use for error trapping and data validation? How does SAS handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, PROCs?
How does the internal authentication work in sas? : sas-grid-administration
if i having variables named a b c d e f ,how to find total of each variable ????give syntax...??
How do you test for missing values?
what is the purpose of _error_? : Sas programming
Explain the difference between nodup and nodupkey options?
how to assign a macro value to a variable?
What are the automatic variables for macro? : sas-macro
explain the function of substr in sas? : Sas-administrator
How would you create multiple observations from a single observation?
How is character variable converted into numeric variable and vice versa?