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
what has been your most common programming mistake? : Sas programming
In sas admin differentiate between roles and capabilities? : sas-grid-administration
Explain what is the use of proc gplot?
What are the data types does SAS contain?
What makes sas stand out to be the best over other data analytics tools?
Which statement does not perform automatic conversions in comparisons?
Explain by-group processing?
What are all the problems you faced while validating tables and reports?
Explain the special input delimiters used in sas programming.
What system options would you use to help debug a macro? : sas-macro
If you use a symput in a data step, when and where can you use the macro variable? : sas-macro
Explain how you can debug and test your SAS program?
What are the ways to do a “table lookup” in sas?
Can you suggest us materials for sdtm mapping?
explain the difference between proc means and proc summary?