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


Please Help Members By Posting Answers For Below Questions

How do you convert basic cube to transaction cube and transaction cube to basic cube?

1845


Differentiate between ceil and floor functions.

737


What is a pdv and what are its functions?

656


Can you suggest us materials for sdtm mapping?

4121


What is the role of unrestrictive users? : sas-grid-administration

645






How are numeric and character missing values represented internally?

1219


Hi, If anyone has base SAS certification dumps, please share.

1457


Explain what is SAS informats?

698


What is auto call macro and how to create a auto call macro? What is the use of it? How to use it in sas with macros? : sas-macro

648


How would you determine the number of missing or nonmissing values in computations?

706


What system options would you use to help debug a macro? : sas-macro

713


explain the difference between alternate key, business key, foreign key, generated key, primary key, retained key and surrogate key ? : Sas-di

624


Describe 5 ways to do a “table lookup” in SAS?

766


Tell e how how dealt with..

1839


what are some differences between proc summary and proc means? : Sas programming

581