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

what are sas bi dashboard components? : Sas-bi

651


How do dates work in SAS data?

672


how to read the variables in sas? : Sas-administrator

544


What is the difference between nodupkey and nodup options?

588


Describe what are the different levels of administrative users in sas? : sas-grid-administration

591






What is the sas data set? : sas-grid-administration

559


What do you code to create a macro? : sas-macro

563


What is SAS?

610


How do you define proc in sas? : sas-grid-administration

662


Differentiate between sas functions and sas procedures.

631


i want for interview question & answer plz it need immediate send t my mail raviprakashmot@gmal.cm

1835


What is the general format of function in sas? : sas-grid-administration

557


What is your favorite all time computer book? Why?

2039


which date functions advances a date time or date/time value by a given interval? : Sas programming

522


Describe the ways in which you can create macro variables?

622