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 is the different between functions and PROCs that calculate the same simple descriptive statistics?
how does sas handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, procs? : Sas programming
How are numeric and character missing values represented internally?
Explain how merging helps to combine data sets.
why is sas considered self-documenting? : Sas programming
Explain input and put function?
What do the SAS log messages "numeric values have been converted to character" mean?
List out some key concept of SAS
What is the difference between %put and symbolgen? : sas-macro
Give some examples where proc report’s defaults are different than proc print’s defaults?
what is hash files in sas and why we are using this one in sas?
Hi,by usining ptf how we have to combine (likr merge)10 datasets at a time in the oracle database(and write a macro code also)?Like this i have a douts a lot if you dont mind may please send one text mail for me(madhusudhanap16@gmail.com)?
What are the difficulties u faced while doing vital signs table or dataset?
How do you control the number of observations and/or variables read or written? Approximately what date is represented by the SAS date value of 730?
Describe crosslist option in tables statement?