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

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  figurative constant   file   file attribute conflict   file clause   file connector   file control entry   file description entry   file organization   file position indicator   FILE SECTION   file system   FILE-CONTROL paragraph  ..more

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 ...