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
How might you use MOD and INT on numeric to mimic SUBSTR on character Strings?
What are the difficulties u faced while doing vital signs table or dataset?
Differences between where and if statement?
How to create an external dataset with sas code?
what is SAS OPTIMIZATION?
What is the difference between SAS functions and procedures?
Briefly explain input and put function?
What are the functions used for character handling?
How to limit decimal places for the variable using proc means?
Can you suggest us materials for sdtm mapping?
what are sas/access and sas/connect? : Sas programming
What versions of SAS have you used (on which platforms)?
Explain input and put function?
how to generate the test data in sas without input data? : Sas-administrator
How to test the debugging in sas?