Multiple choice technology mainframe

Which of the following USAGE CLAUSE cannot contain a PIC clause while declaration

  1. COMP-1

  2. COMP

  3. COMP-3

  4. DISPLAY

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

COMP-1 (single-precision floating point) in COBOL does not accept a PIC (PICTURE) clause because it uses internal binary representation, not the character-based format that PIC defines. COMP, COMP-3, and DISPLAY can all have PIC clauses to define their data layout. COMP-1 is pre-defined as a 4-byte floating-point format.