What statement do you code to write the record to the file?
Answers were Sorted based on User's Feedback
Answer / g.jyotshna
file 'path';
put _all_;
run;
this is for all variables to write into the file.
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / jothi sankar
FILE '<location-of-file-to-be-written>';
and
PUT var1 var2 var3 .... varn;
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / cindy
data _Null_;
set ;
file "c:\location of file to be written.file format eg
(txt)";
put _all_; or var1, var2;
| Is This Answer Correct ? | 0 Yes | 0 No |
What are exact SAS Base contents..?N what r SAS Tools..?
how to read the variables in sas? : Sas-administrator
WHAT IS LAG FUNCTION ? WHERE CAN YOU IMPLEMENT THIS FUNCTION?
What is the general format of function in sas? : sas-grid-administration
What statement do you code to write the record to the file?
what are the three main credit bureau names
1 Answers Synchrony Financial,
What is univariate n where it can be used n how...?
Difference Between Scan and Substr
what is sas olap server? : Sas-di
is data integration and etl programming is same? : Sas-di
Name few SAS functions?
How does Mr.Lanka Srinivas teach SAS? Are his accomplishments real? What are the future prospects for SAS?