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? : sas-macro
Could you please answers for this. 1.Code the tables statement for a single-level (most common) frequency. 2.Code the tables statement to produce a multi-level frequency.
how can you get the single data set from the library(which has the number of data sets)?
3 Answers Accenture, Deloitte,
Write a SAS macro to calculate number of numbers in an email address
How would you delete observations with duplicate keys?
This entry was posted in General. Bookmark the permalink. Post a comment or leave
Can you excute a macro within a macro? Describe.
i have a dataset with 100000 records. i want 100 records from that dataset and create a dataset.we need to pick the observations random order like 100obs,500obs,1020obs,1890obs,2565obs like that i need 100 obs in random order? how can we create this one?
what is the function of catx syntax? : Sas-administrator
What SAS statements would you code to read an external raw data file to a DATA step?
how to read character value without using substr function in sas ?
describe about joins? briefly?