Which code segment would you use to derive the numeric variable AVAL from AVALC by stripping off non-numeric characters?
Which code segment would you use to derive the numeric variable AVAL from AVALC by stripping off non-numeric characters?
A . aval = put(compress(avalc, ‘<>=’), best12.);
B . aval = input(compress(avalc, ‘<>=’), best12.);
C . aval = input(substr(avalc, 2,2), best12.);
D . aval = put(substr(avalc, 2,2), best12.);
Answer: B
Latest A00-282 Dumps Valid Version with 145 Q&As
Latest And Valid Q&A | Instant Download | Once Fail, Full Refund
Subscribe
Login
0 Comments
Inline Feedbacks
View all comments