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 / ratna
data one;
run;
proc print;
run;
| Is This Answer Correct ? | 0 Yes | 34 No |
Post New Answer View All Answers
What function CATX syntax does?
How do you delete duplicate observations in sas?
How would you identify a macro variable?
what are the benefits of data integration? : Sas-di
Mention what is SAS data set?
What are the functions which are used for character handling functions?
what are some good sas programming practices for processing very large data sets? : Sas programming
If you were told to create many records from one record, show how you would do this using array and with proc transpose?
Tell me about % include and % eval? : sas-macro
What is the difference between %local and %global? : sas-macro
Hi, Does anybody has lastest SAS certification(base, adv., clinical)dumps,if anybody has please email me at mailtorajani76@gmail.com. Thanks
what is the primary data source for the wrs? : Sas-bi
What is a macro routine?
Explain data step in SAS
Explain by-group processing?