what are input dataset and output dataset options?
Answers were Sorted based on User's Feedback
Answer / koduri
input data set options
obs,firstobs,where,in
output data set options
compress , reuse
both input and output dataset option
keep,drop,rename,obs,first obs.
| Is This Answer Correct ? | 7 Yes | 1 No |
Answer / 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 |
Answer / sumalatha.ch
what options we are using inthe data step those are all
input options..and output options are in proc step what we
are used..becoz based onthis we will get output...
ex..if keep option is used in data step that is input
option..at the same way keep option if u use in proc step
that is output option
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / thirumalesh.e.
dataset options which effect and protect records are input options, where as
options those effect output or dataset created after PDV process is done are output options.
ex. Alter, bufno, bufsize, compress, encoding, encrypt , keep and other who does the same role. are input options.
label, genmax, index, obs, outrep, replace and other who does the same role are output options.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / bioni
i have 200 dataset and i need to output a number from each
of the dataset to one dataset. how to do this?
| Is This Answer Correct ? | 0 Yes | 0 No |
how can you get the single data set from the library(which has the number of data sets)?
3 Answers Accenture, Deloitte,
What are the different operating system platforms in which we can use sas? : sas-grid-administration
what other sas products have you used and consider yourself proficient in using? : Sas programming
What are the ways to do a “table lookup” in sas?
Hi, If anyone has base SAS certification dumps, please share.
What do you understand by the term Normal Distribution?
what is data access? : Sas-di
what is the difference between compiler and interpreter? give any one example (software product) that act as a interpreter?
36 Answers Accenture, College School Exams Tests, CTS, IBM, IHRD, Infosys, Sylhet Engineering College, TCS, Wipro,
Differentiate between sas functions and sas procedures.
Can you execute a macro within a macro? Describe. : sas-macro
Can we create datasets by proc step ? (Proc contents, Means)?
How to specify variables to be processed by the freq procedure?