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


Please Help Members By Posting Answers For Below Questions

What is the purpose of _character_ and _numeric_?

850


What is the purpose of trailing @ and @@? How do you use them?

830


what type of graphs we will create(for 2+years candidates)?

2118


What can you learn from the SAS log when debugging?

1160


what is star schema? : Sas-di

897


What are the applications primarily used by business analyst? : Sas-bi

809


What is the role of administrative users? : sas-grid-administration

902


what versions of sas have you used (on which platforms)? : Sas programming

851


Name validation tools used in SAS

939


How can I remove header from output data set?

2378


What is the use of %include statement?

851


Do you need to compute new variables? If so,should you do this before you execute the report-writing procedure?

1727


In SAS explain which statement does not perform automatic conversions in comparisons?

1104


how to remove duplicates using proc sql?

912


What is the work of tranwrd function?

1001