Welcome to myCobol.ovh Monday, 29 September 2025, 06:39
- function-identifier
[Cobol/Syntax]
- A syntactically correct combination of character strings and separators that references a function. The data item repres ...
- function-name
[Cobol/Syntax]
- A word that names the mechanism whose invocation, along with required arguments, determines the value of a function.
- function-pointer data item
[Cobol/Syntax]
- A data item in which a pointer to an entry point can be stored. A data item defined with the USAGE IS FUNCTION-POINTER c ...