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

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  77-level-description-entry   abend   access mode   alphabet-name   alphabetic   alphanumeric   alphanumeric character   alphanumeric-edited   alternate record key   ANSI   argument   arithmetic expression  ..more

variable-length record [Cobol/Syntax]
A record associated with a file whose file description or sort-merge description entry permits records to contain a vary ...
variable-occurrence data item [Cobol/Syntax]
A variable-occurrence data item is a table element that is repeated a variable number of times. Such an item must contai ...
variably located group [Cobol/Syntax]
A group item following, and not subordinate to, a variable-length table in the same record. The group item can be an alp ...
variably located item [Cobol/Syntax]
A data item following, and not subordinate to, a variable-length table in the same record.
verb [Cobol/Syntax]
A word that expresses an action to be taken by a COBOL compiler or object program.
volume [Cobol/Context]
A module of external storage. For tape devices it is a reel; for direct-access devices it is a unit.
volume switch procedures [Cobol/Context]
System-specific procedures that are executed automatically when the end of a unit or reel has been reached before end-of ...
VSAM file system [Cobol/Context]
A file system that supports COBOL sequential, relative, and indexed organizations.
Web service [Cobol/Context]
A modular application that performs specific tasks and is accessible through open protocols like HTTP and SOAP.
white space [Cobol/Concept]
Characters that introduce space into a document. They are ...