Multiple choice technology mainframe

One of the below option is not a COBOL intrinsic function

  1. CHAR

  2. ORD

  3. REM

  4. REVERSE

  5. ANNUITY

  6. None

Reveal answer Fill a bubble to check yourself
F Correct answer
Explanation

All listed functions are valid COBOL intrinsic functions: CHAR converts numeric to character, ORD returns ASCII ordinal value, REM calculates remainder of division, REVERSE reverses character strings, and ANNUITY calculates financial annuity values. Therefore 'None' correctly indicates that none of these is NOT an intrinsic function.