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 |
How do dates work in sas?
Describe a time when you were really stuck on a problem and how you solved it?
what is the diff b/w verification validation in sas
how do u validate sas program
Approximately what date is represented by SAS date value of 730
when we are using the PROC TRANSPOSE? OBSERVATIONS are repeated then what will happen and what it will show in log window.
For what purpose(s) would use the RETURN statement?
what do the mod and int function do? What do the pad and dim functions do? : Sas programming
Which are the statements whose placement in the data step is critical?
What is the difference between Regression and Logistic Regression? Can u explain the Assumptions/Conditions?
What are the limitations for memory allocation for SAS variables
How will you react when, while consulting a SAS documentation manual to get an answer to a problem, someone says hey, I thought you were supposed to know all that stuff already, and not have to look it up in a book?