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

data _null_;
infile 'path';
input;
file 'destination path';
put _infile_;
run;

Is This Answer Correct ?    16 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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

1309


explain the concepts and capabilities of business object? : Sas-bi

1009


What are the uses of sas?

1358


i want for interview question & answer plz it need immediate send t my mail raviprakashmot@gmal.cm

2427


What is the role of unrestrictive users? : sas-grid-administration

1073


What are the differences between sum function and using “+” operator?

1155


Explain append procedure?

1130


How to limit decimal places for variable using proc means?

1153


how can you import .csv file in to sas? : Sas programming

1139


What do you understand by the term Normal Distribution?

1034


What does PROC print, and PROC contents do?

1275


Do we follow ADAM in analysis dataset development?How? Usually which version? Why is it necessary?

2448


This entry was posted in General. Bookmark the permalink. Post a comment or leave

4623


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

1120


how do the in= variables improve the capability of a merge? : Sas programming

1479