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
What do you understand by the term Normal Distribution?
What function CATX syntax does?
What is SAS?
What is maximum number of rows and cols can be handled in SAS?
Tell me about % include and % eval? : sas-macro
name some data transformation used in sas di? : Sas-di
explain about data integrator metadata reports? : Sas-di
what are _numeric_ and _character_ and what do they do? : Sas programming
how to create the AE dataset by using SDTMIG specifications and SAP plan by using UNIX platform?
what is the purpose of _error_? : Sas programming
what is metadata? : Sas-bi
If you have a dataset that contains 100 variables, but you need only five of those, what is the code to force SAS to use only those variables?
Can you explain the process of calendar?
What is the maximum length of the macro variable? : sas-macro
How do you control the number of observations and/or variables read or written?