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 / ratna
data one;
run;
proc print;
run;
| Is This Answer Correct ? | 0 Yes | 34 No |
Post New Answer View All Answers
Of all your work, where have you been the most successful?
Describe 5 ways to do a “table lookup” in SAS?
what are the considerations when picking a SAS/STAT procedure?
Explain why double trailing @@ is used in input statement?
how does sas handle missing values in formats? : Sas programming
How would you identify a macro variable?
how do you pull data from equifax?tell me the process?
What is the difference between the proc sql and data step?
What is maximum number of rows and cols can be handled in SAS?
how would you determine the number of missing or nonmissing values in computations? : Sas programming
how do you want missing values handled? : Sas programming
What is the difference between reading data from an external file and reading data from an existing data set?
explain the difference between alternate key, business key, foreign key, generated key, primary key, retained key and surrogate key ? : Sas-di
How do you test for missing values?
Describe a time when you were really stuck on a problem and how you solved it?