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
Explain data step in SAS
Hi, If anyone has base SAS certification dumps, please share.
what techniques and/or procs do you use for tables? : Sas programming
How to import multiple xls files into sas. Out of those files, how to get different values from a single variable and how to find number of rows per value type? We can do this using group by for one xls file with proc sql. Was wondering how I can achieve this for multiple files at the same time. Any ideas?
This entry was posted in General. Bookmark the permalink. Post a comment or leave
What is program data vector (pdv) and what are its functions?
what is the basic structure sas administrator? : Sas-administrator
What is the use of PROC gplot?
Describe the ways in which you can create a macro variable?
What are common programming errors committed in sas
How to limit decimal places for the variable using proc means?
what is enterprise guide? What is the use of it? : Sas programming
what is the primary data source for the wrs? : Sas-bi
which date function advances a date, time or datetime value by a given interval? : Sas programming
Have you used macros? For what purpose you have used? : sas-macro