Jump to user comments
programming, library (Or "copy member", "copy module") A
common piece of
source code designed to be copied into many
programming.
was stored as a "book" in a
source library. A library was
comprised of "books", prefixed with a letter designating the
language, e.g., A.name for Assembler, C.name for Cobol, etc.,
because
DOS didn't support multiple libraries, private
libraries, or anything. This term is commonly used by
COBOLprogrammers but is supported by most
mainframe languages.
The
IBM OS series did not use the term "copybook", instead
it referred to such files as "libraries" implemented as
"partitioned data sets" or
PDS.
Copybooks are functionally equivalent to
C and
C++(1997-07-31)