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

function-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 FUNCTION-POINTER clause contains the address of a function entry point. Typically used to communicate with C and Java programs.
Submitted by remy
Created on Sunday, 07 November 2021, 02:48

Back to Glossary