What statement do you code to write the record to the file?
Answer Posted / 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 |
Post New Answer View All Answers
how does sas handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, procs? : Sas programming
What do the SAS log messages "numeric values have been converted to character" mean?
describe how to adjust the performance of data integrator? : Sas-di
how many display types available in sas bi dashboard? : Sas-bi
What is the purpose of trailing @ and @@? How do you use them?
please can you tell me that in companies sas work are doing by through sas coding or sas wizard ??
Of all your work, where have you been the most successful?
How long can a macro variable be? A token? : sas-macro
What function CATX syntax does?
Mention the validation tools used in SAS?
it will become easy if uuu provide website linkssss and list of consultanciessssss
How to limit decimal places for the variable using proc means?
What is factor analysis?
what is enterprise guide? What is the use of it? : Sas programming
what are the best practices to process the large data sets in sas programming? : Sas-administrator