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 some differences between proc summary and proc means? : Sas programming

748


What is by-group processing?

749


Explain the special input delimiters used in sas programming.

773


explain the use of % includes a statement in sas? : Sas-administrator

760


Are you sensitive to code walk-throughs peer review or QC review?

2890


Can you execute a macro within a macro? Describe. : sas-macro

858


What is the role of sas grid administrator? : sas-grid-administration

1049


how to remove duplicates using proc sql?

867


Is the physical structure of the data set in the same orientation as the report? Do you need to reshape the data sets? What method should you use to reshape the data–DATA steps,PROC TRANSPOSE,output data set from a procedure?

1965


Differences between where and if statement?

783


Are you involved in writing the inferential analysis plan? Tables specifications?

3696


Explain why double trailing @@ is used in input statement?

795


why is sas considered self-documenting? : Sas programming

861


How would you invoke a macro? : sas-macro

769


How do you add a number to a macro variable? : sas-macro

736