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 / kishore kumar
If ur reading data from any dataset we will use keep option
like set data1(keep = 5 variables);,If ur using in any
procedure just with var statement.If u want to display to
have output with only 5variables out of 100 just use keep
option with data statement.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
what is information maps?
How will you use the WHO Drug Dictionary for Reporting Clinical Trials?
What are the advantages of using sas?
Mention few capabilities of sas framework.
Name any two sas spawners? : sas-grid-administration
is data integration and etl programming is same? : Sas-di
what can you learn from the sas log when debugging? : Sas programming
what is sas application server, database server, sas olap server and sas metadata server? : Sas-di
If you were told to create many records from one record, show how you would do this using array and with proc transpose?
explain what is factor analysis? : Sas-administrator
where to use sas business intelligence? : Sas-bi
Explain bmdp procedure?
what do the pad and dim functions do? : Sas programming
What is the order of application for output data set options, input data set options and SAS statements?
what is broad cast agent? : Sas-bi