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 / 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 |
Post New Answer View All Answers
which features do you use to check the data validations and errors? : Sas-administrator
why is sas considered self-documenting? : Sas programming
What is the maximum length of the macro variable? : sas-macro
explain the use of % includes a statement in sas? : Sas-administrator
what is the limit of the number of the rows and columns available in the worksheet? : Sas-bi
how does sas handle missing values in sort order? : Sas programming
Why double trailing @@ is used in input statement?
What are the ways to do a “table lookup” in sas?
Explain how you can debug and test your SAS program?
Intern stastical programmer written test
what is the difference between floor and ceil functions in sas? : Sas-administrator
do you need to know if there are any missing values? : Sas programming
How to create a permanent sas data set?
What is program data vector (pdv) and what are its functions?
what is sas metadata repository? : Sas-bi