If you?re not wanting any SAS output from a data step, how
would you code the data statement to prevent SAS from
producing a set?
Answer Posted / koduri
using DATA _NULL_;
Is This Answer Correct ? | 19 Yes | 0 No |
Post New Answer View All Answers
What are the different operating system platforms in which we can use sas? : sas-grid-administration
What are the features of base sas system?
What is the role of unrestrictive users? : sas-grid-administration
Describe the function and untility of the most difficult SAS macro that you have written.
What is the difference between order and group variable in proc report?
how are numeric and character missing values represented internally? : Sas programming
why is a stop statement needed for the point=option on a set statement? : Sas programming
Which command is used to perform sorting in sas program?
how can you put a "trace" in your program? : Sas programming
Describe 5 ways to do a “table lookup” in SAS?
Do you need to rearrange the order of the data for the report?
What are symget and symput? : sas-macro
What are the advantages of using sas?
What are the new features included in the new version of SAS Programming Language?
what are the scrubbing procedures in sas? : Sas programming