What statement do you code to write the record to the file?
Answer Posted / 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 |
Post New Answer View All Answers
what is sas application server, database server, sas olap server and sas metadata server? : Sas-di
how could you generate test data with no input data? : Sas programming
what are the new features included in the new version of sas i.e., Sas 9.1.3? : Sas programming
explain the use of % includes a statement in sas? : Sas-administrator
name the scheduler for scheduling job and explain the scheduler? : Sas-di
What’s the difference between var b1 – b3 and var b1 — b3?
how to debug and test the sas program? : Sas-administrator
Do you know the features of sas?
what is the difference between nodup and nodupkey options? : Sas programming
explain what is factor analysis? : Sas-administrator
what is hash files in sas and why we are using this one in sas?
Explain what is data step?
what are all the reports you generated in your recent project?
What does proc print, and proc contents are used for?
what is the different between functions and procs that calculate the same simple descriptive statistics? : Sas programming