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
Assuming {et} is randomly drawn from N(0,1) and e0 = 0, generate 200 observations of xt = et − 0.5e(t−1) and draw a line graph of xt.
Mention few capabilities of sas framework.
How to create a permanent sas data set?
how can you put a "trace" in your program? : Sas programming
For what purpose would you use the RETAIN statement?
What are the difference between ceil and floor functions in sas?
What are the special input delimiters used in SAS?
What is the basic structure of a sas program?
What is run-group processing?
what is program data vector? : Sas-administrator
How can you limit the variables written to output dataset in data step?
what do the pad and dim functions do? : Sas programming
How would you invoke a macro? : sas-macro
explain the difference between proc means and proc summary?
Explain by-group processing?