Welcome to myCobol.ovh Monday, 29 September 2025, 08:17

pointer data item
Category Syntax
Subject Cobol
A data item in which address values can be stored. Data items are explicitly defined as pointers with the USAGE IS POINTER clause. ADDRESS OF special registers are implicitly defined as pointer data items. Pointer data items can be compared for equality or moved to other pointer data items.
Submitted by remy
Created on Sunday, 07 November 2021, 02:48

Back to Glossary