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
Describe the ways in which you can create a macro variable?
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 commands are used in the case of including or excluding any specific variables in the data set?
what is the difference between calculating the 'mean' using the mean function and proc means? : Sas programming
Are you involved in writing the inferential analysis plan? Tables specfications?
Are you involved in writing the inferential analysis plan? Tables specfications?
Describe 5 ways to do a “table lookup” in SAS?
how to read the variables in sas? : Sas-administrator
Which date function advances a date, time or datetime value by a given interval?
What are types of transport files?
What are the functions used for character handling?
what do the sas log messages "numeric values have been converted to character" mean? : Sas programming
how can you put a "trace" in your program? : Sas programming
What is interleaving in SAS?
What is a pdv and what are its functions?