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
if the Id has more then two transcatiion then show the first observation, IF Id has only two observation then It show both the observation
explain what is data set in sas? : Sas-administrator
Explain bmdp procedure?
what is slowly changing dimension? : Sas-di
Name any two sas spawners? : sas-grid-administration
how does sas handle missing values in assignment statements? : Sas programming
Mention common programming errors committed in sas ?
what is the Population you used in your project, is it ITT or PP?
How to limit decimal places for variable using proc means?
how to read the variables in sas? : Sas-administrator
Explain substr function?
what do you mean by data staging area? : Sas-di
Describe the function and utility of the most difficult SAS macro that you have written?
What is the difference between SAS functions and procedures?
In ARRAY processing, what does the DIM function do?