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 / sam
data _null_;
:::
:::
run;
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
for report generation which one you used proc report or data_null_?
If you could design your ideal job, what would it look like?
If you were told to create many records from one record, show how you would do this using array and with proc transpose?
Explain why double trailing @@ is used in input statement?
What is a method for assigning first.VAR and last.VAR to the BY group variable on unsorted data?
Explain what is SAS informats?
How are numeric and character missing values represented internally?
what is study design in while working with SAS? what are screening variables in SAS?
What is the difference between using drop = data set option in data statement and set statement?
what are the considerations when picking a SAS/STAT procedure?
What is slibref?
Mention common programming errors committed in sas ?
What is the use of PROC gplot?
Explain append procedure?
How can you create a macro variable with in data step? : sas-macro