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 / sandeep reddy
I think we have to use OBS=5
and mention FIRSTOBS=(THE FIRST OBSERVATION FROM WHERE U
WANT)
| Is This Answer Correct ? | 1 Yes | 19 No |
Post New Answer View All Answers
what is the difference between floor and ceil functions in sas? : Sas-administrator
how does sas handle missing values in sort order? : Sas programming
Explain how merging helps to combine data sets.
Do we follow ADAM in analysis dataset development?How? Usually which version? Why is it necessary?
how do you debug and test your sas programs? : Sas programming
What are the different servers in sas? : sas-grid-administration
Mention common programming errors committed in sas ?
what is the use of sas management console? : Sas-di
What was the last computer book you purchased? Why?
Differentiate input and infile.
If you were told to create many records from one record, show how you would do this using array and with proc transpose?
explain about various caches available in data integrator? : Sas-di
If you could design your ideal job, what would it look like?
Name few SAS functions?
What does the trace option do?