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
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??
How does SAS handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, PROCs?
Do you need to rearrange the order of the data for the report?
Explain why double trailing @@ is used in input statement?
Explain the difference between nodup and nodupkey options?
What would be the value of month at the end of data step execution and how many observations would be there?
How to test the debugging in sas?
Hi all, If Anybody has Advance SAS Certification dumps??? Please share with me. Email: pramod.kalugade03@gmail.com
What is interleaving in SAS?
What is the work of tranwrd function?
what cause the "error: connect:" and "error in the libname statement" when there weren't any such problems?
What are the differences between proc means and proc summary?
What are the difference between sas functions and procedures?
what is star schema? : Sas-di
What system options would you use to help debug a macro? : sas-macro