How do you read in the variables that you need?
Answer Posted / neeraja
using keep(for selected variables).keep is a dataset
option.the statment keep is used to specify the number of
variables to be remained within a sas dataset or output.
syntax:keep <var list>
data emp;
keep name no;
input name$ no sal job$;
cards;
......
....
| Is This Answer Correct ? | 24 Yes | 2 No |
Post New Answer View All Answers
Describe the function and utility of the most difficult SAS macro that you have written?
Why and when do you use proc sql?
how do you want missing values handled? : Sas programming
What function CATX syntax does?
What is the role of unrestrictive users? : sas-grid-administration
What is the basic syntax style in SAS?
What is the difference between reading data from an external file and reading data from an existing data set?
how many display types available in sas bi dashboard? : Sas-bi
how does sas handle missing values in sort order? : Sas programming
What are the features of SAS?
What is the basic structure of the SAS base program?
To what type of programms have you used scratch macros?
what is the basic structure sas administrator? : Sas-administrator
What are the different versions of sas that you have used until now? : sas-grid-administration
what is sas business intelligence? : Sas-bi