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...

If reading an external file to produce an external file,
what is the shortcut to write that record without coding
every single variable on the record?

Answer Posted / jim

filename indata 'c:\test_input.txt';
data _null_;
infile indata;
file 'c:\test_output.txt';
input;
put _infile_;
run;

Is This Answer Correct ?    11 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between input and infile statement?

1218


What is the difference between order and group variable in proc report?

1479


What is the difference between SAS functions and procedures?

1179


what is business intelligence? : Sas-bi

1102


explain about sas business intelligence? : Sas-bi

1188


What is a put statement?

1262


If you need the value of a variable rather than the variable itself what would you use to load the value to a macro variable? : sas-macro

1115


Name types of category in which SAS Informats are placed?

1196


Describe the ways in which you can create macro variables? : sas-macro

1112


what are the best practices to process the large data sets in sas programming? : Sas-administrator

1069


What’s the difference between var b1 – b3 and var b1 — b3?

1433


What are the table names in oracle database...?

2792


name several ways to achieve efficiency in your program? : Sas programming

1133


how to create the AE dataset by using SDTMIG specifications and SAP plan by using UNIX platform?

2802


How do dates work in sas?

1183