What statement do you code to tell SAS that it is to write
to an external file? What statement do you code to write the
record to the file?
Answer Posted / rishie
By using File and PUT statement you can write into an
external file
Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What system options would you use to help debug a macro? : sas-macro
for report generation which one you used proc report or data_null_?
What does the RUN statement do?
What do the SAS log messages "numeric values have been converted to character" mean?
How do you debug and test your SAS programs?
what is PhaseIII, ODS, TLG, Macro and Proc in SAS
how many display types available in sas bi dashboard? : Sas-bi
how does sas handle missing values in sort order? : Sas programming
what is sas application server? : Sas-di
what is the one statement to set the criteria of data that can be coded in any step? : Sas programming
what is the difference between calculating the 'mean' using the mean function and proc means? : Sas programming
explain about data integrator metadata reports? : Sas-di
what is sas and what are the functions? : Sas-administrator
How to include or exclude specific variables in a data set?
What is the function of output statement in a SAS Program?