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 write the record to the file?

Answer Posted / bhargavi

BY using data _null_

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what has been your most common programming mistake? : Sas programming

1185


What are the special input delimiters used in SAS?

1238


what is ae onset date n what is RDS

2655


data data1; input dt account; format dt date9.; cards; 1745 1230 1756 1120 1788 1130 1767 1240 ; data data2; input startdt enddt total; format startdt date9. enddt date9.; cards; 1657 1834 12300 1557 1758 16800 1789 1789 12300 1788 1345 12383 1899 1899 13250 ; proc sql; create table data3 as select * from data1 as x left join data2 as y on x.dt>=y.startdt and x.dt<=y.enddt; quit; Here, we are getting cartision product. But,I want left join report consisting of this program. It should not get duplicate values. you can modify the program also.

2244


what is sas business intelligence? : Sas-bi

1264


What is Linear Regression?

1220


what can you learn from the sas log when debugging? : Sas programming

1136


is data integration and etl programming is same? : Sas-di

1122


what is a method for assigning first.var and last.var to the by groupvariable on unsorted data? : Sas programming

1041


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

1174


What are the applications primarily used by business analyst? : Sas-bi

1049


what does the run statement do? : Sas programming

1102


What makes sas stand out to be the best over other data analytics tools?

1114


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

2167


why is a stop statement needed for the point=option on a set statement? : Sas programming

1128