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

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  access mode   array   assumed decimal point   binary search   buffer   case structure   code page   compile   compile time   component   contained program   copybook  ..more

copybook
Category Concept
Subject Cobol
A file or library member that contains a sequence of code that is included in the source program at compile time using the COPY statement. The file can be created by the user, supplied by COBOL, or supplied by another product. Synonymous with copy file.