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
What is the difference between using drop = data set option in data statement and set statement?
What do you code to create a macro? : sas-macro
Explain data step in SAS
What are the default statistics for means procedure?
Define run-group processing?
what is broad cast agent? : Sas-bi
What are all the problems you faced while validating tables and reports?
what do the mod and int function do? What do the pad and dim functions do? : Sas programming
how we can create a FLAG datasets? Ex:-ID age_group no_persons 1 to 10 10 to 20 3 11 to 20 21 to 30 7 21 to 3o 31 to 40 5
how to do user inputs and command line arguments in sas?
what is sas metadata server? : Sas-di
What are the special input delimiters used in SAS?
Mention what are the data types does SAS contain?
Are you involved in writing the inferential analysis plan? Tables specifications?
how can you import .csv file in to sas? : Sas programming