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
Mention what is the difference between nodupkey and nodup options?
what is sas data set?
Describe the function and untility of the most difficult SAS macro that you have written.
what is the use of sas management console? : Sas-di
What are the functions used for character handling?
Explain what Proc glm does?
what is SAS OPTIMIZATION?
How to limit decimal places for variable using proc means?
what is the limit of the number of the rows and columns available in the worksheet? : Sas-bi
what are all the reports you generated in your recent project?
What is the basic structure of a sas program?
How would you code a merge that will write the matches of both to one data set, the non-matches from the left-most data?
Can you execute a macro within a macro? Describe. : sas-macro
what is null hypothesis? why do you consider that?
how does sas handle missing values in formats? : Sas programming