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 / shaik parwez
Using Keep option
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what are some problems you might encounter in processing missing values? In data steps? Arithmetic? Comparisons? Functions? Classifying data? : Sas programming
Differences between where and if statement?
Mention what are the data types does SAS contain?
How to create an external dataset with sas code?
Mention the category in which sas informats are placed?
What is the good sas programming practices for processing large data sets?
Which statement does not perform automatic conversions in comparisons?
Explain append procedure?
If you were told to create many records from one record, show how you would do this using array and with proc transpose?
What are the functions which are used for character handling functions?
What is the different between functions and PROCs that calculate the same simple descriptive statistics?
name some data transformation used in sas di? : Sas-di
What is a method to debug and test your SAS program?
do you need to know if there are any missing values? : Sas programming
What is program data vector (pdv)?