How would you code the criteria to restrict the output to be
produced?
Answer Posted / sanjeev
proc sql;
select * from sashelp.class;
quit;
gives you an output.
proc sql noprint;
select * from sashelp.class;
quit;
no errors and output is restricted.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Have you ever used the SAS Debugger?
What can you learn from the SAS log when debugging?
How do you control the number of observations and/or variables read or written?
Describe the ways in which you can create a macro variable?
what are the new features included in the new version of sas i.e., Sas 9.1.3? : Sas programming
what is information maps?
Hi Jeevan/Akshara I have tried to contact SASI Vats for latest Advanced SAS Programming Certification Dumps (A00-212) but have not got any response. I would highly and gratefully appreciate your assistance in this regard. If you guys have access to this, would you be kind enough to forward it to me ? I would abide by all the terms you have for this. Please, note my email id: upretigopi@yahoo.com Preti Sharma
what is the purpose of _error_? : Sas programming
Explain the purpose of retain statement.
For clinical entire study how many tables will create approx?
What are the ways to do a “table lookup” in sas?
How long can a macro variable be? A token? : sas-macro
hi here is a problem can anybody solve this? i want to report the data through third party file. by using data _null_ or proc report or macro automation process. but i want to insert the 'titles and footnotes' in between the data and also starting of 2nd and ending of 2nd and starting of 3rd and ending of the 3rd page. tell me how and write the code?
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 is study design in while working with SAS? what are screening variables in SAS?