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


data jagan1.s;
input bp$;
cards;
100/90
120/89
112/87
run;
in the above code how to convert character data values to numeric data values?

Answer Posted / aaaa

data jagan1.s;
infile cards dlm='/' dsd;
input b p;
cards;
100/90
120/89
112/87
run;

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is broad cast agent? : Sas-bi

1120


Have you used macros? For what purpose you have used? : sas-macro

1086


What is a put statement?

1272


What are the ways to do a “table lookup” in sas?

1076


How do you add a number to a macro variable? : sas-macro

1052


Which date function advances a date, time or datetime value by a given interval?

1200


Assuming {et} is randomly drawn from N(0,1) and e0 = 0, generate 200 observations of xt = et − 0.5e(t−1) and draw a line graph of xt.

1926


what are several options for creating reports in web report studio? : Sas-bi

1226


what is treatment emergent events and treatment emregent adverse event

2448


Will it bother you if the guy at the next desk times the frequency and duration of your bathroom or coffee breaks on the grounds that ?you are getting paid twice as much as he is??

2671


What is the work of tranwrd function?

1297


What is the SAS data set?

1175


how will you locate the sas platform applications? : Sas-bi

1083


Differentiate between ceil and floor functions.

1202


What is the difference between one to one merge and match merge? Give an example.

1119