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 / jothi sankar


PUT _ALL_;

Eg:

DATA
_NULL_;
SET MYDATA; --> is got from external input file
FILE OFILE<is having output file path>;

PUT _ALL_; --> is for writing values with variables

PUT (_ALL_) (+0); --> is for writing only values

RUN;


Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what are the new features included in the new version of sas i.e., Sas 9.1.3? : Sas programming

1148


what is the difference between: x=a+b+c+d; and x=sum (of a, b, c ,d);? : Sas programming

1180


what do the pad and dim functions do? : Sas programming

1072


Which function is used to count the number of intervals between two sas dates?

1189


what is the primary data source for the wrs? : Sas-bi

1332


What can you learn from the SAS log when debugging?

1434


what are the categories that sas informats are used to the place the data? : Sas-administrator

1095


what is hierarchy flattening? : Sas-di

1132


Name some categories in sas 9? : sas-grid-administration

1024


What is the difference between using drop = data set option in data statement and set statement?

1209


Mention the category in which sas informats are placed?

1076


What is the function of output statement in a SAS Program?

1122


What are all the problems you faced while validating tables and reports?

3510


: and & modifiers.

1444


explain the difference between proc means and proc summary?

1181