IBM
C2090-320 · Question #116
COL1 is defined as CHAR(05) and contains CHAR(`12345'). Which of the following expressions returns the digits 12345 for further calculation?
The correct answer is B. DEC(COL1). See the full explanation below for the reasoning.
Question
COL1 is defined as CHAR(05) and contains CHAR(`12345'). Which of the following expressions returns the digits 12345 for further calculation?
Options
- AHEX(COL1)
- BDEC(COL1)
- CPACK(COL1)
- DDIGITS(COL1)
How the community answered
(37 responses)- A8% (3)
- B73% (27)
- C16% (6)
- D3% (1)
Community Discussion
No community discussion yet for this question.