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
for report generation which one you used proc report or data_null_?
what is the use of proc contents and proc print in sas? : Sas-administrator
Explain proc sort?
What is the differnce between SDTM 3.1.2 to 3.1.1 version
Hi, If anyone has base SAS certification dumps, please share.
what r the job openings SAS for fresher graduates !
what is program data vector? : Sas-administrator
hi all, I need the SAS DI DUMP(A00 260) for attending the certification. if any one have, pls provide it.Please Email to vrpotluri@hotmail.com. Thanks - Ramana
which date functions advances a date time or date/time value by a given interval? : Sas programming
What is the difference between input and infile statement?
how would you create multiple observations from a single observation? : Sas programming
What is the general format of function in sas? : sas-grid-administration
what do you mean by data staging area? : Sas-di
Have you used macros? For what purpose you have used? : sas-macro
Explain bmdp procedure?