What statement do you code to write the record to the file?
Answer Posted / jothi sankar
FILE '<location-of-file-to-be-written>';
and
PUT var1 var2 var3 .... varn;
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is maximum number of rows and cols can be handled in SAS?
What is the order of application for output data set options, input data set options and SAS statements?
hi all, I need the SAS DI DUMP(A00 260) for attending the certification. if any one have, pls provide it.Please Email to vrpotluri@hotmail.com. Thanks - Ramana
Is the physical structure of the data set in the same orientation as the report? Do you need to reshape the data sets? What method should you use to reshape the data–DATA steps,PROC TRANSPOSE,output data set from a procedure?
for report generation which one you used proc report or data_null_?
What is the purpose of _character_ and _numeric_?
What are the new features included in the new version of SAS Programming Language?
in the flow of data step processing, what is the first action in a typical data step? : Sas programming
What is connection profile? : sas-grid-administration
How to create an external dataset with sas code?
how to change the execute of macro
What are the difference between ceil and floor functions in sas?
How to limit decimal places for the variable using proc means?
what cause the "error: connect:" and "error in the libname statement" when there weren't any such problems?
Which command is used to perform sorting in sas program?