Front | Back |
A constant or fixed value that may contain up to 160 characters in the COBOL character set (except a quote); such literals are enclosed in quotes.
|
Alphanumeric literal
|
The process of using a file of transaction records along with an existing master file to produce a new master file.
|
Batch update procedure
|
A single letter, digit or special symbol. Fields such as NAME or SALARY are composed of individual characters.
|
Characters
|
The full set of characters that may be used in a COBOL program.
|
COBOL character set
|
A fixed value or literal that is used in a program.
|
Constant
|
A field used to sum the number of occurrences of a given condition.
|
Counter field
|
One of the four major divisions of a COBOL program; it defines and describes all data to be used in a program.
|
DATA DIVISION
|
The name assigned to each field, record and file in a COBOL program. A data-name, unlike an identifier, may not be subscripted or qualified.
|
Data-name
|
A field that contains a PIC clause; a field that is not further subdivided.
|
Elementary item
|
Entries used to describe an input or output file.
|
FD (File Description)
|
A group of consecutive characters used to represent a unit of information; for example, a NAME field or an AMOUNT field.
|
Field
|
A COBOL reserved word, such as SPACES or ZEROS, where the word denotesthe actual value; for example, MOVE ZEROS TO TOTAL will result in all 0's in the field called TOTAL.
|
Figurative constant
|
The section of the DATA DIVISION in which input and output files are defined and descrbed.
|
FILE SECTION
|
A COBOL reserved word used to designate field that will not be accessed by the program.
|
FILLER
|
Records within a file that are all the same length.
|
Fixed-length record
|