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

procedure-pointer data item
Category Syntax
Subject Cobol
A data item in which a pointer to an entry point can be stored. A data item defined with the USAGE IS PROCEDURE-POINTER clause contains the address of a procedure entry point.  Typically used to communicate with COBOL and Language Environment programs.
Submitted by remy
Created on Sunday, 07 November 2021, 02:48

Back to Glossary