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
Can you explain the process of calendar?
What does PROC print, and PROC contents do?
what is the different between functions and procs that calculate the same simple descriptive statistics? : Sas programming
what is enterprise guide? What is the use of it? : Sas programming
Describe the function and untility of the most difficult SAS macro that you have written.
Mention what is PROC in SAS?
What was the last computer book you purchased? Why?
what is the primary data source for the wrs? : Sas-bi
What is the difference between input and infile statement?
What is the difference between %local and %global? : sas-macro
how will you locate the sas platform applications? : Sas-bi
How would you code a macro statement to produce information on the sas log? This statement can be coded anywhere? : sas-macro
What is the difference between reading data from an external file and reading data from an existing data set?
Describe a time when you were really stuck on a problem and how you solved it?
what are the new features included in the new version of sas i.e., Sas 9.1.3? : Sas programming