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
How does the internal authentication work in sas? : sas-grid-administration
which date functions advances a date time or date/time value by a given interval? : Sas programming
Describe the ways in which you can create macro variables? : sas-macro
Explain the difference between informat and format with an example.
To what type of programms have you used scratch macros?
What are the special input delimiters used in SAS?
what are sas/access and sas/connect? : Sas programming
Difference between SAS STATA & SPSS?
What is the difference between using drop = data set option in data statement and set statement?
what is the one statement to set the criteria of data that can be coded in any step? : Sas programming
what is the effect of the options statement errors=1? : Sas programming
What is the difference between reading data from an external file and reading data from an existing data set?
how to remove duplicates using proc sql?
What is your favorite all time computer book? Why?
Differentiate between proc means and proc summary.