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
how does sas handle missing values in assignment statements? : Sas programming
What are the uses of sas?
what is sas metadata server? : Sas-di
What are the data types in sas?
What is the general format of function in sas? : sas-grid-administration
Name some categories in sas 9? : sas-grid-administration
Can you explain the process of calendar?
If a variable contains only numbers, can it be a character data type?
what are some problems you might encounter in processing missing values? In data steps? Arithmetic? Comparisons? Functions? Classifying data? : Sas programming
Do you need to rearrange the order of the data for the report?
Describe 5 ways to do a “table lookup” in SAS?
What are SAS/ACCESS and SAS/CONNECT?
For clinical entire study how many tables will create approx?
Mention what is the difference between nodupkey and nodup options?
Difference between SAS STATA & SPSS?