Multiple choice technology mainframe How many bytes will be assigned to a field which is defined with USAGE POINTER? 4 6 8 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.