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?
eg: vijaya raghava perumal.I tried with using & but it
workss if its vijaya raghava but not for raghava
perumal.how to do this?

Answer Posted / dilip

use & and width.

data k;
input s &$22. t $;
cards;
vijaya ragava perumal raj
mohan raj krishna sharma
;
proc print;
run;

Is This Answer Correct ?    11 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the features of base sas system?

1110


Of all your work, where have you been the most successful?

4714


what is sas database server? : Sas-di

1189


which date functions advances a date time or date/time value by a given interval? : Sas programming

1004


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

1478


What do the sas log messages “numeric values have been converted to character” mean? What are the implications?

1248


why is sas considered self-documenting? : Sas programming

1184


If a variable contains letters or special characters, can it be numeric data type?

1278


What is the order of application for output data set options, input data set options and SAS statements?

1614


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

1022


what are the scrubbing procedures in sas? : Sas programming

1319


what are sas bi dashboard components? : Sas-bi

1226


What is the general format of function in sas? : sas-grid-administration

1028


how would you create a data set with 1 observation and 30 variables from a data set with 30 observations and 1 variable? : Sas programming

1399


what is the difference between infile and input? : Sas-administrator

1189