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 / sam
data _null_;
:::
:::
run;
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
How would you define the end of a macro?
Explain input and put function?
Can you suggest us materials for sdtm mapping?
Differentiate between ceil and floor functions.
how can you import .csv file in to sas? : Sas programming
What can you learn from the SAS log when debugging?
how to read the variables in sas? : Sas-administrator
Describe a time when you were really stuck on a problem and how you solved it?
How would you define the end of a macro? : sas-macro
If you have a dataset that contains 100 variables, but you need only five of those, what is the code to force SAS to use only those variables?
Explain bmdp procedure?
do you need to know if there are any missing values? : Sas programming
Approximately what date is represented by the SAS date value of 730?
Difference between nodup and nodupkey options?
What do the PUT and INPUT functions do?