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 / ganesh
We can either use keep or drop option for selecting those
five variables.
| Is This Answer Correct ? | 11 Yes | 2 No |
Post New Answer View All Answers
What are the statements in proc sql?
Mention common programming errors committed in sas ?
How can you limit the variables written to output dataset in data step?
In ARRAY processing, what does the DIM function do?
What is the use of the %include statement?
How can you create a macro variable with in data step? : sas-macro
What is the use of stop statement?
how do you debug and test your sas programs? : Sas programming
Are you sensitive to code walk-throughs peer review or QC review?
I need level 2 to 5 sas using companies in india
Are you involved in writing the inferential analysis plan? Tables specfications?
What is proc sort?
How do dates work in sas?
What are the scrubbing procedures in sas?
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?