what are input dataset and output dataset options?
Answer Posted / natrajboga
there is no specific I/P and O/P data set options
the data set options are classified as
Data set control options
Variable control options
Observation control options
miscellaneous options
and etc....
data set options take the action in which it appear .
it means If you apply to the output data set then data set
options take the action while writing to the data set
and If you specify with the I/P data set then data set
options takes the action while processing.
Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
how does sas handle missing values in sort order? : Sas programming
Mention what are the data types does SAS contain?
What are the applications primarily used by business analyst? : Sas-bi
State the difference between INFORMAT and FORMAT ?
How to import multiple xls files into sas. Out of those files, how to get different values from a single variable and how to find number of rows per value type? We can do this using group by for one xls file with proc sql. Was wondering how I can achieve this for multiple files at the same time. Any ideas?
what is metadata? : Sas-bi
Enlist the functions performed by sas.
Explain data_null_?
do you need to know if there are any missing values? : Sas programming
What is a macro routine?
Differentiate between proc means and proc summary.
What are the data types in sas?
What is the purpose of _character_ and _numeric_?
i have a dataset with 100 obs i want to generate title from 20th obs onwards with total observations. that should contain 100 obs.dont use firstobs and dnt split the data. use dataset block or proc report? how can we genarate;
What is by-group processing?