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 / ravira
data set name ;
set old data set name ( keep = a b c d e);
run;
By using above concept u can read what r the variables u
want to read ,first create data set having many variables ,
then try to read from some variables
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
What are the automatic variables for macro? : sas-macro
Describe the function and untility of the most difficult SAS macro that you have written.
Describe the function and untility of the most difficult SAS macro that you have written.
what is data integration? : Sas-di
What is proc sort?
Describe the ways in which you can create macro variables? : sas-macro
Have you used macros? For what purpose you have used? : sas-macro
how would you determine the number of missing or nonmissing values in computations? : Sas programming
In SAS explain which statement does not perform automatic conversions in comparisons?
what is sas data set?
What is the difference between proportion and average?
what are some problems you might encounter in processing missing values? In data steps? Arithmetic? Comparisons? Functions? Classifying data? : Sas programming
what is the basic structure sas administrator? : Sas-administrator
what r the job openings SAS for fresher graduates !
what is transformation in sas data integration? : Sas-di