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
Assuming {et} is randomly drawn from N(0,1) and e0 = 0, generate 200 observations of xt = et − 0.5e(t−1) and draw a line graph of xt.
Mention the category in which sas informats are placed?
What are the ways to do a “table lookup” in sas?
I have a dataset concat having variable a b & c. How to rename a b to e & f?
explain the function of substr in sas? : Sas-administrator
hi here is a problem can anybody solve this? i want to report the data through third party file. by using data _null_ or proc report or macro automation process. but i want to insert the 'titles and footnotes' in between the data and also starting of 2nd and ending of 2nd and starting of 3rd and ending of the 3rd page. tell me how and write the code?
Hi all, If Anybody has Advance SAS Certification dumps??? Please share with me. Email: pramod.kalugade03@gmail.com
Given an unsorted data set, how to read the last observation to a new data set?
how does sas handle missing values in procs? : Sas programming
how sas deals with business intelligence? : Sas-bi
What is PROC in SAS?
Give some examples where proc report’s defaults are same as proc print’s defaults?
What is a macro routine?
what is the different between functions and procs that calculate the same simple descriptive statistics? : Sas programming
What can you learn from the SAS log when debugging?