Welcome to myCobol.ovh Monday, 29 September 2025, 06:27

myCobol.ovh Glossary
Categories all   ·   Context   ·   Concept   ·   Syntax   ·   Event   ·   Standards  
Subjects all   ·   Cobol  
Letters all  #  A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z
Terms  packed-decimal data item   padding character   page   page body   paragraph   paragraph header   paragraph-name   parameter   phrase   physical record   pointer data item   port  ..more

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.