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
For what purposes have you used sas macros? : sas-macro
how does sas handle missing values in sort order? : Sas programming
what are the scrubbing procedures in sas? : Sas programming
what is hash files in sas and why we are using this one in sas?
How do you add a number to a macro variable? : sas-macro
What is the differnce between SDTM 3.1.2 to 3.1.1 version
Explain the special input delimiters used in sas programming.
Explain the difference between nodup and nodupkey options?
What is the use of divide function?
How does SAS handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, PROCs?
Explain how merging helps to combine data sets.
What is the difference between proportion and average?
name some data transformation used in sas di? : Sas-di
How to specify variables to be processed by the freq procedure?
If you were told to create many records from one record, show how you would do this using array and with proc transpose?