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 sas data set?
What is maximum storage capability of SAS?
Name any two sas spawners? : sas-grid-administration
what has been your most common programming mistake? : Sas programming
What is a method to debug and test your SAS program?
what is the difference between infile and input? : Sas-administrator
what is the use of proc sql? : Sas programming
For what purposes have you used sas macros? : sas-macro
sas implementing companies in pune implementing clinical projects if anyone knows plz send ans immediately
Differentiate between sas functions and sas procedures.
What are the different versions of sas that you have used until now? : sas-grid-administration
Differentiate between ceil and floor functions.
Have you ever used the SAS Debugger?
what is proc Index? and what is proc document?
what other sas products have you used and consider yourself proficient in using? : Sas programming