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 |
What are the scrubbing procedures in sas?
what is program data vector? : Sas-administrator
how to assign a macro value to a variable?
What other SAS features do you use for error trapping and data validation?
how do u test a pros sql(works or not) without executing it?
What is SAS Information Map Studio and its purpose ?
What is the order of evaluation of the following operators + - * / ** () ???
Best trainer in hyderabad for sas banking.if any one have details pls provide contact details.
This entry was posted in General. Bookmark the permalink. Post a comment or leave
Diff between proc sql merge and join?
What procedure you used to calculate p-value?
2 Answers Accenture, Quintiles,
What is the length assigned to the target variable by the scan function?