What statement do you code to tell SAS that it is to write
to an external file?
Answer Posted / jothi sankar
_NULL_ statemnet.
Eg:
DATA
_NULL_;
SET MYDATA;
FILE '<FILE-LOCATION>';
PUT var1 var2 var3 ... varn;
RUN;
| Is This Answer Correct ? | 12 Yes | 1 No |
Post New Answer View All Answers
what is ae onset date n what is RDS
How substr function works in sas?
What are the differences between sum function and using “+” operator?
Which are the statements whose placement in the data step is critical?
What is maximum storage capability of SAS?
How will you react when, while consulting a SAS documentation manual to get an answer to a problem, someone says hey, I thought you were supposed to know all that stuff already, and not have to look it up in a book?
How do you convert basic cube to transaction cube and transaction cube to basic cube?
describe the interaction table in sas di? : Sas-di
what are some problems you might encounter in processing missing values? In data steps? Arithmetic? Comparisons? Functions? Classifying data? : Sas programming
how to do user inputs and command line arguments in sas?
What are the uses of sas?
What do the mod and int function do? : Sas programming
What are the data types in sas?
what do the pad and dim functions do? : Sas programming
is data integration and etl programming is same? : Sas-di