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 |
IS SAS COMPILER OR INTERPRETER? EXPLAIN?
3 Answers Aon Hewitt, HSBC, SCL, TCS,
what is the use of proc sql? : Sas programming
What is the pound sign used for in the data_null_ ?
If reading a variable length file with fixed input, how would you prevent SAS from reading the next record if the last variable didn’t have a value?
What is difference between N and n????
what is difference in window SAS & Unix SAS.....how do define working environment in both???
What is difference between sas rename and lable?
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?
explain the difference between alternate key, business key, foreign key, generated key, primary key, retained key and surrogate key ? : Sas-di
How do you debug and test your SAS programs?
What are SAS/ACCESS and SAS/CONNECT?
if you were told to create many records from one record, show how you would do this using array and with proc transpose? : Sas programming