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
how do you debug and test your sas programs? : Sas programming
How would you define the end of a macro?
How many ways to overcome a missing values???
what are _numeric_ and _character_ and what do they do? : Sas programming
Did you used proc test? when?
What are pdv and it functions?
Name any two sas spawners? : sas-grid-administration
what do the sas log messages "numeric values have been converted to character" mean? : Sas programming
why is sas data integration studio important? : Sas-di
What is the use of the %include statement?
what is operational data and operational system? : Sas-di
What is the role of administrative users? : sas-grid-administration
what is proc Index? and what is proc document?
Are you involved in writing the inferential analysis plan? Tables specfications?
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?