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 / prakhar sadafal

Use the _infile_ option in the put statement

view sourceprint?
filename some 'c:cool.dat';
filename cool1 'c:cool1.dat';
data _null_;
infile some;
input some;
file cool1;
put _infile_;
run;

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

explain the difference between alternate key, business key, foreign key, generated key, primary key, retained key and surrogate key ? : Sas-di

1140


What do you know about sas data set?

1183


What sas features do you use to check errors and data validation?

1265


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

1109


explain the use of % includes a statement in sas? : Sas-administrator

1043


How to include or exclude specific variables in a data set?

1163


How to create list output for cross-tabulations in proc freq?

1149


Did you used proc test? when?

2088


How to limit decimal places for the variable using proc means?

1120


what is the difference between floor and ceil functions in sas? : Sas-administrator

1313


State the difference between INFORMAT and FORMAT ?

1150


sas implementing companies in pune implementing clinical projects if anyone knows plz send ans immediately

3632


do you need to know if there are any missing values? : Sas programming

1120


what does the run statement do? : Sas programming

1102


why is sas considered self-documenting? : Sas programming

1185