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

function-identifier
Category Syntax
Subject Cobol
A syntactically correct combination of character strings and separators that references a function. The data item represented by a function is uniquely identified by a function-name with its arguments, if any. A function-identifier can include a reference-modifier. A function-identifier that references an alphanumeric function can be specified anywhere in the general formats that an identifier can be specified, subject to certain restrictions. A function-identifier that references an integer or numeric function can be referenced anywhere in the general formats that an arithmetic expression can be specified.
Submitted by remy
Created on Sunday, 07 November 2021, 02:48

Back to Glossary