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
Give an example where SAS fails to convert character value to numeric value automatically?
what are the benefits of data integration? : Sas-di
Name any two sas spawners? : sas-grid-administration
how many types of prompts are there? : Sas-bi
what are several options for creating reports in web report studio? : Sas-bi
how the sas basic syntax style described? : Sas-administrator
How does the internal authentication work in sas? : sas-grid-administration
What are the functions which are used for character handling functions?
Describe a time when you were really stuck on a problem and how you solved it?
What is the role of administrative users? : sas-grid-administration
Differences between where and if statement?
Explain how merging helps to combine data sets.
If you have a dataset that contains 100 variables, but you need only five of those, what is the code to force SAS to use only those variables?
Can you execute a macro within a macro? Describe. : sas-macro
Describe the ways in which you can create macro variables?