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?
Answers were Sorted based on User's Feedback
Answer / thanwi
using _null_ in data statement
data _null_;
--
--
--
run;
| Is This Answer Correct ? | 26 Yes | 0 No |
Answer / learner
QUESTIONS IS NOT CLEAR ...WANT THE OUTPUT BUT NOT IN THE
FORM OF SAS DATA SET ...
SO USE IN PLACE OF DATASET NAME _NULL_
RATNA...DONT GIVE ...IF YOU DONT KNOW THE ANSWER..PLS
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / prateek
I think one should not be stopped from giving answeres, the
reader should apply his/her knowledge also.
Anyways the DATA _NULL_; statement is the correct answere.
| Is This Answer Correct ? | 3 Yes | 2 No |
where to use sas business intelligence? : Sas-bi
Code the MEANS to produce output to be used later.
If money were no object, what would you like to do?
What is PDV?
What is the difference between using drop = data set option in data statement and set statement?
What is the use of function Proc summary?
what is SAS OPTIMIZATION?
how do u validate the program which u have written.
How will you assign all the variables of an dataset into a macro variable separated by a space? For example if a dataset has variables A,B,C. Assign them to a macro variable X as X=A B C
What are the five ways to do a table lookup in sas? : sas-grid-administration
What SAS statements would you code to read an external raw data file to a DATA step?
What statement do you code to tell SAS that it is to write to an external file?