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 / gaurav verma
data xyz first obs=first
obs=last;
set zyx;
run;
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How we can call macros with in data step? : sas-macro
What is the difference between class statement and by statement in proc means?
what is the one statement to set the criteria of data that can be coded in any step? : Sas programming
why is sas data integration studio important? : Sas-di
What is the basic structure of a sas program?
If money were no object, what would you like to do?
List out some key concept of SAS
why is a stop statement needed for the point=option on a set statement? : Sas programming
why a stop statement is needed for the point= option on a set statement?
Mention how to limit decimal places for the variable using proc means?
Describe the function and untility of the most difficult SAS macro that you have written.
Give an example where SAS fails to convert character value to numeric value automatically?
Explain data_null_?
If a variable contains letters or special characters, can it be numeric data type?
explain the difference between alternate key, business key, foreign key, generated key, primary key, retained key and surrogate key ? : Sas-di