How do you read in the variables that you need?
Answer Posted / kumaraswamy maduri
Use KEEP or DROP depending on the number of varibales you
require.
Keep: Out of 50 if you require to keep 20 variables it
better to use keep.
Drop: It meaning less to use KEEP when you want to use 35-
40 variables. Its better to drop the remaining variables.
Both mean same but efficient coding is always preffered.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
how can you create zero observation dataset? : Sas programming
What are all the problems you faced while validating tables and reports?
Is the physical structure of the data set in the same orientation as the report? Do you need to reshape the data sets? What method should you use to reshape the data–DATA steps,PROC TRANSPOSE,output data set from a procedure?
what is hash files in sas and why we are using this one in sas?
Have you used macros? For what purpose you have used? : sas-macro
What function CATX syntax does?
Give an example where SAS fails to convert character value to numeric value automatically?
How to specify variables to be processed by the freq procedure?
What is the basic syntax style in SAS?
Name types of category in which SAS Informats are placed?
what is ae onset date n what is RDS
Assuming {et} is randomly drawn from N(0,1) and e0 = 0, generate 200 observations of xt = et − 0.5e(t−1) and draw a line graph of xt.
if you were told to create many records from one record, show how you would do this using array and with proc transpose? : Sas programming
How can I remove header from output data set?
What is the basic structure of the SAS base program?