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
Are you sensitive to code walk-throughs peer review or QC review?
name several ways to achieve efficiency in your program? : Sas programming
Differentiate between format and informat? : sas-grid-administration
What is slibref?
describe the interaction table in sas di? : Sas-di
Difference between informat and format?
How do dates work in SAS data?
What are pdv and it functions?
what is transformation in sas data integration? : Sas-di
explain about various caches available in data integrator? : Sas-di
what do the sas log messages "numeric values have been converted to character" mean? : Sas programming
Mention some common errors that are usually committed in sas programming.
what are the benefits of data integration? : Sas-di
What is a pdv and what are its functions?
What is the difference between the proc sql and data step?