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 / koduri
using DATA _NULL_;
| Is This Answer Correct ? | 19 Yes | 0 No |
Post New Answer View All Answers
How can you create a macro variable with in data step? : sas-macro
how are numeric and character missing values represented internally? : Sas programming
What are the statements in proc sql?
what is the difference between floor and ceil functions in sas? : Sas-administrator
Name validation tools used in SAS
What is the differnce between SDTM 3.1.2 to 3.1.1 version
how will you locate the sas platform applications? : Sas-bi
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?
what is enterprise guide? What is the use of it? : Sas programming
how do you debug and test your sas programs? : Sas programming
what do you mean by data staging area? : Sas-di
What are symget and symput? : sas-macro
Which are the statements whose placement in the data step is critical?
What is the function of output statement in a SAS Program?
name some data transformation used in sas di? : Sas-di