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
Explain the special input delimiters used in sas programming.
What is the use of the %include statement?
Compare sas with other data analytics tools.
Which are the statements whose placement in the data step is critical?
How do you delete duplicate observations in sas?
For what purposes have you used sas macros? : sas-macro
how do you want missing values handled? : Sas programming
Which statement does not perform automatic conversions in comparisons?
Can you execute macro within another macro? If so, how would sas know where the current macro ended and the new one began? : sas-macro
describe how to adjust the performance of data integrator? : Sas-di
What areas of SAS are you most interested in?
What do you know about sas data set?
what is program data vector? : Sas-administrator
What is the basic syntax of a sas program?
Of all your work, where have you been the most successful?