If reading an external file to produce an external file,
what is the shortcut to write that record without coding
every single variable on the record?
Answer Posted / selvi
_all_ - Write all var present in Dataset including computed
variables also.
_input_- write only those variables read from input file
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
Explain why double trailing @@ is used in input statement?
explain the function of substr in sas? : Sas-administrator
How to limit decimal places for variable using proc means?
What is the length assigned to the target variable by the scan function?
what is null hypothesis? why do you consider that?
What is the purpose of trailing @ and @@? How do you use them?
What do the put and input function do?
what are the new features included in the new version of sas i.e., Sas 9.1.3? : Sas programming
why is sas data integration studio important? : Sas-di
What is the sas data set? : sas-grid-administration
what are input dataset and output dataset options? : Sas programming
Name validation tools used in SAS
What is the difference between INPUT and INFILE ?
How we can create SAS USER DEFINED CODE?
Describe the function and untility of the most difficult SAS macro that you have written.