What statement do you code to tell SAS that it is to write
to an external file?
Answer Posted / kranthi arabelly
Folks ...plz see bellow diff instream and External file
1. Data from an external file
DATA statement;
INFILE statement;
INPUT statement;
other SAS statements used in the DATA step
Run;
2. Data in job stream
DATA statement;
INPUT Statement;
other SAS Statements used on the DATA step
CARDS Statement;
data lines
;
| Is This Answer Correct ? | 2 Yes | 5 No |
Post New Answer View All Answers
Of all your work, where have you been the most successful?
Mention what are the data types does SAS contain?
Tell e how how dealt with..
how to debug and test the sas program? : Sas-administrator
How many ways to overcome a missing values???
What are all the problems you faced while validating tables and reports?
what are validation tools that are used in sas? : Sas-administrator
what is the use of proc contents and proc print in sas? : Sas-administrator
What are SAS/ACCESS and SAS/CONNECT?
what is the purpose of _error_? : Sas programming
List down the reasons for choosing sas over other data analytics tools.
To what type of programms have you used scratch macros?
what is business intelligence? : Sas-bi
Explain translate function?
what is the one statement to set the criteria of data that can be coded in any step? : Sas programming