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 / reshma
data _null_;
run;
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the use of the %include statement?
What is a macro routine?
what are several options for creating reports in web report studio? : Sas-bi
what is null hypothesis? why do you consider that?
Explain what Proc glm does?
what does the run statement do? : Sas programming
what are the new features included in the new version of sas i.e., Sas 9.1.3? : Sas programming
how sas deals with business intelligence? : Sas-bi
How you can read the variables that you need?
what do the sas log messages "numeric values have been converted to character" mean? : Sas programming
Mention the difference between ceil and floor functions in sas?
what is sas enterprise intelligence architecture? : Sas-bi
what can you learn from the sas log when debugging? : Sas programming
name several ways to achieve efficiency in your program? : Sas programming
what are the categories that sas informats are used to the place the data? : Sas-administrator