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 the difference between reading data from an external file and reading data from an existing data set?
Can you explain the process of calendar?
how we can create a FLAG datasets? Ex:-ID age_group no_persons 1 to 10 10 to 20 3 11 to 20 21 to 30 7 21 to 3o 31 to 40 5
what is business intelligence? : Sas-bi
why is a stop statement needed for the point=option on a set statement? : Sas programming
Tell e how how dealt with..
Explain the difference between informat and format with an example.
Explain what is the use of proc gplot?
what is operational data and operational system? : Sas-di
if a variable contain dates like "2015/01"---"2015/12" (yymm) ,How to add day to those dates,if them month is jan then 31 if the month is feb then 28 so on ...
Describe crosslist option in tables statement?
Give an example where SAS fails to convert character value to numeric value automatically?
What is slibref?
What is the purpose of trailing @ and @@? How do you use them?
if you were told to create many records from one record, show how you would do this using array and with proc transpose? : Sas programming