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?
Answers were Sorted based on User's Feedback
Answer / kishan
1. file and put statements
2. Export Procedure
3. ODS also write the data to an external file
Is This Answer Correct ? | 9 Yes | 0 No |
Answer / rishie
By using File and PUT statement you can write into an
external file
Is This Answer Correct ? | 4 Yes | 0 No |
Give some examples where proc report’s defaults are same as proc print’s defaults?
Describe the ways in which you can create a macro variable?
is there any difference between proc summary and proc means?
what is the use of proc sql? : Sas programming
Diff between proc sql merge and join?
How do you debug macros?
Describe the ways in which you can create macro variables? : sas-macro
what is the main difference between rename and label? (don't say that they both perform the same function).
How would you determine how far down on a page you have printed in order to print out footnotes?
how to import XTP files into SAS datasets?
1 Answers Barclays, Institute For Plasma Research,
In which format does Date stores in sas..? What is the use of DATE in SAS.?
What is the order of application for output data set options, input data set options and SAS statements?