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...

What statement do you code to tell SAS that it is to write
to an external file?

Answer Posted / jothi sankar

_NULL_ statemnet.


Eg:

DATA
_NULL_;
SET MYDATA;
FILE '<FILE-LOCATION>';
PUT var1 var2 var3 ... varn;
RUN;

Is This Answer Correct ?    12 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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

3199


name several ways to achieve efficiency in your program? : Sas programming

1140


Differentiate between format and informat? : sas-grid-administration

1120


What is slibref?

1329


describe the interaction table in sas di? : Sas-di

1073


Difference between informat and format?

1142


How do dates work in SAS data?

1227


What are pdv and it functions?

1243


what is transformation in sas data integration? : Sas-di

1082


explain about various caches available in data integrator? : Sas-di

1111


what do the sas log messages "numeric values have been converted to character" mean? : Sas programming

1073


Mention some common errors that are usually committed in sas programming.

1103


what are the benefits of data integration? : Sas-di

1175


What is a pdv and what are its functions?

1216


What is the difference between the proc sql and data step?

1222