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 / ganesh
by writing Put _all_; is the easy option to produce an
external file.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What are pdv and it functions?
what is the difference between infile and input? : Sas-administrator
What are the data types in sas?
What are the scrubbing procedures in sas?
what are sas/access and sas/connect? : Sas programming
what are 5 ways to perform a table lookup in sas? : Sas-administrator
How to create list output for cross-tabulations in proc freq?
Mention the difference between ceil and floor functions in sas?
Describe the function and utility of the most difficult SAS macro that you have written?
which date functions advances a date time or date/time value by a given interval? : Sas programming
Do you need to know if there are any missing values?
How is character variable converted into numeric variable and vice versa?
How to limit decimal places for the variable using proc means?
How many ways to overcome a missing values???
Do you need to compute new variables? If so,should you do this before you execute the report-writing procedure?