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 / chiranjeevi
My guess is using data set option i.e keep
it is used for it decides the no. of variable should remain
with in the dataset
keep<variable list>
2)var statement
it is a keyword or statement used to specify the analysis
variables.The analysis variables are those,which is required
to be restructured.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Give e an example of..
do you prefer proc report or proc tabulate? Why? : Sas programming
how we can create a FLAG datasets? Ex:-ID age_group no_persons 1 to 10 10 to 20 3 11 to 20 21 to 30 7 21 to 3o 31 to 40 5
how do you pull data from equifax?tell me the process?
Name validation tools used in SAS
How do you connect the desktop application to metadata server? : sas-grid-administration
What is the purpose of _character_ and _numeric_?
List down the reasons for choosing sas over other data analytics tools.
What are the parameters of scan function?
What is the difference between input and infile statement?
How you are maintaining sas programmes in your company...any specific version control software you are using? If so, tell me the name?
if a variable contain dates like "2015/01"---"2015/12" (yymm) ,How to add day to those dates,if them month is jan then 31 if the month is feb then 28 so on ...
describe about metadata object? : Sas-di
how many types prompting framework can be broken down to? : Sas-bi
What is proc sort?