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
what is broad cast agent? : Sas-bi
Have you used macros? For what purpose you have used? : sas-macro
What is a put statement?
What are the ways to do a “table lookup” in sas?
How do you add a number to a macro variable? : sas-macro
Which date function advances a date, time or datetime value by a given interval?
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.
what are several options for creating reports in web report studio? : Sas-bi
what is treatment emergent events and treatment emregent adverse event
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??
What is the work of tranwrd function?
What is the SAS data set?
how will you locate the sas platform applications? : Sas-bi
Differentiate between ceil and floor functions.
What is the difference between one to one merge and match merge? Give an example.