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 sas metadata repository? : Sas-bi

1171


What is the differnce between SDTM 3.1.2 to 3.1.1 version

5116


how the sas basic syntax style described? : Sas-administrator

1062


How would you code a merge that will write the matches of both to one data set, the non-matches from the left-most data?

1155


what is star schema? : Sas-di

1186


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

3199


What is the difference between where and if statement?

1151


For a user to have access to a standard workspace server, is internal authentication alone is sufficient? : sas-grid-administration

1059


what is the use of sas management console? : Sas-di

1140


What are the default statistics that proc means produce?

1086


Explain append procedure?

1131


what is the purpose of _error_? : Sas programming

1188


what is ae onset date n what is RDS

2657


describe how to adjust the performance of data integrator? : Sas-di

1064


How will you react when, while consulting a SAS documentation manual to get an answer to a problem, someone says hey, I thought you were supposed to know all that stuff already, and not have to look it up in a book?

2514