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
What are the five ways to do a table lookup in sas? : sas-grid-administration
what is operational data and operational system? : Sas-di
What are the limitations for memory allocation for SAS variables
How can you create a macro variable with in data step? : sas-macro
how does sas handle missing values in procs? : Sas programming
sas implementing companies in pune implementing clinical projects if anyone knows plz send ans immediately
What is PDV?
What are the parameters of scan function?
what has been your most common programming mistake? : Sas programming
describe how to adjust the performance of data integrator? : Sas-di
how are numeric and character missing values represented internally? : Sas programming
What areas of SAS are you most interested in?
what are the best practices to process the large data sets in sas programming? : Sas-administrator
explain about sas business intelligence? : Sas-bi
What are the best sas programming practices for handling very large datasets? : sas-grid-administration