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 / koduri
using DATA _NULL_;
| Is This Answer Correct ? | 19 Yes | 0 No |
Post New Answer View All Answers
how would you create multiple observations from a single observation? : Sas programming
What are the scrubbing procedures in sas?
what techniques and/or procs do you use for tables? : Sas programming
What are the parameters of scan function?
what is proc Index? and what is proc document?
Tell me about % include and % eval? : sas-macro
Do you need to know if there are any missing values?
what is sas metadata server? : Sas-di
How would you define the end of a macro? : sas-macro
What is the difference between match merge and one to one merge?
What is the difference between the proc sql and data step?
Explain the difference between using drop = data set option in set and data statement?
What is the use of function Proc summary?
Name validation tools used in SAS
What is the difference between reading data from an external file and reading data from an existing data set?