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 / ratna
data one;
run;
proc print;
run;
Is This Answer Correct ? | 0 Yes | 34 No |
Post New Answer View All Answers
What is the purpose of _character_ and _numeric_?
What is the purpose of trailing @ and @@? How do you use them?
what type of graphs we will create(for 2+years candidates)?
What can you learn from the SAS log when debugging?
what is star schema? : Sas-di
What are the applications primarily used by business analyst? : Sas-bi
What is the role of administrative users? : sas-grid-administration
what versions of sas have you used (on which platforms)? : Sas programming
Name validation tools used in SAS
How can I remove header from output data set?
What is the use of %include statement?
Do you need to compute new variables? If so,should you do this before you execute the report-writing procedure?
In SAS explain which statement does not perform automatic conversions in comparisons?
how to remove duplicates using proc sql?
What is the work of tranwrd function?