What is the value of B after executing the following code?DCL A CHAR(10) VAR;DCL B BIN FIXED(31) INIT(0);DCL C CHAR(5) INIT('ABCD');A = C;B = LENGTH(A);
A. 10
B. 7
C. 5
D. 4
What is the value of B after executing the following code?DCL A CHAR(10) VAR;DCL B BIN FIXED(31) INIT(0);DCL C CHAR(5) I
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
What is the value of B after executing the following code?DCL A CHAR(10) VAR;DCL B BIN FIXED(31) INIT(0);DCL C CHAR(5) I
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!