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

How do i read multiple spaces in datasets?

Answer Posted / sri

by using double trailing operator @@

Is This Answer Correct ?    1 Yes 9 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is maximum number of rows and cols can be handled in SAS?

1669


Why double trailing @@ is used in input statement?

1263


What are the five ways to do a table lookup in sas? : sas-grid-administration

1114


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

1071


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

1162


what is the one statement to set the criteria of data that can be coded in any step? : Sas programming

1187


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

3198


what are input dataset and output dataset options? : Sas programming

1161


Mention few capabilities of sas framework.

1237


Explain the main difference between the sas procedures and functions? : Sas-administrator

1110


What are the features of base sas system?

1110


what is operational data and operational system? : Sas-di

1155


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 makes sas stand out to be the best over other data analytics tools?

1112


how many display types available in sas bi dashboard? : Sas-bi

1141