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


Please Help Members By Posting Answers For Below Questions

Will it bother you if the guy at the next desk times the frequency and duration of your bathroom or coffee breaks on the grounds that ?you are getting paid twice as much as he is??

2385


How does SAS handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, PROCs?

1349


Do you need to rearrange the order of the data for the report?

2096


Explain why double trailing @@ is used in input statement?

839


Explain the difference between nodup and nodupkey options?

830


What would be the value of month at the end of data step execution and how many observations would be there?

830


How to test the debugging in sas?

900


Hi all, If Anybody has Advance SAS Certification dumps??? Please share with me. Email: pramod.kalugade03@gmail.com

1839


What is interleaving in SAS?

893


What is the work of tranwrd function?

998


what cause the "error: connect:" and "error in the libname statement" when there weren't any such problems?

1967


What are the differences between proc means and proc summary?

847


What are the difference between sas functions and procedures?

880


what is star schema? : Sas-di

893


What system options would you use to help debug a macro? : sas-macro

894