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

data test ;
infile "Path";
input var1 var2 var3 ;
file print 'path';
put @1 var1 @10 var2 ;
run;

Is This Answer Correct ?    0 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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

2795


What would be the value of month at the end of data step execution and how many observations would be there?

1228


How to create an external dataset with sas code?

1239


Mention common programming errors committed in sas ?

1166


What is the difference between where and if statement?

1150


What are the difference between sas functions and procedures?

1201


What is the difference between %local and %global? : sas-macro

1233


in the flow of data step processing, what is the first action in a typical data step? : Sas programming

1109


What are common programming errors committed in sas

1183


hi here is a problem can anybody solve this? i want to report the data through third party file. by using data _null_ or proc report or macro automation process. but i want to insert the 'titles and footnotes' in between the data and also starting of 2nd and ending of 2nd and starting of 3rd and ending of the 3rd page. tell me how and write the code?

2154


what is the basic structure sas administrator? : Sas-administrator

1052


What is the difference between reading data from an external file and reading data from an existing data set?

1230


what is the difference between calculating the 'mean' using the mean function and proc means? : Sas programming

1309


Describe the function and untility of the most difficult SAS macro that you have written.

2272


What does the RUN statement do?

1348