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 |
sas macros
Name any two sas spawners? : sas-grid-administration
Name few SAS functions?
what is the diff. b/w proc means and proc summary?
What do you code to create a macro? : sas-macro
What is the role of sas grid administrator? : sas-grid-administration
What is the difference between class statement and by statement in proc means?
How would you create multiple observations from a single observation?
How the date 04oct1994 is stored in SAS,not only give the answer explain in brief?
What is the difference between the proc sql and data step?
what is fact table and factless table?
Describe the function and untility of the most difficult SAS macro that you have written.