Multiple choice technology mainframe

How many bytes will be assigned to a field which is defined with USAGE POINTER?

  1. 4

  2. 6

  3. 8

  4. 10

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

POINTER is a special COBOL usage type that stores addresses (pointers to data areas). Regardless of the platform, POINTER always occupies 4 bytes of storage. This is standard across mainframe COBOL implementations.