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


Please Help Members By Posting Answers For Below Questions

What is the different between functions and PROCs that calculate the same simple descriptive statistics?

1548


how does sas handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, procs? : Sas programming

851


How are numeric and character missing values represented internally?

1406


Explain how merging helps to combine data sets.

833


why is sas considered self-documenting? : Sas programming

886


Explain input and put function?

897


What do the SAS log messages "numeric values have been converted to character" mean?

1125


List out some key concept of SAS

843


What is the difference between %put and symbolgen? : sas-macro

944


Give some examples where proc report’s defaults are different than proc print’s defaults?

835


what is hash files in sas and why we are using this one in sas?

1970


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)?

1483


What are the difficulties u faced while doing vital signs table or dataset?

2187


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?

1453


Describe crosslist option in tables statement?

961