Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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

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.

1925


Mention few capabilities of sas framework.

1238


How to create a permanent sas data set?

1310


how can you put a "trace" in your program? : Sas programming

1111


For what purpose would you use the RETAIN statement?

1584


What are the difference between ceil and floor functions in sas?

1400


What are the special input delimiters used in SAS?

1238


What is the basic structure of a sas program?

1169


What is run-group processing?

1241


what is program data vector? : Sas-administrator

1124


How can you limit the variables written to output dataset in data step?

1376


what do the pad and dim functions do? : Sas programming

1072


How would you invoke a macro? : sas-macro

1185


explain the difference between proc means and proc summary?

1182


Explain by-group processing?

1039