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
What is the function of Stop statement in a SAS Program?
Differentiate input and infile.
explain what is factor analysis? : Sas-administrator
what are validation tools that are used in sas? : Sas-administrator
Difference between informat and format?
Explain how you can debug and test your SAS program?
List down the reasons for choosing sas over other data analytics tools.
what is the difference between floor and ceil functions in sas? : Sas-administrator
Explain the use of proc print and proc contents?
what do the mod and int function do? What do the pad and dim functions do? : Sas programming
How to specify variables to be processed by the freq procedure?
How would you identify a macro variable? : sas-macro
what is change analysis in sas di ? : Sas-di
Mention common programming errors committed in sas ?
Which date function advances a date, time or datetime value by a given interval?