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 / thanwi
using _null_ in data statement
data _null_;
--
--
--
run;
| Is This Answer Correct ? | 26 Yes | 0 No |
Post New Answer View All Answers
What is the use of stop statement?
What is the difference between the proc sql and data step?
what is SAS OPTIMIZATION?
What is a method to debug and test your SAS program?
Name types of category in which SAS Informats are placed?
what is the difference between calculating the 'mean' using the mean function and proc means? : Sas programming
how would you create multiple observations from a single observation? : Sas programming
Describe crosslist option in tables statement?
Describe a time when you were really stuck on a problem and how you solved it?
what do the sas log messages "numeric values have been converted to character" mean? : Sas programming
what are the categories that sas informats are used to the place the data? : Sas-administrator
how does sas handle missing values in procs? : Sas programming
What are the default statistics for means procedure?
what is sas metadata server? : Sas-di
Which date function advances a date, time or datetime value by a given interval?