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 |
Write a SAS macro to calculate number of numbers in an email address
what is the prob plot in clinical domain
What are the ways in which macro variables can be created in sas programming?
how to generate means for every subject;
We have a string like this "kannafromsalembut" ,from this i want to get only "fromsal" (but one condition with out using substring function)here we can not use scan because in the given string there is no delimeter? so give ans without out using substring ?
Do you need to know if there are any missing values?
How we will Developing new reports Using Data step programming and Macros ?
How you can read the variables that you need?
what is pdv? how it is related to input buffer in sas?
How to save the log information in a file for future use
In the SAS Data step what is the difference between the subsetting done by Where and subsetting done by If?
what is the function of catx syntax? : Sas-administrator