If you have a data set that contains 100 variables, but you
need only five of those, what is the code to force SAS to
use only those variable?
Answer Posted / chandra
data set options keep is best and using proc sql is also.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What is the order of application for output data set options, input data set options and SAS statements?
Mention sas system options to debug sas macros.
Explain why double trailing @@ is used in input statement?
How to include or exclude specific variables in a data set?
What do the PUT and INPUT functions do?
what is null hypothesis? why do you consider that?
explain about data integrator metadata reports? : Sas-di
What sas features do you use to check errors and data validation?
Explain what is data step?
what is the one statement to set the criteria of data that can be coded in any step? : Sas programming
In sas, what are the areas that you are most interested in? : sas-grid-administration
Name and describe few sas character functions that are used for data cleaning in brief.
How to create a permanent sas data set?
hi here is a problem can anybody solve this? i want to report the data through third party file. by using data _null_ or proc report or macro automation process. but i want to insert the 'titles and footnotes' in between the data and also starting of 2nd and ending of 2nd and starting of 3rd and ending of the 3rd page. tell me how and write the code?
Tell me more about the parameters in macro? : sas-macro