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


Please Help Members By Posting Answers For Below Questions

Why double trailing @@ is used in input statement?

696


Can you suggest us materials for sdtm mapping?

4035


Explain the difference between using drop = data set option in set and data statement?

677


how would you create a data set with 1 observation and 30 variables from a data set with 30 observations and 1 variable? : Sas programming

835


Why and when do you use proc sql?

756






What are symget and symput? : sas-macro

727


What would be the result of the following SAS function (given that 31 Dec, 2000 is Sunday)?

678


What is a macro routine?

2101


what is transformation in sas data integration? : Sas-di

549


what is sas business intelligence? : Sas-bi

584


Describe the ways in which you can create macro variables?

631


name several ways to achieve efficiency in your program? : Sas programming

566


What is the difference between %put and symbolgen? : sas-macro

667


how will you location sas platform applications available from web browser? : Sas-bi

540


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

4907