nerdexam
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)
  • A
    8% (3)
  • B
    73% (27)
  • C
    16% (6)
  • D
    3% (1)

Community Discussion

No community discussion yet for this question.

Full C2090-320 Practice