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 / sankar

using export procedure

syntax

in txt file: proc export data=datasetname dbms=dlm
outfile='path';
delimiter='specific delimiter';
run;
in excelfile: proc export data=datasetname dbms=excel200
outfile='path'
sheet='sheetname';
run;

Is This Answer Correct ?    3 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how can you create zero observation dataset? : Sas programming

1201


Differentiate input and infile.

1148


Give e an example of..

2382


describe the interaction table in sas di? : Sas-di

1073


what versions of sas have you used (on which platforms)? : Sas programming

1131


Describe a time when you were really stuck on a problem and how you solved it?

2678


what are 5 ways to perform a table lookup in sas? : Sas-administrator

1296


what are sas bi dashboard components? : Sas-bi

1228


Which function is used to count the number of intervals between two sas dates?

1192


how does sas handle missing values in formats? : Sas programming

1190


What is a method to debug and test your SAS program?

1437


what is hierarchy flattening? : Sas-di

1133


What is the work of tranwrd function?

1297


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

1399


why is sas considered self-documenting? : Sas programming

1186