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 the PUT and INPUT functions do?
Name types of category in which SAS Informats are placed?
What do you know about symput and symget?
What are the automatic variables for macro? : sas-macro
Differentiate between ceil and floor functions.
What function CATX syntax does?
Hi, Does anybody has lastest SAS certification(base, adv., clinical)dumps,if anybody has please email me at mailtorajani76@gmail.com. Thanks
what is sas data set?
What is the use of stop statement?
what is sas business intelligence? : Sas-bi
what does the run statement do? : Sas programming
What is the basic structure of the SAS base program?
Differences between where and if statement?
what are the softwares and applications that are used most frequently used by sas bi applications developers? : Sas-bi
what is the one statement to set the criteria of data that can be coded in any step? : Sas programming