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 / reshma
data _null_;
run;
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
I have 3 years of work experience at a startup and recently got certified in Data Science with SAS. I need to know how to get into the analytics industry
what are _numeric_ and _character_ and what do they do? : Sas programming
What is factor analysis?
What do the put and input function do?
what is information maps?
How would you identify a macro variable?
How many ways to overcome a missing values???
what is the difference between infile and input? : Sas-administrator
what are some problems you might encounter in processing missing values? In data steps? Arithmetic? Comparisons? Functions? Classifying data? : Sas programming
what is intially documentation in sas?
What is the difference between order and group variable in proc report?
How does the internal authentication work in sas? : sas-grid-administration
How do dates work in sas?
which date function advances a date, time or datetime value by a given interval? : Sas programming
Explain the special input delimiters used in sas programming.