RMC LRM
RMC LRM
RMC LRM
RM/COBOL
RM/COBOL
Language Reference Manual
Micro Focus
The Lawn
22-30 Old Bath Road
Newbury, Berkshire RG14 1QN
UK
http://www.microfocus.com
MICRO FOCUS, the Micro Focus logo, and Micro Focus product names are trademarks or registered trademarks of
Micro Focus Development Limited or its subsidiaries or affiliated companies in the United States, United Kingdom,
and other countries. All other marks are the property of their respective owners.
Preface ...................................................................................................... 1
Organization of Information ...................................................................................................... 1
Conventions and Symbols.......................................................................................................... 2
Related Publications................................................................................................................... 3
List of Figures
Figure 1: Source Format ......................................................................................................... 25
Figure 2: Example of Traditional Source Format ................................................................... 26
Figure 3: Logical Page Layout for a General LINAGE Clause .............................................. 94
Figure 4: Logical Page Layout for a Specific LINAGE Clause .............................................. 95
Figure 5: PERFORM . . . VARYING Statement .................................................................. 325
Figure 6: PERFORM . . . VARYING Statement .................................................................. 326
Figure 7: PERFORM . . . VARYING Statement .................................................................. 327
Figure 8: PERFORM . . . VARYING Statement .................................................................. 329
Figure 9: PERFORM Statement Examples ........................................................................... 330
Figure 10: PERFORM Statement Examples ......................................................................... 331
Figure 11: PERFORM Statement Examples ......................................................................... 331
Figure 12: SEARCH Statement ............................................................................................ 351
List of Tables
Table 1: RM/COBOL Character Set ......................................................................................... 6
Table 2: System-Names .......................................................................................................... 11
Table 3: Examples of Highest Value Versus Maximum Value .............................................. 14
Table 4: Examples of Lowest Value Versus Minimum-Value ............................................... 17
Table 5: Nonnumeric Literals and Their Values ..................................................................... 22
Table 6: Imperative Verbs ...................................................................................................... 30
Table 7: Explicit Scope Terminators ...................................................................................... 31
Preface
Organization of Information
This manual is divided into the following parts:
Chapter 1—Language Structure presents detailed information on the structure of the
language. This includes the structure of program units, the valid character set, words and
types of statements.
Chapter 2—Identification Division details the structure and syntax of the Identification
Division.
Chapter 3—Environment Division details the structure and syntax of the Environment
Division.
Chapter 4—Data Division details the structure and syntax of the Data Division.
Chapter 5—Procedure Division provides general information on the Procedure Division.
This includes control transfers, program segmentation and a number of other general rules.
Procedure Division compiler directive statements are described in this chapter.
Chapter 6—Procedure Division Statements details the structure and syntax of all
imperative and conditional statements.
Appendix A—Reserved Words lists words that are reserved, and those that are removed
from the reserved word list when the RM/COBOL 2.n compatibility option is selected in the
Compile Command (as described Chapter 6: Compiling of the RM/COBOL User’s Guide).
Appendix B—Compiler Messages lists the informational, warning, and error messages that
may be generated during compilation.
The RM/COBOL Language Reference Manual also includes a Glossary (on page 481) and
an Index (on page 525).
italicized words Indicate items for which you substitute a specific value.
UPPERCASE WORDS Indicate optional items which—if you use them—you
enter exactly as shown (although not necessarily in
uppercase).
UPPERCASE WORDS Indicate required items which you enter exactly as
shown (although not necessarily in uppercase).
... Indicate indefinite repetition of the last item.
WORDS STACKED Indicate alternatives.
STACKED WORDS
| Separate alternatives.
[ ] Surround optional items.
{ } Surround a set of alternatives, one of which is required.
{| |} Surround a set of unique alternatives, one or more of
which is required, but each alternative may be specified
only once; when multiple alternatives are specified,
they may be specified in any order.
6. If necessary, this symbol in the online PDF file represents a “note” that allows you to
view last-minute comments about a specific topic on the page in which it occurs. This
same information is also contained in the README text file under the section,
Documentation Changes. In Adobe Reader, you can open comments and review their
contents, although you cannot edit the comments. Notes do not print directly from the
comment that they annotate. You may, however, copy and paste the comment text into
another application, such as Microsoft Word, if you wish.
To review notes, do one of the following:
• To view a note, position the mouse over the note icon until the note description
pops up.
• To open a note, double-click the note icon.
• To close a note, click the Close box in the upper-left corner of the note window.
Related Publications
For additional information, refer to the following publications:
RM/COBOL Syntax Summary Help File
RM/COBOL User’s Guide
CodeBridge User's Guide
CodeWatch User’s Guide
WOW Extensions Designer Help File and WOW Extensions Functions and
Messages Help File
Xcentrisity Business Information Server (BIS) User's Guide
XML Extensions User’s Guide
Overview
This chapter presents detailed information on the structure of the language. This includes the
structure of program units, the valid character set, words and types of statements.
The smallest element in the language is the character. A character is a digit, a letter of the
alphabet, punctuation or a special mark. A word is one possible result obtained when one
or more characters are joined in a sequence of contiguous characters. Just as English words
are determined by rules of spelling, so COBOL words are formed by following a specific set
of rules.
Using syntactic and grammatical rules, words and punctuation characters are combined
into statements, sentences, paragraphs and sections. When using the English language, a
failure to follow the rules of grammar and sentence structure may cause misunderstanding:
the same is true when writing a COBOL source program. It must be emphasized that a
thorough knowledge of the rules of the language structure is a prerequisite to writing a
workable program.
Character Set
The RM/COBOL character set is shown in Table 1 (on page 6). Inside nonnumeric literals
and in comment-entries and comment lines, other characters may be used but have no
grammatical meaning.
Characters are combined to form either a separator or a character-string.
Lowercase letters are allowed anywhere and are treated as uppercase letters except in
nonnumeric literals and when used as the currency symbol in PICTURE character-strings.
Within hexadecimal, nonnumeric literals, the lowercase letters a, b, c, d, e, and f are
equivalent to the uppercase letters A, B, C, D, E, and F.
Separators
A separator is a string of one or more of the characters marked with a 1 in Table 1.
Digits 0 through 9
A through Z
Letters
a through z
Punctuation ’ Apostrophe 1
: Colon 1
, Comma 1
= Equal sign 1
( Left parenthesis 1
. Period 1
” Quotation mark 1
) Right parenthesis 1
; Semicolon 1
Space 1
Special & Ampersand
* Asterisk
$ Currency
> Greater than
< Less than
– Minus (or hyphen)
+ Plus
/ Slash (or solidus)
1 The character can be used as a separator.
4. Quotation marks are separators that delimit nonnumeric literals. They must always
appear in balanced pairs, except when the continuation of a nonnumeric literal is being
specified.
An opening quotation mark must be immediately preceded by a space or left parenthesis.
A closing quotation mark must be immediately followed by a space, comma separator,
semicolon separator, period separator, or right parenthesis.
Either the quotation mark or the apostrophe may be used to delimit nonnumeric literals.
The apostrophe has the same characteristics as the quotation mark, described above.
5. The punctuation character colon is a separator and is required when shown in the general
formats.
6. A pair of adjacent equal signs that are not split across a continuation forms a pseudo-text
delimiter. A pseudo-text delimiter is a separator.
Pseudo-text delimiters may be used only in balanced pairs to delimit pseudo-text in the
COPY Statement (on page 40) and REPLACE Statement (on page 44). An opening
pseudo-text delimiter must be immediately preceded by a space; a closing pseudo-text
delimiter must be immediately followed by one of the separators space, comma,
semicolon, or period.
7. A space may immediately precede all separators except:
a. If prohibited by specific statement syntax.
b. If the separator is a closing quotation mark. In this case, a preceding space is
considered part of the nonnumeric literal, not a separator.
c. The opening pseudo-text delimiter, where the preceding space is required.
d. A space may immediately follow any separator except an opening quotation mark.
In this case, the space is considered part of the nonnumeric literal, not a separator.
8. Any punctuation character that appears as part of the specification of a PICTURE
character-string or numeric literal is not considered a punctuation character; it is treated
as a symbol used in the specification of that PICTURE character-string or numeric literal.
PICTURE character-strings are delimited only by a space, comma, semicolon or period
separator. For more information, see the discussion of PICTURE Character-Strings (on
page 24).
Character-Strings
A character-string is a sequence of one or more characters that forms a COBOL word, literal,
PICTURE character-string, or comment-entry. A character-string is delimited by separators.
COBOL Words
A COBOL word is a character-string of not more than 240 characters which forms a user-
defined word, a system-name, a context-sensitive word, or a reserved word. Each character of
a COBOL word is selected from the set of letters, digits, and the hyphen. The hyphen may
not appear as the first or last character. Lowercase letters are considered equivalent to the
corresponding uppercase letters. Within a source program, reserved words and user-defined
words form disjoint sets; reserved words and system-names form disjoint sets, system-names
and user-defined words form intersecting sets.
The same COBOL word may be used as a system-name and as a user-defined word within a
source program; the class of a specific occurrence of this COBOL word is determined by the
context of the clause or phrase in which it occurs.
User-Defined Words
User-defined words comprise alphabetic and numeric characters, and the hyphen. A
user-defined word can neither begin nor end with a hyphen. With the exception of
paragraph-names, section-names, level-numbers and segment-numbers, all user-defined
words must contain at least one alphabetic character.
Here are the types of user-defined words:
Alphabet-name Paragraph-name
Cd-name Program-name
Class-name Record-name
Condition-name Routine-name
Constant-name Screen-name
Data-name Section-name
File-name Segment-number
Index-name Split-key-name
Level-number Symbolic-character
Library-name Text-name
Mnemonic-name
Within a given source program, but excluding any contained program, the user-defined words
are grouped into the following disjoint sets:
Alphabet-names Mnemonic-names
Cd-names Paragraph-names
Class-names Program-names
Condition-names, data-names, index-names, Routine-names
record-names, screen-names, and split-key-names
Constant-names Section-names
File-names Symbolic-characters
Library-names Text-names
All user-defined words, except segment-numbers and level-numbers, can belong to only one
of these disjoint sets. Further, all user-defined words within a given disjoint set must be
unique, except as specified in the rules for uniqueness of reference. Segment-numbers and
level-numbers need not be unique; a given specification of a segment-number or level-number
may be identical to any other segment-number or level-number.
The types of user-defined words are defined as follows:
1. Alphabet-name. An alphabet-name identifies a character code set. It must contain at
least one alphabetic character and must be unique.
2. Cd-name. A cd-name identifies a Message Control System (MCS) interface area, which
is described in a communication description entry within the Communication Section of
the Data Division. Cd-names must be unique and contain at least one alphabetic
character.
Note An MCS is application-specific and not supplied with RM/COBOL. For further
information, see Appendix D: Support Modules (Non-COBOL Add-Ons) of the
RM/COBOL User’s Guide.
3. Class-name. A class-name identifies a user-specified list of characters. A class-name
must be unique and it must contain at least one alphabetic character. A class-name is
defined in the SPECIAL-NAMES paragraph of the Environment Division. It may
then be used in a class condition test in the Procedure Division to determine if the
current contents of a data item consist entirely of characters in the list identified by the
class-name.
4. Condition-name. A condition-name may be defined in the SPECIAL-NAMES
paragraph within the Environment Division or in a level-number 88 description within
the Data Division. Condition-names must contain at least one alphabetic character.
A SPECIAL-NAMES condition-name is assigned to ON STATUS or OFF STATUS of
one of eight system software switches.
A level-number 88 condition-name is assigned to a specific value, set of values, or range
of values within a complete set of values that a data item may assume. The data item
itself is called a conditional variable.
A condition-name may be used in conditions as an abbreviation for the relation condition
which tests whether the associated switch or conditional variable is equal to one of the set
of values to which that condition-name is assigned. A condition-name may also be used
in a SET statement, indicating that the associated value is to be moved to the conditional
variable.
5. Constant-name. A constant-name is defined in a level-number 78 data description entry
and names a literal value. A constant-name must be defined before any reference to the
constant-name. Constant-names must contain at least one alphabetic character and must
be unique. A constant-name is always global and thus may be referenced in any program
contained in the program that defines the constant-name.
An integer-valued constant-name may be defined using a constant-expression. The
constant-expression is evaluated at the time of the definition during compilation and any
reference to the constant-name is equivalent to a reference to the resultant integer value.
The constant-expression may refer to previously defined integer-valued constant-names.
References to constant-names may be used in any context where the assigned literal value
could be used unless otherwise prohibited. The effect of a constant-name reference is the
same as if the literal value assigned to the constant-name were written instead. Constant-
names that have an integer value may be used wherever integer is specified in the syntax
formats, for example, integers in BLOCK or RECORD clauses of a file control entry,
integer occurrence counts in an OCCURS clause, and in constant-expressions used to
define other integer-valued constant-names. An integer-valued constant-name may also
be used as the integer repeat count specification in PICTURE character-strings.
6. Data-name. A group of contiguous characters or a numeric value treated as a unit of
data is called a data item, and it is named by a data-name. A data-name must contain at
least one alphabetic character. References to data items must be made unique by
qualification, the appending of subscripts, or both.
Complete unique references to data items are called identifiers. When used in the general
formats, ‘data-name’ represents a word that must not be reference-modified, subscripted,
or qualified unless specifically permitted by the rules of the format.
7. File-name. File-names are the internal names for files accessed by the source program.
They are not necessarily the same as the external names by which the file is known to the
runtime operating system. File-names must contain at least one alphabetic character and
must be unique.
8. Index-name. An index-name names an index associated with a specific table. It must
contain at least one alphabetic character. References to indexes must be made unique by
qualification.
9. Level-number. A level-number specifies the position of a data item within a data
hierarchy. A level-number is a one- or two-digit number in the range 01 – 49, 66, 77, 78,
or 88.
Level-numbers 66, 77, and 88 identify special properties of a data description entry.
10. Library-name. A library-name is a user-defined word that identifies a library to be used
by the compiler for a given COPY statement. Library-names must be unique.
11. Mnemonic-name. A mnemonic-name is a user-defined word that is associated in the
SPECIAL-NAMES paragraph with a switch-name, feature-name or low-volume-I-O-
name. Mnemonic-names must be unique and must contain at least one alphabetic
character.
12. Paragraph-name. A paragraph-name identifies the beginning of a set of COBOL
procedural sentences. A reference to a nonunique paragraph-name must be made unique
by qualification with a section-name.
Paragraph-names are equivalent only if they are composed of the same sequence of the
same number of digits or characters.
13. Program-name. The program-name identifies the source and object programs. The
name must contain at least one alphabetic character.
14. Record-name. Record-names name data records within a file. They must contain at
least one alphabetic character and, if not unique, must be made unique by qualification
with the file-name.
15. Routine-name. A routine-name is a user-defined word that identifies a procedure
written in a language other than COBOL.
16. Screen-name. A screen-name identifies a set of one or more entries; these entries define
fields within a region of a terminal screen. Screen-names must contain at least one
alphabetic character and, if not unique, must be made unique by qualification.
17. Section-name. A section-name identifies the beginning of a set of paragraphs.
Section-names must be unique and must contain at least one alphabetic character.
18. Segment-number. A segment-number specifies the segmentation classification of a
section. It is a one- to three-digit number in the range 00 – 127.
19. Split-key-name. A split-key-name is a user-defined word that names a concatenation
of one or more data items within a record associated with an indexed file. The
concatenation of the data items forms a single record key for that file. References to
split-key-names must be made unique by qualification. The only qualifier allowed for a
split-key-name is the file-name of the file with which the split-key-name is associated.
20. Symbolic-character. A symbolic-character is a user-defined word that identifies a
user-defined figurative constant. Symbolic-characters must be unique and must contain
at least one alphabetic character.
21. Text-name. A text-name is the name of a library text file. It must correspond exactly to
a valid file access name that is known to the compile-time operating system.
System-Names
System-names identify certain hardware or software system components. System-names
consist of code-names, device-names, feature-names, label-names, low-volume-I-O-names,
record delimiting techniques, and switch-names. Most system-names are not reserved words,
but certain reserved words may be used as system-names. See Table 2 for a complete list of
system-names. See Appendix A: Reserved Words (on page 387) for a list of system-names
that are not reserved.
Table 2: System-Names
System-Names
Type System-Name Description
user-defined-word Commentary
System-Names
Type System-Name Description
Reserved Words
Reserved words are those words reserved for use by the RM/COBOL compiler. A reserved
word must not appear as a user-defined word within a program. Appendix A: Reserved
Words (on page 387) contains a complete list of reserved words.
Five kinds of reserved words are recognized by the compiler:
1. Keywords. Keywords are required elements of the formats. Their presence indicates
specific compiler action.
2. Optional Words. Optional words are optional elements of the formats. Their presence
has no effect on the object program.
3. Connectives. OF and IN are used interchangeably to connect qualifiers to a user-defined
word. AND and OR are logical connectives, used in the formation of conditions.
4. Special Registers. Special registers are compiler-generated storage areas. They are used
to store information that is produced in conjunction with the use of specific features. The
format and description of the fifteen special registers are described below.
Note The special registers may be referenced only in Procedure Division statements with
the exception of the PROGRAM-ID special register.
IN
ADDRESS identifier-1
OF
The ADDRESS special register returns the address of identifier-1 as a pointer data item.
It may only be used in certain contexts of the Procedure Division where a pointer is
allowed, which are a relation condition with another pointer data item and the USING
phrase of a CALL statement. The ADDRESS special register is not allowed in the
GIVING phrase of a CALL statement even though a pointer data item is allowed there.
When specified in the USING phrase of a CALL statement, the ADDRESS special
register is always passed by content. When identifier-1 is a Linkage Section data item for
which the base address has not been set by being associated with an actual argument in a
calling program or by execution of a SET statement, the ADDRESS special register will
return a null pointer value. If identifier-1 were referenced in such a case without the
ADDRESS special register, the run unit would terminate with a data reference error.
Thus, the ADDRESS special register may be used in an IF statement to prevent a data
reference termination of the run unit by avoiding the reference when the ADDRESS OF
identifier-1 is equal to NULL.
IN
COUNT data-name-1
OF
The COUNT special register exists for each COBOL table data item, that is, data-name-1
must refer to a data item described with the OCCURS clause. For a fixed-occurrence
table, COUNT returns the fixed number of occurrences specified in the OCCURS clause.
For a variable-occurrence table, COUNT returns the value of the data-name specified by
the DEPENDING ON phrase of the OCCURS clause. It may be used wherever an
integer literal may be used in the Procedure Division.
IN
COUNT - MAX data-name-1
OF
The COUNT-MAX special register exists for each COBOL table data item, that is,
data-name-1 must refer to a data item described with the OCCURS clause. COUNT-
MAX always returns the maximum number of occurrences specified in the OCCURS
clause. For a fixed-occurrence table, COUNT, COUNT-MAX, and COUNT-MIN will
return the same value. It may be used wherever an integer literal may be used in the
Procedure Division.
IN
COUNT - MIN data-name-1
OF
The COUNT-MIN special register exists for each COBOL table data item, that is,
data-name-1 must refer to a data item described with the OCCURS clause. COUNT-
MIN always returns the minimum number of occurrences specified in the OCCURS
clause. For a fixed-occurrence table, COUNT, COUNT-MAX, and COUNT-MIN will
return the same value. It may be used wherever an integer literal may be used in the
Procedure Division.
IN
HIGHEST - VALUE identifier-1
OF
The HIGHEST-VALUE special register exists for any data item. The special register
returns the highest value for the data item referenced by identifier-1. It may be used
wherever a literal of the resulting type may be used in the Procedure Division. The
resulting type of the literal returned by the HIGHEST-VALUE special register is one of
the following:
• nonnumeric if the referenced data item is alphanumeric, alphabetic, or
alphanumeric edited
For alphanumeric, alphabetic, and alphanumeric edited data items, the special register
returns the figurative constant HIGH-VALUES. For pointer data items, the special
register returns the figurative constant NULL. For numeric and numeric edited data
items, the special register returns a numeric literal with the highest algebraic value for the
given data item based on the decimal precision specified in the PICTURE character-
string, subject to special considerations for binary and packed-decimal data items, as
described below.
Binary and packed-decimal data items have special considerations for the highest value
because the underlying storage may be larger, and in the case of binary, smaller, than
required for the decimal precision specified by the PICTURE character-string. (For
further details on storage of data items, see Appendix C: Internal Data Formats of the
RM/COBOL User's Guide.)
• Binary (BINARY, COMP-1, COMP-4, and COMP-5 usage). The highest value
is based on the decimal precision specified by the PICTURE character-string unless
that value would be greater than the maximum value (on page 17) that can be stored
in the binary data item. In the latter case, the maximum value that can be stored is
also the highest value and this is the only case where the highest value and maximum
value are the same for a binary data item; this case occurs only when the binary
allocation override feature of RM/COBOL is used to force the allocation smaller
than required by the decimal precision. Otherwise, the highest value is less than the
maximum value because binary data items are necessarily allocated larger than
required by the decimal precision. For example, a data item described as PIC 9(3)
BINARY data item is allocated by default with two bytes of storage and thus has a
highest value of 999, but a maximum value of 65535.
• Packed-Decimal (PACKED-DECIMAL, COMP-3, and COMP-6 usage). The
highest value is based on the decimal precision specified by the PICTURE character-
string. This highest value may be less than the maximum value (on page 17) because
packed-decimal data items are allocated as an integral number of bytes that contain
two digits each or a digit and a sign. Unsigned COMP-6 items have a padding digit
when the decimal precision is odd because these formats have no sign nibble.
Signed or unsigned COMP-3 and PACKED-DECIMAL items have a padding digit
when the decimal precision is even because these formats have a sign nibble. When
the padding digit exists, the highest value is less than the maximum value. For
example, a data item described as PIC S9(2) PACKED-DECIMAL is allocated as
two bytes to accommodate the two digits of precision and a sign nibble; thus, the
data item has a highest value of 99 but a maximum value of 999.
Table 3 illustrates additional examples of the relationship between highest value and
maximum value for various descriptions of binary and packed-decimal data items
when these special considerations are taken into account.
IN
INITIAL - VALUE data-name-1
OF
The INITIAL-VALUE special register exists for any data item. data-name-1 may be
qualified or subscripted, but must not be reference modified. The special register returns
the initial value of the data item referenced by data-name-1. It may be used wherever a
literal of the resulting type may be used in the Procedure Division. The resulting type of
the special register is numeric if the referenced data item is numeric, nonnumeric if the
referenced data item is nonnumeric, and pointer if the referenced data item is a pointer.
The initial value is defined as the value that would be placed in the data item referenced
by data-name-1 if it were initialized using the INITIALIZE statement with the VALUE
and DEFAULT phrases specified. That is, if there is a VALUE clause in the data
description entry for the referenced data item, the initial value is the same as the literal
specified in that VALUE clause. Otherwise, the initial value is ZERO for numeric items,
SPACES for nonnumeric items and NULL for pointer data items.
IN identifier-1
LENGTH
OF literal-1
The LENGTH special register exists for any data item or literal. It returns the length of
the data item referenced by identifier-1 or value referenced by literal-1. It may be used
wherever an integer literal may be used in the Procedure Division. For a variable-length
group, the LENGTH special register returns the current length of the group. For a
reference modified identifier, the LENGTH special register returns the length of the
result of the reference modification, that is, the result of the evaluation of the length
modifier if it was specified or the remaining length of the data item after the offset has
been applied if the length modifier is not specified. For a literal, the LENGTH special
register returns the number of characters in the literal. If the literal is a numeric literal,
the number of characters is the same as the number of digits. That is, for a numeric
literal, the sign and decimal point characters, if specified, are not counted in the length of
the literal.
IN
LINAGE - COUNTER file-name-1
OF
The LINAGE-COUNTER special register is a line counter, generated by the presence of
a LINAGE clause in a file description entry.
IN
LOWEST - VALUE identifier-1
OF
The LOWEST-VALUE special register exists for any data item. The special register
returns the lowest value for the data item referenced by identifier-1. It may be used
wherever a literal of the resulting type may be used in the Procedure Division. The
resulting type of the literal returned by the LOWEST-VALUE special register is one of
the following:
• nonnumeric if the referenced data item is alphanumeric, alphabetic, or
alphanumeric edited
• pointer if the referenced data item is a pointer
• numeric if the referenced data item is numeric or numeric edited
For alphanumeric, alphabetic, and alphanumeric edited data items, the special register
returns the figurative constant LOW-VALUES. For pointer data items, the special
register returns the figurative constant NULL. For numeric and numeric edited data
items, the special register returns a numeric literal with the lowest algebraic value for the
given data item based on the decimal precision specified in the PICTURE character-
string, subject to special considerations for binary and packed-decimal data items, as
described below. For unsigned numeric data items, the lowest value is the figurative
constant ZERO.
Binary and packed-decimal data items have special considerations for the lowest value
because the underlying storage may be larger, and in the case of binary, smaller, than
required for the decimal precision specified by the PICTURE character-string. Since the
lowest value is zero for unsigned items, these considerations for the lowest value occur
only for signed items. (For further details on storage of data items, see Appendix C:
Internal Data Formats of the RM/COBOL User's Guide.)
• Binary (BINARY, COMP-1, COMP-4, and COMP-5 usage). The lowest value is
based on the decimal precision specified by the PICTURE character-string unless
that value would be less than the minimum value (on page 18) that can be stored in
the binary data item. In the latter case, the minimum value that can be stored is also
the lowest value and this is the only case where the lowest value and minimum value
are the same for a binary data item. Otherwise, the lowest value is greater than the
minimum value because binary data items are necessarily allocated larger than
required by the decimal precision. For example, a data item described as PIC S9(4)
BINARY data item is allocated by default with two bytes of storage and thus has a
lowest value of -9999, but a minimum value of -32768.
• Packed-Decimal (PACKED-DECIMAL, COMP-3, and COMP-6 usage). The
lowest value is based on the decimal precision specified by the PICTURE character-
string. This lowest value may be greater than the minimum value (on page 18)
because packed-decimal data items are allocated as an integral number of bytes that
contain two digits each or a digit and a sign. Signed COMP-3 and PACKED-
DECIMAL items have a padding digit when the decimal precision is even because
these formats have a sign nibble. When the padding digit exists, the lowest value is
greater than the minimum value. For example, a data item described as PIC S9(4)
PACKED-DECIMAL is allocated as three bytes to accommodate the four digits of
precision and a sign nibble; thus, the data item has a lowest value of -9999 but a
minimum value of -99999.
Table 4 illustrates additional examples of the relationship between lowest value and
minimum value for various descriptions of binary and packed-decimal data items
when these special considerations are taken into account.
IN
MAX - VALUE identifier-1
OF
The MAX-VALUE special register exists for any data item. The special register returns
the maximum value for the data item referenced by identifier-1. It may be used wherever
a literal of the resulting type may be used in the Procedure Division. The resulting type
of the literal returned by the MAX-VALUE special register is one of the following:
• nonnumeric if the referenced data item is alphanumeric, alphabetic, or
alphanumeric edited
• pointer if the referenced data item is a pointer
• numeric if the referenced data item is numeric or numeric edited
For alphanumeric, alphabetic, and alphanumeric edited data items, the special register
returns the figurative constant HIGH-VALUES. For pointer data items, the special
register returns the figurative constant NULL. For numeric and numeric edited data
items, the special register returns a numeric literal with the maximum algebraic value for
the given data item based on the storage for the data item. (For further details on storage
of data items, see Appendix C: Internal Data Formats of the RM/COBOL User's Guide.)
The maximum value differs from the highest value (as returned by the HIGHEST-
VALUE special register) only for a numeric data item that uses binary or packed-decimal
storage, as explained in the description of the HIGHEST-VALUE special register (on
page 13) and illustrated in Table 3: Examples of Highest Value Versus Maximum Value
(on page 14). In those cases where the highest and maximum values differ, using the
MOVE statement to move the MAXIMUM-VALUE of a data item to the data item itself
will not result in the data item having its maximum value. This occurs because the
MOVE statement uses decimal truncation in the data transfer. For example, where
Data01 is described as PIC S9(4) BINARY(2), the statement
IN
MIN - VALUE identifier-1
OF
The MIN-VALUE special register exists for any data item. The special register returns
the minimum value for the data item referenced by identifier-1. It may be used wherever
a literal of the resulting type may be used in the Procedure Division. The resulting type
of the literal returned by the MIN-VALUE special register is one of the following:
• nonnumeric if the referenced data item is alphanumeric, alphabetic, or
alphanumeric edited
• pointer if the referenced data item is a pointer
• numeric if the referenced data item is numeric or numeric edited
For alphanumeric, alphabetic, and alphanumeric edited data items, the special register
returns the figurative constant LOW-VALUES. For pointer data items, the special
register returns the figurative constant NULL. For numeric and numeric edited data
items, the special register returns a numeric literal with the minimum algebraic value for
the given data item based on the storage for the data item. (For further details on storage
of data items, see Appendix C: Internal Data Formats of the RM/COBOL User's Guide.)
For unsigned numeric and numeric edited data items, the minimum value is the figurative
constant ZERO.
The minimum value differs from the lowest value (as returned by the LOWEST-VALUE
special register) only for a numeric data item that uses binary or packed-decimal storage,
as explained in the description of the LOWEST-VALUE special register (on page 16)
and illustrated in Table 4: Examples of Lowest Value Versus Minimum-Value (on
page 17). In those cases where the lowest and minimum values differ, using the MOVE
statement to move the MIN-VALUE of a data item to the data item itself will not result in
the data item having its minimum value. This occurs because the MOVE statement uses
decimal truncation in the data transfer. For example, where Data01 is described as PIC
S9(4) BINARY(2), the statement
PARAGRAPH
IN
PROCEDURE - NAME PROCEDURE
OF SECTION
The PROCEDURE-NAME special register exists for any paragraph or section in the
Procedure Division of a program. The value is a nonnumeric literal determined as
follows:
• If PARAGRAPH is specified, this special register returns the name of the paragraph
in which it is specified. The paragraph-name is provided in uppercase regardless of
how it was written in the source program. If no paragraph has been established, the
value “<paragraph?>” is returned.
• If PROCEDURE is specified, this special register returns the qualified name of the
current paragraph in which it is specified. The qualified name includes the
paragraph-name and the section-name, if any, joined by the word string “ IN ”. The
paragraph-name and section-name are in uppercase regardless of how they were
written in the source program. If no paragraph has been established, the value
“<paragraph?>” is returned. If the paragraph is not contained in a section, only the
paragraph-name is returned, the same as if PARAGRAPH had been specified.
• If SECTION is specified, this special register returns the name of the section in
which it is specified. The section-name is provided in uppercase regardless of how it
was written in the source program. If no section has been established, the value
“<section?>” is returned.
PROGRAM - ID
The PROGRAM-ID special register exists for any program. It returns the program-name
of the program in which it is used. It may be used wherever a nonnumeric literal may be
used in the program, except for the END PROGRAM header. The PROGRAM-ID
special register is an exception to the rule that special registers may be referenced only in
Procedure Division statements. The PROGRAM-ID special register may be specified in
VALUE clauses of data description entries for nonnumeric data items or constant-name
definitions. If the program-name is specified as a nonnumeric literal in the PROGRAM-
ID paragraph, the value of the PROGRAM-ID special register will match that
nonnumeric literal, including its case; otherwise, the value of the PROGRAM-ID special
register will be in uppercase.
RETURN - CODE
The RETURN-CODE special register has the implicit description PICTURE S9999
COMP-4, and can be set by the user to pass a return code (run unit exit code) to the
calling program or the operating system before executing a STOP RUN, EXIT
PROGRAM, or GOBACK statement. (That is, the RETURN-CODE special register sets
user-defined exit codes for the run unit.) When control is returned to a calling program,
the return code passed by the called program is available to the calling program in the
RETURN-CODE special register; the return code value can be tested by specifying
RETURN-CODE in a relation condition. When control is returned to the operating
system, the return code may be available to the command language in a system-
dependent manner; for specific information, see your OS documentation. The return
code is initialized to zero at the start of a run unit. This is the normal return code for
identifier-1
STOP RUN
integer-1
identifier-1
MOVE TO RETURN - CODE; STOP RUN .
integer-1
WHEN - COMPILED
The WHEN-COMPILED special register exists for any program. It returns the date and
time of compilation for the program in which it is used. It may be used wherever a
nonnumeric literal may be used in the program, except in the PROGRAM-ID paragraph
and the END PROGRAM header. The WHEN-COMPILED special register is an
exception to the rule that special registers may be referenced only in Procedure Division
statements. The WHEN-COMPILED special register may be specified in VALUE
clauses of data description entries for nonnumeric data items or constant-name
definitions. The default format of the WHEN-COMPILED value is a 20-character string
"hh.mm.ssMMM DD, YYYY", which matches the IBM OSVS COBOL
implementation of this special register. The compiler can be configured to use the IBM
VSC2 COBOL implementation of this special register, which is a 16-character string
"MM/DD/YYhh.mm.ss". The compiler can also be configured to use a user-specified
format that produces a string of up to 80 characters. For details on formatting the value
of the WHEN-COMPILED special register, see the WHEN-COMPILED-FORMAT
keyword of the COMPILER-OPTIONS configuration record in Chapter 10:
Configuration of the RM/COBOL User’s Guide.
5. Special Characters. The special character reserved words are the arithmetic operators
(including the unary operators + and –), relational operators, and concatenation operator:
Addition +
Concatenation &
Division /
Equal to =
Exponentiation **
Greater than >
Greater than/equal to >=
Less than <
Less than/equal to <=
Multiplication *
Subtraction –
Context-Sensitive Words
The words listed in Table 37 (on page 393) of Appendix A: Reserved Words are
context-sensitive words and are reserved in the specified language construct or context. If a
context-sensitive word is used where the context-sensitive word is permitted in the general
format, the word is treated as a keyword; otherwise, it is treated as a user-defined word.
Literals
A literal is a character-string whose representation is identical to its value. Literals are either
numeric or nonnumeric.
Numeric Literals
A numeric literal represents a numeric value, not a character-string. Numeric literals are built
according to the following rules:
1. The literal must contain at least 1 but not more than 30 digits.
2. The literal may contain a single + or – as the first character.
3. The literal may contain a single decimal point if the decimal point is not the last
character. The decimal point must be represented with a comma if the DECIMAL-
POINT IS COMMA clause is specified in the SPECIAL-NAMES paragraph.
The word integer, when used in the syntax charts in this manual, designates an unsigned,
numeric literal without a decimal point. Its value cannot be zero unless specifically allowed
within a particular context.
Here are some examples:
1234
+1234
–1.234
.1234
+.1234
Nonnumeric Literals
A nonnumeric literal is a character-string enclosed in quotation delimiters. Delimiter
characters within the character-string are represented by two contiguous delimiter characters.
Either the quotation mark or the apostrophe may be used as a delimiter character, but within
one nonnumeric literal, the opening delimiter establishes the delimiter character for that
literal. The character-string may contain any character from the character set of the computer.
The value of the literal is the character-string itself excluding the opening and closing
delimiter characters and one of each contiguous pair of embedded delimiting characters. The
literal may contain from 1 to 65535 characters.
Hexadecimal literals of the form:
be specified in lowercase, as well as any of the hexadecimal digits represented by the letters
A through F.
Table 5 lists some examples of nonnumeric literals and their associated values.
All nonnumeric literals are of category alphanumeric.
"AGE" AGE
"""" "
'"' "
'''' '
"'" '
"""Twenty"" Some" "Twenty" Some
'TIME' TIME
'"TWENTY" ''SOME' "TWENTY" 'SOME
H"4C6F6E67" 4C6F6E67h 1
X'63B' 63B0h
H"0123456789ABCDEF" 0123456789ABCDEFh
x"0123456789abcdef" 0123456789ABCDEFh
1
In ASCII, this value is equivalent to "Long", without the quotation marks.
The following lists several syntactically incorrect nonnumeric literals with explanations as to
why their values are not valid.
Figurative Constants
Figurative constants identify commonly used constant values. These constant values are
generated by the compiler according to the context in which the references occur. Note that
figurative constants represent values, not literal occurrences. Thus, QUOTE cannot delimit a
nonnumeric literal, SPACE is not a separator, and so forth. Singular and plural forms of
figurative constants may be used interchangeably.
The following constant represents the value 0 or one or more zero characters, depending on
context.
ALL literal-1
The following constant represents one or more of the character specified as the value of
symbolic-character-1 in the SYMBOLIC CHARACTERS clause of the SPECIAL-NAMES
paragraph.
[ ALL ] symbolic-character-1
When a figurative constant represents a string of one or more characters, the length of the
string is determined by the compiler from context according to the following rules:
1. When a figurative constant is associated with another data item, as when the figurative
constant is moved to or compared with another data item, the string of characters
specified by the figurative constant is repeated character-by-character on the right until
the size of the resultant string is equal to the size in characters of the associated data item.
This is done prior to and independent of the application of any JUSTIFIED clause that
may be associated with the data item. When the figurative constant is specified in a
concatenation expression, its length is determined as if the figurative constant were not
associated with any other data item per rules 2 and 3 below, regardless of the context in
which the concatenation expression is specified.
2. When a figurative constant, other than ALL literal, is not associated with another data
item, as when the figurative constant appears in a DISPLAY, STOP, STRING, or
UNSTRING statement, the length of the string is one character.
3. When the figurative constant ALL literal is not associated with another data item, the
length of the string is the length of the literal.
A figurative constant may be used wherever literal appears in syntax, with the following
exceptions:
• If the literal is restricted to a numeric literal, the only figurative constant permitted is
ZERO (ZEROS, ZEROES).
• When a figurative constant other than ALL literal is used, the word ALL is redundant
and is used for readability only.
• If the literal is restricted to a pointer literal, the only figurative constant permitted is
NULL (NULLS). NULL (NULLS) may only be used in VALUE clauses associated with
a pointer data item, in relation conditions involving another pointer item, in the USING
phrase of the CALL statement, in the REPLACING phrase of the INITIALIZE statement,
and in Format 5 of the SET statement.
Each reserved word which refers to a figurative constant value is a distinct character-string
with the exception of constructs using the word ALL, such as ALL literal, ALL SPACES, and
so forth, which are composed of two distinct character-strings.
Concatenation Expressions
A concatenation expression consists of two nonnumeric literals separated by the
concatenation operator &:
Both literal-1 and literal-2 must be nonnumeric literals, but either may be specified with a
hexadecimal literal, a figurative constant (including a symbolic-character), or a constant-name
that refers to a nonnumeric value. When a figurative constant is specified in a concatenation
expression, its length is determined by the rules for a figurative constant that is not associated
with another data item regardless of the context in which the concatenation expression is used.
The value of a concatenation expression is the concatenation of the value of literal-1 and
literal-2.
A concatenation expression may be used anywhere a nonnumeric literal may be used unless
otherwise prohibited by specific rules of a given format. literal-1 of a concatenation
expression may be a concatenation expression, but, for formal reasons having to do with
termination of the syntax production, literal-2 cannot be a concatenation expression.
However, any number of nonnumeric literals may be concatenated by repeated application of
literal-1 being a concatenation expression.
PICTURE Character-Strings
A PICTURE character-string consists of certain combinations of characters used as symbols.
Any punctuation character appearing as part of a PICTURE character-string is considered a
symbol, not a punctuation character. If the punctuation character comma, period, or
semicolon is followed by a space, it is a separator that delimits the PICTURE character-string
and is not part of the PICTURE character-string.
Comment-Entry
A comment-entry is an entry in the Identification Division that may contain any characters
from the character set of the computer. It terminates at the next nonblank area A.
Program Structure
Source Format
Source programs are accepted as a sequence of lines (or records). These records may vary in
length from 0 characters to the number of characters in the maximum record length for the
compilation. Records less than seven characters in length are space filled to seven characters.
Records longer than the maximum record length for the compilation are truncated to the
maximum record length and the compiler reports how many truncations occur, if any. The
maximum record length is established at the beginning of the compilation by the keyword
SOURCE-RECORD-MAX-LENGTH in the COMPILER-OPTIONS configuration record
and cannot be changed during the compilation (for further details, see Chapter 10:
Configuration of the RM/COBOL User's Guide). The default value for the maximum source
record length is 1024, but any value from 80 to 65000 may be configured.
Each line is divided into five areas, as illustrated in Figure 1.
Figure 2 illustrates an example of traditional source format, where margin R is after column
72 and the maximum source record length is 80.
Area B: Columns 12 - 72
Identification Area: Columns 73 - 80
• The sequence number area is used for clerical and documentation purposes. It is ignored
by the compiler.
• The indicator area is used for denoting line continuation, comments and debugging.
• Areas A and B contain the actual program-text according to the following rules:
1. Division headers, section headers, paragraph headers, section-names and
paragraph-names must begin in area A.
2. The Data Division level indicators FD, SD, and CD, and level-numbers 01 and 77
must begin in area A. Other level-numbers may begin in area A or area B, although
B is most often used.
3. The keywords, DECLARATIVES and END DECLARATIVES, precede and follow,
respectively, the declaratives portion of the Procedure Division. Each must appear
on a line by itself and each must begin in area A, followed by a period and a space.
4. Any other language element must begin in area B unless it immediately follows, on
the same line, an element in area A.
• The Identification area, if present, is used for clerical and documentation purposes, but
the compiler can conditionally compile lines based on patterns found in this area. The
entire Identification area is searched for the case-sensitive patterns specified by the
SOURCE-PATTERN-INCLUDE and SOURCE-PATTERN-EXCLUDE keywords of the
COMPILER-OPTIONS configuration record. (For more information on these keywords,
see Chapter 10: Configuration of the RM/COBOL User's Guide.) If a pattern match
occurs, the line is conditionally included (even if it was a comment in the source file) or
excluded from the compilation based on which configuration keyword was used to define
the pattern. An exclamation point (!) preceding a matched string in the Identification
area reverses the meaning of the include or exclude keyword specification. The
Identification area is not present when margin R is set greater than or equal to the
maximum source record length. When the Identification area is not present for a source
line, conditional compilation of that source line does not occur, that is, the line is
processed by the compiler as it is in the input source file.
Continuation of Lines
Any sentence, entry, phrase, or clause may be continued by starting subsequent lines in
area B. These subsequent lines are called continuation lines.
The line being continued is called the continued line. Any word, literal, or PICTURE
character-string may be broken in such a way that part of it appears on a continuation line,
according to the following rules:
1. A hyphen in the indicator area of a line indicates that the first nonblank character in
area B of the current line is the successor of the last nonblank character of the preceding
line, excluding intervening comment lines or blank lines, without an intervening space.
However, if the continued line contains a nonnumeric literal without a closing quotation
mark, the first nonblank character in area B on the continuation line must be a quotation
mark, and the continuation line starts with the character immediately after that quotation
mark. All spaces at the end of the continued line are considered part of the literal. Area
A of a continuation line must be blank. The quotation mark used to continue a
nonnumeric literal must be the same quotation mark (that is, it must be a quotation mark
or an apostrophe) that began the nonnumeric literal.
Continuing a nonnumeric literal according to the previous paragraph is a deprecated
feature maintained only for compatibility with older programs. Concatenation
expressions are the recommended method of continuing nonnumeric literals in all new
RM/COBOL programs. See the description of Concatenation Expressions (on page 24).
Trailing space treatment for a continued line that contains a nonnumeric literal without a
closing quotation mark differs, depending on whether margin R is set to include or
exclude an Identification area. (For further information on margin R and the
Identification area, see source format (on page 25).
• When the Identification area is present, that is, when margin R is set less than the
maximum source record length, spaces are included from the last nonblank character
in the program-text area to margin R of the continued source record, regardless of the
length of the continued source record in the original source file.
• When the Identification area is not present, that is, when margin R is set greater than
or equal to the maximum source record length, only spaces actually present in the
continued record in the original source file are included. In this case, when the
source file is created by an editor or other program that strips trailing spaces from
records, no additional spaces will occur for the continued line. This behavior may be
modified if the SOURCE-ON-INPUT-DEVICE keyword of the COMPILER-
OPTIONS configuration record is configured for the compilation. (For further
information, see Chapter 10: Configuration of the RM/COBOL User's Guide.)
For hexadecimal nonnumeric literals, trailing spaces on a continued line are ignored and
the hexadecimal literal continues with the first character after the initial quote on the
continuation line.
2. If there is no hyphen in the indicator area of a line, it is assumed that the last character in
the preceding line is followed by a space.
3. When a continuation line is conditionally included because of a conditional pattern match
in the Identification area, the line remains a continuation line. If a continuation line is
conditionally excluded, the line becomes a comment line.
Blank Lines
A blank line is one that is blank in the indicator, A and B areas. A blank line can appear
anywhere in the source program.
Comment Lines
A comment line is any line with an asterisk or a slash in the indicator area of the line. Also,
an in-line comment that is not preceded by any COBOL words or character-strings on the
same line is equivalent to a comment line.
A comment line may appear as any line after the Identification Division header of a source
program and as any line in library text referred to by a COPY statement. Any combination of
characters from the character set of the computer may be included in area A and area B of a
comment line. Comment lines are reproduced on the listing but serve as documentation only.
RM/COBOL also allows comment lines before the Identification Division header.
When a comment line is indicated with an asterisk, the comment is printed on the next
available line in the listing. When a comment line is indicated with a slash, page ejection
occurs before the comment line is printed.
In-Line Comments
An in-line comment begins with the two contiguous characters *> preceded by a separator
space, and ends with the last character position of the line. An in-line comment may be
placed anywhere a separator space may be placed in a COBOL source program or in library
text for a COBOL source program. For the purpose of evaluating library text, pseudo-text,
and source text, an in-line comment has the value of a single space character. An in-line
comment that is not preceded by any COBOL words or character-strings on the same line is
equivalent to a comment line.
Note An in-line comment is not recognized as such, if it occurs in the sequence area
(columns 1 to 6) or the Identification area of a source line. An in-line comment that begins
in the indicator area is indistinguishable from a comment line.
Debugging Lines
A debugging line is any line with a D in the indicator area of the line. Any debugging
line that consists solely of spaces from margin A to margin R is considered the same as a
blank line.
The content of a debugging line must be such that a syntactically correct program is formed
with or without the debugging lines being considered as comment lines.
A debugging line will be considered to have all the characteristics of a comment line if the D
Compile Command Option is not specified and the WITH DEBUGGING MODE clause is not
specified in the SOURCE-COMPUTER paragraph.
Successive debugging lines are allowed.
A debugging line is only permitted in the separately compiled program after the
OBJECT-COMPUTER paragraph, or, if the OBJECT-COMPUTER paragraph is omitted,
after where the OBJECT-COMPUTER paragraph would be permitted if it were present.
Despite this COBOL language rule, RM/COBOL allows debugging lines anywhere;
debugging lines before the OBJECT-COMPUTER paragraph will be compiled only if the
D Compile Command Option or its configuration equivalent is specified.
Conditional compilation using pattern match with strings in the Identification area will change
a debugging line into a normal line when the line is conditionally include and into a comment
line when the line is conditionally excluded. The line remains a debugging line only if
conditional inclusion or exclusion does not apply, that is, when no conditional inclusion or
exclusion pattern is matched in the Identification area.
Pseudo-Text
The character-strings and separators comprising pseudo-text in a COPY or REPLACE
statement may start in either area A or area B. If there is a hyphen in the indicator area of a
line that follows the opening pseudo-text delimiter, area A of the line must be blank and the
normal rules for continuation of lines apply to the formation of text words.
Statements
Source statements always begin with a keyword called a verb. There are four kinds
of statements:
1. Directive
2. Conditional
3. Imperative
4. Delimited Scope
Directive Statements
A directive statement specifies action to be taken by the compiler during compilation. The
directive statements are the COPY, REPLACE, and USE statements.
Conditional Statements
A conditional specifies that the truth value of a condition is to be determined and that the
subsequent action of the object program is dependent on this truth value.
A conditional statement is one of the following:
• An EVALUATE, IF, SEARCH, or RETURN statement.
• A READ statement that specifies the AT END, NOT AT END, INVALID KEY, or NOT
INVALID KEY phrase.
• A WRITE statement that specifies the INVALID KEY, NOT INVALID KEY, END-OF-
PAGE, or NOT END-OF-PAGE phrase.
• A DELETE, REWRITE, or START statement that specifies the INVALID KEY or NOT
INVALID KEY phrase.
• An arithmetic statement (ADD, COMPUTE, DIVIDE, MULTIPLY, SUBTRACT) that
specifies the ON SIZE ERROR or NOT ON SIZE ERROR phrase.
• A RECEIVE statement that specifies the NO DATA or WITH DATA phrase.
• A STRING or UNSTRING statement that specifies the ON OVERFLOW or NOT ON
OVERFLOW phrase.
• A CALL statement that specifies the ON OVERFLOW, ON EXCEPTION, or NOT ON
EXCEPTION phrase.
• An ACCEPT statement that specifies the ON EXCEPTION, ON ESCAPE, NOT ON
EXCEPTION, or NOT ON ESCAPE phrase.
Conditional Phrases
A conditional phrase specifies the action to be taken upon determination of the truth value of
a condition resulting from execution of a conditional statement.
A conditional phrase is one of the following:
• The AT END or NOT AT END phrase in a READ statement.
• The INVALID KEY or NOT INVALID KEY phrase in a DELETE, READ, REWRITE,
START, or WRITE statement.
• The END-OF-PAGE or NOT END-OF-PAGE phrase in a WRITE statement.
• The ON SIZE ERROR or NOT ON SIZE ERROR phrase in an ADD, COMPUTE,
DIVIDE, MULTIPLY, or SUBTRACT statement.
• The NO DATA or WITH DATA phrase in a RECEIVE statement.
• The ON OVERFLOW or NOT ON OVERFLOW phrase in a STRING or UNSTRING
statement.
• The ON OVERFLOW, ON EXCEPTION, or NOT ON EXCEPTION phrase in a CALL
statement.
• The ON EXCEPTION, ON ESCAPE, NOT ON EXCEPTION, or NOT ON ESCAPE
phrase in an ACCEPT statement.
Imperative Statements
An imperative statement begins with an imperative verb and specifies an unconditional action
to be taken by the object program, or is a conditional statement that is delimited by its explicit
scope terminator (delimited scope statement). An imperative statement may consist of a
sequence of imperative statements, each possibly separated from the next by a separator or the
word THEN.
The imperative verbs are listed in Table 6.
Wherever imperative-statement appears in the general format of statements it refers to that
sequence of consecutive imperative statements that must be ended by a period or by any
phrase associated with a statement containing imperative-statement.
Imperative Verbs
Scope of Statements
Scope terminators delimit the scope of certain Procedure Division statements. Statements that
include their explicit scope terminators are called delimited scope statements. The scope of
statements that are contained within statements (nested) may also be implicitly terminated.
When statements are nested within other statements, a separator period that ends the sentence
implicitly terminates all nested statements.
When any statement is contained within another statement, the next phrase of the containing
statement following the contained statement terminates the scope of any unterminated
contained statement.
When statements are nested within other statements that allow optional conditional phrases,
any optional conditional phrase encountered is considered to be the next phrase of the nearest
preceding unterminated statement with which that phrase is permitted to be associated but
with which no such phrase has already been associated. An unterminated statement is one
that has not been previously terminated either explicitly or implicitly.
When a delimited scope statement is nested within another delimited scope statement with the
same verb, each explicit scope terminator terminates the statement started by the most
recently preceding, and as yet unterminated, occurrence of that verb.
Sentences
A sentence is a sequence of one or more statements terminated by the period separator. There
are three kinds of sentences:
1. A directive sentence may contain only a single directive statement.
2. A conditional sentence is a conditional statement, optionally preceded by an imperative
statement, terminated by the separator period.
3. An imperative sentence is an imperative statement terminated by the separator period.
Paragraphs
A paragraph is a sequence of zero, one, or more sentences or entries. In the Identification
and Environment Divisions, each paragraph begins with a reserved word called a
paragraph header. In the Procedure Division, each paragraph begins with a user-defined
paragraph-name.
Sections
A section is a sequence of zero, one, or more paragraphs in the Environment and Procedure
Divisions and a sequence of zero, one, or more entries in the Data Division. In the
Environment and Data Divisions, each section begins with a section header that is made up
of reserved words. In the Procedure Division, each section begins with a user-defined
section-name.
Divisions
With the exception of COPY and REPLACE statements and the end program header, the
statements, entries, paragraphs, and sections of a source program are grouped into four
divisions which are sequenced in the following order:
1. Identification Division
2. Environment Division
3. Data Division
4. Procedure Division
The end of a source program is indicated either by the end program header, if specified, or by
the absence of additional source program lines.
identification-division
[ environment-division ]
[ data-division ]
[ procedure-division ]
[ nested-source-program ]
[ end-program-header ]
end-program-header must be present if either of the following circumstances exists:
• The source program contains one or more other source programs.
• The source program is contained within another source program.
General Rules
• The beginning of a division in a program is indicated by the appropriate division header.
The end of a division is indicated by one of the following:
− The division header of a succeeding division in that program.
− An Identification Division header that indicates the start of another source program.
− The end program header.
− That physical position after which no more source program lines occur.
• A source program directly or indirectly contained within another program is considered
in these specifications as a separate program that may additionally reference certain
resources defined in the containing program.
• The object code, resulting from compiling a source program contained within another
program, is considered in these specifications to be inseparable from the object code
resulting from compiling the containing program.
• All separately compiled source programs in a sequence of programs must be terminated
by an end program header except for the last program in the sequence.
Inter-Program Communication
The Inter-Program Communication module provides a facility by which a program can
communicate with one or more programs. This communication is provided by the following:
• The ability to transfer control from one program to another within a run unit.
• The ability to pass parameters between programs to make certain data values available
to a called program.
File Connector
A file connector is a storage area that contains information about a file and is used as the
linkage between a file-name and a physical file and between a file-name and its associated
record area.
A file connector is given the external attribute by the presence of the EXTERNAL clause in
the associated file description entry. A file connector without the external attribute is internal
to the program in which the associated file-name is described.
The data records described subordinate to a file description entry which does not contain the
EXTERNAL clause or a sort-merge file description entry, as well as any data items described
subordinate to the data description entries for such records, are always internal to the program
describing the file-name. If the EXTERNAL clause is included in the file description entry,
the data records and the data items attain the external attribute.
Data records, subordinate data items and various associated control information described in
the Linkage and Communication Sections of a program are always considered to be internal
to the program describing that data. Special considerations apply to data described in the
Linkage Section whereby an association is made between the data records described and other
data items accessible to other programs.
Scope of Names
When programs are directly or indirectly contained within other programs, each program may
use identical user-defined words to name objects independent of the use of these user-defined
words by other programs. When identically named objects exist, a program’s reference to
such a name, even when it is a different type of user-defined word, is to the object which that
program describes rather than to the object possessing the same name but described in another
program.
The following types of user-defined words may be referenced only by statements and entries
in the program in which the user-defined word is declared:
cd-name
paragraph-name
screen-name
section-name
The following types of user-defined words may be referenced by a program, provided that the
compiler environment supports the associated library and the entities referenced are known to
that system:
library-name
text-name
The following types of user-defined words when they are declared in a Communication
Section may be referenced only by statements and entries in the program which contains
that section:
Condition-name
data-name
record-name
The following types of names, when they are declared within a Configuration Section, may be
referenced only by statements and entries either in the program that contains a Configuration
Section or in any program contained within the program:
alphabet-name
class-name
Condition-name
mnemonic-name
symbolic-character
Specific conventions for declarations and references apply to the following types of
user-defined words when the conditions listed above do not apply:
Condition-name index-name
constant-name program-name
data-name record-name
file-name split-key-name
Program-Names
A program-name of a program is declared in the PROGRAM-ID paragraph of the
Identification Division. A program-name may be referenced only by the CALL statement, the
CANCEL statement, and the end program header. The program-names allocated to programs
constituting a run unit are not necessarily unique but, when two programs in a run unit are
identically named, at least one of those two programs must be directly or indirectly contained
within another separately compiled program that does not contain the other of those two
programs.
The following rules regulate the scope of a program-name.
1. If the program-name is that of a program which does not possess the common attribute
and which is directly contained within another program, that program-name may be
referenced only by statements included in that containing program.
2. If the program-name is that of a program which does possess the common attribute and
which is directly contained within another program, that program-name may be
referenced only by statements included in that containing program and any programs
directly or indirectly contained within that containing program, except that program
possessing the common attribute and any programs contained within it.
3. If the program-name is that of a program which is separately compiled, that
program-name may be referenced by statements included in any other program in
the run unit, except programs it directly or indirectly contains.
1. The set of names to be used for determination of a referenced object consists of all names
which are defined in program B and all global names which are defined in program A and
in any programs which directly or indirectly contain program A. Using this set of names,
the normal rules for qualification and any other rules for uniqueness of reference are
applied until one or more objects are identified.
2. If only one object is identified, it is the referenced object.
3. If more than one object is identified, no more than one of them can have a name local to
program B. If zero or one of the objects has a name local to program B, the following
rules apply:
a. If the name is declared in program B, the object in program B is the
referenced object.
b. Otherwise, if program A is contained within another program, the referenced
object is:
1) The object in program A if the name is declared in program A.
2) The object in the containing program if the name is not declared in program A
and is declared in the program containing program A. This rule is applied to
further containing programs until a single valid name has been found.
Index-Names
If a data item possessing either or both the external or global attributes includes a table
accessed with an index, that index also possesses correspondingly either or both attributes.
Therefore, the scope of an index-name is identical to that of the data-name which names the
table whose index is named by that index-name and the scope of name rules for data-names
apply. Index-names may be qualified, but if duplicate index-names have the external
attribute, the duplicated index-names that would otherwise be external will cause a
compilation error and will not be external.
Note A later interpretation of the COBOL language standard stated that the rule regarding
external index-names was an editorial error and that index-names are never external.
RM/COBOL implemented the original rule as stated in the standard. The EXTERNAL-
INDEX-NAMES keyword of the COMPILER-OPTIONS configuration record can specify the
value NO to cause index-names not to inherit the external attribute; however, the default value
for this keyword is YES to preserve compatibility with the original RM/COBOL compiler
interpretation of index-names in an external record. (For further information, see Chapter 10:
Configuration of the RM/COBOL User's Guide.)
program-name-1
END PROGRAM .
literal-1
program-name-1 must conform to the rules for forming a user-defined word. See User-
Defined Words (on page 8).
literal-1 must be a nonnumeric literal.
A constant-name may not be used for literal-1. A constant-name used in place of literal-1
will be treated as a program-name; the literal value assigned to the constant-name will not
be used.
program-name-1 or literal-1 must be identical to a program-name declared in a preceding
PROGRAM-ID paragraph.
If a PROGRAM-ID paragraph declaring a specific program-name is stated between the
PROGRAM-ID paragraph and the end program header declaring and referencing,
respectively, another program-name, the end program header referencing the former program-
name must precede that referencing the latter program-name.
General Rules
• The end program header must be present in every program that either contains or is
contained within another program.
• The end program header indicates the end of the specified source program. If program-
name-1 and literal-1 are omitted, it is assumed to be the same as the program-name
specified in the immediately preceding PROGRAM-ID paragraph not yet associated with
an end program header.
• If the program terminated by the end program header is contained within another
program, the next statement must either be an Identification Division header or another
end program header that terminates the containing program.
• If the program terminated by the end program header is not contained within another
program and if the next source statement is a COBOL statement, it must be the
COPY Statement
The COPY statement provides the facility for copying text from user-specified library files
into the source program. The effect of the interpretation of the COPY statement is to insert
text into the source program, where it is treated by the compiler as part of the source program.
Library text is placed in the library as a function independent of the compiler, using any
text-manipulation utilities that are available. Library text must conform to the same
formatting rules that apply to source text.
text-name-1 IN library-name-1
COPY OF literal-2 [ SUPPRESS PRINTING ]
literal-1
= = pseudo-text-1 = = = = pseudo-text-2 = =
identifier-1 identifier-2
REPLACING BY literal-4
literal-3
word-1 word-2
[ END - COPY ]
A constant-name may not be used for literal-1 or literal-2. A constant-name used in place of
literal-1 will be treated as a text-name; the literal value assigned to the constant-name will not
be used. A constant-name used in place of literal-2 will be treated as a library-name; the
literal value assigned to the constant-name will not be used.
literal-1, literal-2, literal-3, or literal-4 may not be a concatenation expression.
A COPY statement may appear anywhere in a source program that a character-string or
separator is allowed, except that a COPY statement may not be embedded within another
COPY statement. However, the COPY statement may be embedded in the library text
referenced by the COPY statement.
A COPY statement must always be immediately followed by either a period separator or the
END-COPY scope terminator (but not both). That separator functions solely as a part of the
COPY statement and does not terminate any sentence or entry in which the COPY statement
may be embedded.
The first (or only) operand of a COPY statement may be written as a text-name or as a
nonnumeric literal. If the file access name of the text file being referred to conforms to the
requirements of a valid COBOL word—and it is not a reserved word—it may be written as a
text-name; if it does not form a COBOL word and is made up of the following characters, it
may still be a text-name:
• Alphabetic characters
• Digits (0 through 9)
• The characters ! # $ % & ( ) * – . / : ? @ \ ^ _ ‘ { }
In other words, writing the operand of a COPY statement as a nonnumeric literal is always
permissible, but is required when the file access name is a reserved word, is longer than 240
characters or contains special characters other than those listed above.
In environments in which the concept of file libraries or directories has meaning, the first
operand of a COPY statement may optionally be qualified by a library-name-1. Library-
names are treated as the leading part of a file access name; the concatenation of the two values
is used to locate the file to be copied. The interpretation of the concatenation of library-
name-1 and text-name-1 is system dependent. The library-name a COPY statement, when
present, may be written as a word or as a nonnumeric literal, subject to the same
considerations that apply to the text-name.
A COPY statement may be followed by additional text in area B of a source record. Multiple
COPY statements may occur on a single source record.
Copy files may be nested up to five levels deep; they may contain a COPY statement. This
nesting limit may be exceeded when a COPY statement appears as the last statement on the
last record in a source or copy file; in such cases, the nesting level limit is raised to nine. The
limit of five applies to open copy files; a COPY statement appearing at the end of a file allows
the compiler to close that source or copy file before opening the one referenced in the COPY
statement (that is, the compiler chains from one file to the next). The copy nesting level
indicator is incremented when a COPY statement appears at the end of a file to indicate the
logical nesting of the copied text. As a result, the copy level indicator does not always
indicate the number of open input files and may, therefore, exceed five.
In the discussion that follows, a text word is considered a character or sequence of contiguous
characters in columns 8 through 72 of records in a library, source program or in pseudo-text.
These characters may be:
• A separator, except for space, a pseudo-text delimiter, and the opening and closing
delimiters for nonnumeric literals. The right parenthesis and left parenthesis, regardless
of context within the library, source program or pseudo-text, are always considered
text words.
• A literal including, in the case of nonnumeric literals, the opening quotation mark and the
closing quotation mark which bound the literal.
• Any other sequence of contiguous characters except comment lines and the word COPY,
bounded by separators, which is neither a separator nor a literal.
The SUPPRESS phrase may be specified to suppress printing the copied source text in
the source listing file. If the SUPPRESS phrase is specified, it is transitive to any COPY
statements in the copied source text. That is, all source text copied when the SUPPRESS
phrase is specified will be suppressed even when there are nested COPY statements that
do not specify the SUPPRESS phrase. Regardless of the presence of the SUPPRESS
phrase, lines with errors will be included in the source listing preceding the associated
diagnostic messages.
Library text is copied into the source program without change unless a REPLACING phrase
is specified. When the REPLACING phrase is specified, the following rules apply:
1. pseudo-text-1 must contain one or more text words. It must not consist entirely of a
separator comma or a separator semicolon.
2. pseudo-text-2 may contain zero, one or more text words.
3. Character-strings within pseudo-text-1 and pseudo-text-2 may be continued.
4. word-1 and word-2 may be any single COBOL word except COPY.
5. As text is being copied from the library into the source program, each properly matched
occurrence of pseudo-text-1, identifier-1, word-1, or literal-3 in the library text is
replaced by the corresponding pseudo-text-2, identifier-2, word-2, or literal-4.
6. For purposes of matching, identifier-1, word-1, and literal-3 are treated as pseudo-text
containing only identifier-1, word-1, or literal-4, respectively.
9. Comment lines and blank lines appearing in library text are copied into the source
program unchanged except that a comment line or a blank line in library text is not
copied if it appears within the sequence of text words that match pseudo-text-1.
10. Debugging lines may appear within library text and pseudo-text. Text words within a
debugging line participate in the matching rules as if the D did not appear in indicator
area. A debugging line is specified within pseudo-text if the debugging line begins in the
source program after the opening pseudo-text delimiter but before the matching closing
pseudo-text delimiter.
11. The source program that results from the resolution of all COPY and REPLACE
statements must form a syntactically correct source program, as defined in the rest of this
manual.
12. Each text word copied from the library but not replaced is copied so as to start in the
same area of the line in the source program as it begins in the line within the library.
However, if a text word copied from the library begins in area A but follows another text
word that also begins in area A of the same line, and if replacement of a preceding text
word in the line by replacement text of greater length occurs, the following text word
begins in area B if it cannot begin in area A. Each text word in pseudo-text-2 that is to be
placed into the source program begins in the same area of the source program as it
appears in pseudo-text-2. Each identifier-2, literal-4, and word-2 that is to be placed into
the source program begins in the same area of the source program as the leftmost library
text word that participated in the match would appear had it not been replaced.
13. If additional lines are introduced into the source program as a result of a COPY
statement, each text word introduced appears on a debugging line if the COPY statement
begins on a debugging line or if the text word being introduced appears on a debugging
line in library text. When a text word specified in the BY phrase is introduced, it appears
on a debugging line if the first library text word being replaced is specified on a
debugging line. Except in the preceding cases, only those text words that are specified on
debugging lines where the debugging line is within pseudo-text-2 appear on debugging
lines in the source program. If any literal specified as literal-4 or within pseudo-text-2 or
library text is too long to be accommodated on a single line without continuation to
another line in the source program, and the literal is not being placed on a debugging line,
additional continuation lines are introduced to contain the remainder of the literal. A
replacement literal may not be continued onto a debugging line.
14. For purposes of compilation, text words after replacement are placed in the source
program according to the rules for source format (see Figure 1 on page 25). When
copying text words of pseudo-text-2 into the source program, additional spaces may be
introduced between text words where there is already a space, including the space that
implicitly falls between source lines.
15. If additional lines are introduced into the source program as a result of the processing of
COPY statements, the indicator area of the introduced lines contains the same character
as the line on which the text being replaced begins, unless that line contains a hyphen, in
which case the introduced line contains a space in the indicator area. In the case where a
literal is continued onto an introduced line that is not a debugging line, a hyphen is placed
in the indicator area.
COPY FDFILE1.
COPY "FDFILE2.CBL".
REPLACE Statement
The REPLACE statement provides the ability to selectively replace source text within
specified regions of the source program.
A Format 1 REPLACE statement specifies that within its scope each occurrence of
pseudo-text-1 is to be replaced by the corresponding pseudo-text-2.
The scope of a Format 1 REPLACE statement begins with the first text word in the source
program following the REPLACE statement, and it continues up to the next REPLACE
statement or the end of the program.
A Format 2 REPLACE statement terminates the scope of any preceding Format 1 REPLACE
statement.
A REPLACE statement may appear anywhere in a source program that a character-string may
appear. It must be preceded by a separator period except when it is the first statement in a
separately compiled program. It must be terminated by either a period separator or the END-
REPLACE scope terminator (but not both). That separator functions solely as a part of the
REPLACE statement and does not terminate any sentence or entry in which the REPLACE
statement may be embedded.
REPLACE statements are processed after COPY statements. The text produced by the action
of a REPLACE statement must not contain a REPLACE statement. The source program that
results from resolution of all COPY and REPLACE statements must form a syntactically
correct source program, as defined in the rest of this manual.
The word REPLACE, appearing in a comment-entry or in a position where a comment-entry
may appear, is considered part of the comment-entry.
pseudo-text-1 must contain one or more text words. It must not consist entirely of a separator
comma or a separator semicolon.
pseudo-text-2 may contain zero, one, or more text words.
Character-strings within pseudo-text-1 and pseudo-text-2 may be continued.
The comparison operation that determines text replacement is done as follows:
1. Starting with the leftmost text word in the scope and the first pseudo-text-1,
pseudo-text-1 is compared with an equivalent number of contiguous source program
text words.
2. pseudo-text-1 matches the source program text only if the ordered sequence of text words
that forms pseudo-text-1 is equal, character for character, to the ordered sequence of
source program text words. For purposes of matching, each occurrence of a separator
comma, semicolon or space in pseudo-text-1 or in the source program text is considered
Comment lines and blank lines occurring in the scope or in pseudo-text-1 are ignored for
purposes of matching, and the sequence of text words in the source program text and in
pseudo-text-1 is determined by the rules for source format (see Figure 1 on page 25).
Comment lines and blank lines appearing in pseudo-text-2 are copied into the source program
unchanged whenever pseudo-text-2 is placed into the source program as a result of text
replacement.
A comment or blank line in the scope is not replaced if it appears within the sequence of text
words that match pseudo-text-1.
Debugging lines may appear within pseudo-text. Text words within a debugging line
participate in the matching rules as if the D did not appear in the indicator area.
Text words inserted into the source program as a result of processing a REPLACE statement
are placed in the source program according to the rules for source format (see Figure 1 on
page 25). When copying text words of pseudo-text-2 into the source program, additional
spaces may be introduced between text words where there is already a space, including the
space that implicitly falls between source lines.
If additional lines are introduced into the source program as a result of the processing of
REPLACE statements, the indicator area of the introduced lines contains the same character
as the line on which the text being replaced begins unless that line contains a hyphen, in
which case the introduced line contains a space.
If any literal within pseudo-text-2 is too long to be accommodated on a single line without
continuation to another line in the source program and the literal is not being placed on a
debugging line, additional continuation lines are introduced to contain the remainder of the
literal. A replacement literal may not be continued onto a debugging line.
REPLACE OFF.
Compiler Directives
Compiler directives specify options for use by the compiler. Compiler directives are
introduced by the floating indicator “>>”. One or more spaces may optionally follow the
indicator.
A compiler directive must be specified on a single source line.
A compiler directive must be written in the program-text area and cannot be preceded by any
characters other than spaces in the program-text area of the source line. The directive may be
followed only by spaces and an optional inline comment.
IMP Directive
The IMP directive introduces RM/COBOL-defined (implementor-defined) directives. The
RM/COBOL directive is the MARGIN-R directive.
IMP MARGIN-R
The IMP MARGIN-R directive can be used to modify the position of margin R (the right
margin for program-text) at any point in the source file.
COLUMN
integer-1
>> IMP MARGIN - R IS AFTER COL
END OF RECORD
The compiler starts with a margin R defined by the value specified in the INITIAL-
MARGIN-R keyword of the COMPILER-OPTIONS configuration record. The default value
when this keyword is not configured is after column 72, the traditional end of the program-
text area for COBOL source records.
When this directive appears in copied library text, the margin R setting reverts to its value
before the COPY statement when the end-of-file is reached on the copied file. That is, such a
directive in copied library text has no effect on the source that specifies the COPY statement.
If integer-1 is less than 72, it is changed to 72 with no error or warning diagnostic.
If integer-1 is greater than or equal to the maximum source record length, the directive is
equivalent to using the END OF RECORD format. In either of these cases, there is no
Identification area; that is, the program-text area of a record extends to the end of the record.
The presence or absence of an Identification area affects the trailing space treatment for
continued nonnumeric literals, as explained in continuation of lines (on page 27).
The compiler updates the source column header for the listing file when the margin R setting
is changed, but does not automatically force a new page. If the new header is desired
immediately, a new listing page can be forced with the “/” comment indicator or by using the
PAGE directive on a line following the IMP MARGIN-R directive. For further information
on the compilation listing, see “Program Listing” in Chapter 6: Compiling of the RM/COBOL
User’s Guide.
LISTING Directive
The LISTING directive can be used to turn the listing of source records on or off at any point
in the source file.
ON
>> LISTING
OFF
The compiler starts with a default of listing source records in the on state. A LISTING
directive without either ON or OFF is equivalent to >>LISTING ON. LISTING directives are
listed, even if the listing state is off. When a LISTING directive occurs in copied library text,
the listing state reverts at the end of the copy file to what it was before the COPY statement.
Note The SUPPRESS phrase of the COPY statement, the C Compile Command Option, the
E Compile Command Option, and the LISTING-ATTRIBUTES configuration keyword
values that suppress certain lines from being printed override a LISTING ON directive and
the presence of LISTING directive lines in the listing.
PAGE Directive
The PAGE directive can be used to force a new listing page.
Chapter 2: Identification
Division
The Identification Division must be included in every source program. This division
identifies both the source program and the resulting object program. In addition, the user may
include other commentary information.
This chapter details the structure and syntax of the Identification Division.
program-name-1 COMMON
PROGRAM - ID . IS INITIAL PROGRAM .
literal-1
[ AUTHOR . [ comment-entry-1 ] ]
[ INSTALLATI ON . [ comment-entry-2 ] ]
[ DATE - WRITTEN . [ comment-entry-3 ] ]
[ DATE - COMPILED . [ comment-entry-4 ] ]
[ SECURITY . [ comment-entry-5 ] ]
[ REMARKS . [ comment-entry-6 ] ]
comment-entry may be any combination of characters from the character set of the
computer. The continuation of comment-entry by the use of the hyphen in the indicator area
is not permitted; however, comment-entry may be contained on one or more lines. A
comment-entry must be contained in area B of a source line and is ended by source text in
area A of a source line. A COPY or REPLACE statement within a comment-entry is
considered part of the comment-entry and has no effect on the resultant source program.
Program Identification
IDENTIFICATION
ID DIVISION .
The Identification Division must begin with the reserved words IDENTIFICATION
DIVISION or ID DIVISION followed by a separator period.
Paragraph headers identify the type of information contained in the paragraph. The name of
the program must be given in the first paragraph, which is the PROGRAM-ID paragraph. The
other paragraphs are optional and may be written in any order.
PROGRAM-ID Paragraph
program-name-1 COMMON
PROGRAM - ID . IS PROGRAM .
literal-1 INITIAL
A constant-name may not be used for literal-1. A constant-name used in place of literal-1
will be treated as a program-name; the literal value assigned to the constant-name will not
be used.
The PROGRAM-ID paragraph, containing the program-name, identifies the source program,
the object program, and all listings pertaining to a particular program. program-name-1 is a
user-defined word. Alternatively, program-name-1 may be specified as a nonnumeric literal,
in which case the value of program-name-1 may be a reserved word or may use any
characters in the character set of the computer. A program contained within another program
must not be assigned the same name as that of any other program contained within the
separately compiled program that contains this program.
program-name-1 may be 1 to 30 characters in length. All the characters of program-name-1,
except trailing spaces, are associated with the object program in order to identify the program
to be called or canceled by a CALL or CANCEL statement.
The PROGRAM-ID paragraph also assigns selected program attributes to the program that
it names.
The optional COMMON clause may be used only if the program is contained within another
program. It specifies that the program is common. A common program is contained within
another program, but may be called from programs other than that containing it. Such other
calling programs must be directly or indirectly contained in the same program that contains
the common program.
The INITIAL clause designates the program as the initial program. When an initial program
is called, it and any programs contained within it are placed in their initial state. When an
EXIT PROGRAM or GOBACK statement is executed in an initial program, the program is
implicitly canceled.
DATE-COMPILED Paragraph
DATE - COMPILED . [ comment-entry-4 ]
If a DATE-COMPILED paragraph is present, it is replaced during compilation with a
paragraph of the form:
DATE-COMPILED. current-date.
where current-date is the date on which the compilation started. The format of current-date
is determined by the LISTING-DATE-FORMAT and LISTING-DATE-SEPARATOR
keywords of the COMPILER-OPTIONS configuration record. The default format is
“MM/DD/YYYY”, where MM is the month of the year, DD is the day of the month, and
YYYY is the year.
The entire comment-entry-4 is replaced, but comment and blank lines in the paragraph are not
replaced. Only the compilation listing file is affected; the compilation date is not inserted in
the source file. The inserted compilation date matches the date placed in the object file and
the date listed in the compilation listing page headers.
The DATE-COMPILED paragraph is optional and may appear in any order with respect to
the other optional paragraphs of the Identification Division.
The C Compile Command Option or keywords in the COMPILER-OPTIONS configuration
record can be used to control whether the replaced lines or replacement lines resulting from
processing of the DATE-COMPILED paragraph are included in the compilation listing.
Chapter 3: Environment
Division
The Environment Division describes the hardware configuration of the compiling (or source)
computer and the computer on which the object program is run (the object computer). It also
describes the relationship between the files and the input-output media.
The Environment Division is an optional division in a source program. It is subdivided in to
two sections: Configuration and Input-Output.
ENVIRONMENT DIVISION .
CONFIGURATION SECTION .
SOURCE - COMPUTER . computer-name-1
[ WITH DEBUGGING MODE ].
OBJECT - COMPUTER . computer-name-2
WORDS
MEMORY SIZE integer-1 CHARACTERS
MODULES
[ SEGMENT - LIMIT IS segment-number-1 ] .
SPECIAL - NAMES .
ON STATUS IS condition-name-1
IS mnemonic-name-1
OFF STATUS IS condition-name-2
switch-name-1
ON STATUS IS condition-name-1
OFF STATUS IS condition-name-2
feature-name-1 IS mnemonic-name-2
low-volume-I-O-name-1 IS mnemonic-name-3
ALPHABET alphabet-name-1 IS
STANDARD - 1
STANDARD - 2
NATIVE
code-name-1
literal-1 THROUGH literal-2
THRU
THROUGH
ALSO literal-3 THRU literal-4
SYMBOLIC CHARACTER { symbolic-character-1 } IS
CHARACTERS ARE
{ integer-1 } [ IN alphabet-name-2 ]
CLASS class-name-1 IS literal-5 THROUGH literal-6
THRU
CURRENCY SIGN IS literal-7
DECIMAL - POINT IS COMMA
LEADING
NUMERIC SIGN IS TRAILING [ SEPARATE CHARACTER ]
CONSOLE IS CRT
CURSOR IS data-name-1
CRT STATUS IS data-name-2 .
INPUT - OUTPUT SECTION .
FILE - CONTROL .
{ file-control-entry-1 }
I - O - CONTROL .
file-name-1
RERUN ON
rerun-name-1
REEL
[ END OF ]
UNIT OF file-name-2
integer-1 RECORDS
EVERY
integer-2 CLOCK - UNITS
condition-name-1
RECORD
SAME SORT
AREA FOR file-name-3 { file-name-4 }
SORT - MERGE
MULTIPLE FILE TAPE CONTAINS
.
{ file-name-5 [ POSITION IS integer-3 ] }
Configuration Section
The Configuration Section deals with the characteristics of the source computer and the object
computer. This section is divided into three paragraphs:
1. SOURCE-COMPUTER Paragraph (on page 56), which describes the computer
configuration on which the source program is compiled.
2. OBJECT-COMPUTER Paragraph (on page 56), which describes the computer
configuration on which the object program produced by the compiler is to be run.
3. SPECIAL-NAMES Paragraph (on page 57), which relates names used by the compiler to
user-defined words in the source program.
The Configuration Section must not be stated in a program that is contained within another
program.
The entries explicitly or implicitly stated in the Configuration Section of a program that
contains other programs apply to each contained program.
SOURCE-COMPUTER Paragraph
The SOURCE-COMPUTER paragraph identifies the computer upon which the program is to
be compiled.
OBJECT-COMPUTER Paragraph
The OBJECT-COMPUTER paragraph identifies the computer on which the program is to be
executed.
OBJECT - COMPUTER . computer-name-2
WORDS
MEMORY SIZE integer-1 CHARACTERS
MODULES
[ SEGMENT - LIMIT IS segment-number-1 ] .
SPECIAL-NAMES Paragraph
The SPECIAL-NAMES paragraph relates names used by the compiler to user-defined words
in the source program.
SPECIAL - NAMES .
ON STATUS IS condition-name-1
IS mnemonic-name-1
OFF STATUS IS condition-name-2
switch-name-1
ON STATUS IS condition-name-1
OFF STATUS IS
condition-name-2
feature-name-1 IS mnemonic-name-2
low-volume-I-O-name-1 IS mnemonic-name-3
ALPHABET alphabet-name-1 IS
STANDARD - 1
STANDARD - 2
NATIVE
code-name-1
literal-1 THROUGH literal-2
THRU
THROUGH
ALSO literal-3 THRU literal-4
SYMBOLIC CHARACTER { symbolic-character-1 } IS
CHARACTERS ARE
{ integer-1 } [ IN alphabet-name-2 ]
CLASS class-name-1 IS literal-5 THROUGH literal-6
THRU
CURRENCY SIGN IS literal-7
DECIMAL - POINT IS COMMA
LEADING
NUMERIC SIGN IS TRAILING [ SEPARATE CHARACTER ]
CONSOLE IS CRT
CURSOR IS data-name-1
CRT STATUS IS data-name-2 .
All clauses specified in the SPECIAL-NAMES paragraph for a program also apply to
programs contained within that program. The alphabet-names, class-names, condition-names,
and symbolic-characters specified in the SPECIAL-NAMES paragraph of the containing
program may be referenced from any contained program. The clauses in the SPECIAL-
NAMES paragraph may appear in any order.
ALPHABET Clause
ALPHABET alphabet-name-1 IS
STANDARD - 1
STANDARD - 2
NATIVE
code-name-1
literal-1 THROUGH
literal-2
THRU
THROUGH
ALSO literal-3 literal-4
THRU
The ALPHABET clause provides a means for relating a name to a specified character code set
or collating sequence. When the alphabet-name is referenced in the PROGRAM
COLLATING SEQUENCE clause in the OBJECT-COMPUTER paragraph, the
COLLATING SEQUENCE clause of an Indexed File Control Entry or the COLLATING
SEQUENCE phrase of a SORT or MERGE statement, the ALPHABET clause specifies a
collating sequence. When the alphabet-name is referenced in a SYMBOLIC CHARACTERS
or CODE-SET clause, the ALPHABET clause specifies a character code set.
If the STANDARD-1 phrase is specified, the character code set or collating sequence
identified is that defined in American National Standard X3.4-1977, Code for Information
Interchange, usually referred to as ASCII. If the STANDARD-2 phrase is specified, the
character code set identified is the International Reference Version of the ISO 7-bit code
defined in International Standard 646, 7-bit Coded Character Set for Information Processing
Interchange. If the NATIVE phrase is specified, the native character set or collating sequence
is used. If the code-name phrase is specified with the code-name EBCDIC, the character code
or collating sequence is the extended binary coded decimal interchange code (8 bits, no
parity). See Appendix J: Code-Set Translation Tables in the RM/COBOL User’s Guide.
If the literal form of the ALPHABET clause is specified, the following rules apply:
1. A given character must not be specified more than once in an ALPHABET clause that is
referenced in the PROGRAM COLLATING SEQUENCE clause, the COLLATING
SEQUENCE clause in the File-Control entry, the COLLATING SEQUENCE phrase of
the SORT and MERGE statements, or that is associated with a code set for a file that is
opened in either the extend, I-O or output mode.
2. A given character may be specified more than once in an ALPHABET clause only if
alphabet-name-1 is referenced in a SYMBOLIC CHARACTERS clause or is associated
with a code set for a file that is opened in the input mode.
literal-1, literal-2, literal-3, literal-4, literal-5 and literal-6 must not specify a
symbolic-character figurative constant. When a literal in an ALPHABET clause or CLASS
clause is numeric, it must be an unsigned integer and its value must be in the range 1 to 256,
The ALPHABET clause of the SPECIAL-NAMES paragraph defines three different character
set mappings:
1. An output code set mapping of native characters to external characters.
2. An input code set mapping of external characters to native characters.
3. A collating sequence mapping of characters to character positions.
Which of these mappings is intended depends on the use made of the defined alphabet. The
input or output code set mapping is indicated by the CODE-SET clause of the SELECT or
FD entry; the input code set mapping is indicated by the SYMBOLIC CHARACTERS . . . IN
alphabet-name clause of the SPECIAL-NAMES paragraph. The collating sequence mapping
is indicated by the PROGRAM COLLATING SEQUENCE clause of the OBJECT-
COMPUTER paragraph, the COLLATING SEQUENCE clause of the SORT and MERGE
statements, and by the COLLATING SEQUENCE clause of the SELECT entry of an indexed
organization file.
Literal Alphabets
RM/COBOL supports user-defined literal alphabets for file code sets and for program, sort-
merge, and indexed file collating sequences. One use for a literal code set would be to map
all lowercase letters to uppercase on input or output to a file. Another would be to specify a
different ASCII to EBCDIC mapping than that built into RM/COBOL. A literal collating
sequence could be used to cause lowercase letters in indexed file keys to be treated as
uppercase, or to cause numbers to follow letters in indexed file keys. Europeans might use a
literal collating sequence to cause the correct ordering of keys that contain letters not in the
English alphabet.
The syntax for defining a literal alphabet is:
THROUGH
ALPHABET alphabet-name-1 IS literal-1 literal-2
THRU
THROUGH
ALSO literal-3 literal-4
THRU
The value of literal-1 is the ordinal position or value of a native character. The ordinal
position of literal-1 in the list of literals is the collating position when the alphabet is used as a
collating sequence, and is one greater than the binary value of the external character code
when used as a code set. The ALSO phrase allows more than one native character to have the
same collating position or be translated to the same external character.
For example, the following alphabet causes lowercase and uppercase native characters to be
collated to the same position:
The alphabet OUT-UPPER, when used as a code set of a file opened for output, causes
lowercase characters in the records being written to be replaced by uppercase characters.
The final phrase—124 THRU 128—is redundant when the alphabet is used as a collating
sequence, since unspecified characters are collated in their natural order following the last
specified character. If any characters are omitted from the definition of the alphabet and the
characters occur in a record being written, a file status 97 will result. The following alphabet
causes lowercase external characters to be converted to uppercase native characters on file
input:
An alphabet in which a native character occurs more than once may be used only on a file
opened for input or in the SYMBOLIC CHARACTERS clause. Such an alphabet is an illegal
collating sequence and is an illegal code set on a file opened for output, extend or I-O.
EBCDIC Translation
Appendix J: Code-Set Translation Tables in the RM/COBOL User’s Guide defines the
translation between the ASCII and EBCDIC character sets. The ASCII to EBCDIC
translation is identical to that described by IBM in the document Systems Network
CLASS Clause
THROUGH
CLASS class-name-1 IS literal-5 literal-6
THRU
The CLASS clause provides a means of assigning a name to the specified set of characters
listed in that clause. class-name can be referenced only in a class condition in the Procedure
Division. The characters specified by the values of the literals in this clause define the
exclusive set of characters of which this class-name consists. The CLASS clause defines
class conditions other than those that are standard to the language.
For each numeric literal in the list, the value of the literal specifies the ordinal number of a
character within the native character set. This value must not exceed the value that represents
the number of characters in the native character set.
For each nonnumeric literal in the list, the value of the character or characters in the literal
specifies the actual character or characters within the native character set. When a
nonnumeric literal is used in a THROUGH phrase, it must be a single-character literal.
If the THROUGH phrase is specified, the contiguous characters in the native character set
beginning with the character specified by the value of literal-5, and ending with the character
specified by the value of literal-6, are included in the set of characters identified by
class-name. In addition, the contiguous characters specified by a given THROUGH phrase
may specify characters of the native character set in either ascending or descending order.
The CONSOLE IS CRT clause causes any ACCEPT or DISPLAY statement whose operand
is not a screen-name and that has no phrases specific to a particular format of these statements
to be treated as a Format 3 (Accept Terminal I-O) or Format 2 (Display Terminal I-O)
statement, respectively. If the CONSOLE IS CRT clause is not specified, then such
statements are treated as described in the ISO 1989-1985 standard for the COBOL language
(also referred to as American National Standard X3.23-1985 COBOL in the United States).
The CRT STATUS clause specifies a numeric data item into which the exception status value
is moved after a Format 3 (Accept Terminal I-O) or Format 5 (Accept Screen-Name)
ACCEPT statement is executed. For information on the exception status values and their
meanings, see the descriptions of these formats of the ACCEPT statement in ACCEPT
Statement (Terminal I-O) (on page 234) and ACCEPT Screen-Name Statement (on page 249).
For more information on configuring field termination keys and the associated exception
status values, refer to “Field Termination Keys” in Chapter 8: RM/COBOL Features of the
RM/COBOL Users Guide.
data-name-2 should be described in the Working-Storage Section of the program as a numeric
integer data item. If data-name-2 is not qualified and is not defined in the Data Division, the
compiler assumes a Working-Storage Section data description entry of the following form:
The literal that appears in the CURRENCY SIGN clause is used in the PICTURE clause to
represent the currency symbol. The literal must be nonnumeric and is limited to a single
character. The value of the literal must not be any of the following characters:
• Alphabetic characters A, B, C, D, P, R, S, V, X, Z or the space
• Digits 0 through 9
• Special characters: * + – , . ; ( ) ” / =
If the CURRENCY SIGN clause is specified, then both the default currency sign ($) and the
currency symbol (cs) specified in the CURRENCY SIGN clause may be used in PICTURE
character-strings in that source program, although they are mutually exclusive in any one
PICTURE character-string. The values of the currency sign ($) and currency symbol may be
changed at execution time by runtime configuration (as explained in the discussion of the
EDIT-DOLLAR and EDIT-CURRENCY-SYMBOL keywords in “RUN-ATTR
Configuration Record” in Chapter 10: Configuration of the RM/COBOL User’s Guide). If
CURRENCY SIGN IS “$” is specified, then “$” is the currency symbol and there is no
currency sign.
If the CURRENCY SIGN clause is not specified, only the currency sign ($) is used in
PICTURE character-strings and there is no currency symbol.
CURSOR Clause
CURSOR IS data-name-1
The CURSOR clause specifies the data item to use as the cursor address for a Format 5
(Accept Screen-Name) ACCEPT statement.
data-name-1 must refer to an unsigned numeric integer display data item with either four or
six digits. If the item has four digits, the first two are interpreted as a line number and the
second two as a column number. If the item has six digits, the first three are interpreted as a
line number and the second three as a column number. If data-name-1 is not qualified and is
not defined in the Data Division, the compiler assumes a Working-Storage Section data
description entry of the following form:
DECIMAL-POINT Clause
The DECIMAL-POINT IS COMMA clause declares that the function of the comma and
period are exchanged in the character-string of the PICTURE clause, in numeric literals, and
in conversion of numeric data for the ACCEPT and DISPLAY statements. The value of the
decimal point and comma characters may be changed at execution time by runtime
configuration regardless of the presence of this clause (as explained in the discussions of the
EDIT-DECIMAL and EDIT-COMMA keywords, in “RUN-ATTR Configuration Record” in
Chapter 10: Configuration of the RM/COBOL User’s Guide).
Mnemonic-Name Clause
ON STATUS IS condition-name-1
IS mnemonic-name-1
OFF STATUS IS condition-name-2
switch-name-1
ON STATUS IS condition-name-1
OFF STATUS IS condition-name-2
feature-name-1 IS mnemonic-name-2
low-volume-I-O-name-1 IS mnemonic-name-3
The mnemonic-name clause provides a means to relate names to switches, features, and
low-volume I-O devices available in the implementation.
switch-name may be SWITCH-1, SWITCH-2, . . ., SWITCH-8 or UPSI-0, UPSI-1, . . .,
UPSI-7. Switch-names UPSI-0 through UPSI-7 are synonymous with switch-names
SWITCH-1 through SWITCH-8.
The status of any switch may be altered by the execution of a Format 3 SET statement that
specifies as its operand the mnemonic-name associated with that switch.
Zero, one or two condition-names may be defined with each switch-name entry. Condition-
names defined in this way become associated with the ON or OFF status of a switch and may
be used in condition-name tests in the Procedure Division to interrogate the current setting of
the switch.
feature-name-1 may be any of the channel-names C01, C02, . . ., C12. The feature-name
entries may be used to associate mnemonic-names with specific channel-names. The
mnemonic-names may then be used in WRITE and SEND statements to control vertical
positioning on a hard-copy printing device. The actual effect of the various channel-names is
hardware-dependent and is, therefore, defined in the ADVANCING mnemonic-name phrase
(WRITE statement). For more details, see this topic in Chapter 8: RM/COBOL Features of
the RM/COBOL User’s Guide.
low-volume-I-O-name-1 may be CONSOLE, SYSIN, or SYSOUT. CONSOLE is the primary
terminal (keyboard and screen) associated with the run unit of which this program is a part.
SYSIN is the standard input file for the run unit that may be the keyboard of the primary
terminal. SYSOUT is the standard output file for the run unit, which may be the screen of the
primary terminal.
mnemonic-name-1, mnemonic-name-2, and mnemonic-name-3 are user-defined words. Their
meaning is defined in the SPECIAL-NAMES paragraph, as shown above. Once defined, they
may be used in certain contexts within the Procedure Division, as follows:
• mnemonic-name-1 becomes the name of a particular switch; it may be used only in
SET statements.
• mnemonic-name-2 becomes a reference to a feature-name. It may be used only in SEND
and WRITE statements.
• mnemonic-name-3 becomes a reference to the associated low-volume-I-O-name. It may
be used only in ACCEPT and DISPLAY statements.
LEADING
NUMERIC SIGN IS [ SEPARATE CHARACTER ]
TRAILING
The NUMERIC SIGN clause declares the default operational sign format for signed numeric
display data items described without a SIGN clause in their data description entry. If this
clause is not specified for a signed data item described with an explicit PICTURE clause, the
default is as if NUMERIC SIGN IS TRAILING were specified. However, if the S (Separate
Sign) Compile Command Option is specified, the default is modified to be as if SIGN IS
TRAILING SEPARATE were specified.
The NUMERIC SIGN clause does not apply to data items described with an implied
PICTURE character-string based on a signed numeric literal in the VALUE clause. In this
case, a SIGN IS LEADING SEPARATE clause is assumed if no explicit SIGN clause is
specified in the same data description entry. For additional information on implied PICTURE
character-strings, see the description of the VALUE clause (on page 132).
CHARACTER IS
SYMBOLIC { symbolic-character-1 } ARE
CHARACTERS
{ integer-1 } [ IN alphabet-name-2 ]
The SYMBOLIC CHARACTERS clause provides the ability to define named figurative
constants above and beyond those that are standard in the language. Such additional
figurative constants are named by the symbolic-character, which is a user-defined word. A
given symbolic-character may not be defined more than once in a program. In the
SYMBOLIC CHARACTERS clause, the relationship between each symbolic-character and
the corresponding integer is by position; that is, the first symbolic-character-1 is paired with
the first integer-1, the second symbolic-character-1 is paired with the second integer-1,
and so on. There must be a one-to-one correspondence between occurrences of
symbolic-character-1 and occurrences of integer-1.
If there is no IN alphabet-name-2 clause immediately following integer-1, integer-1 specifies
the ordinal position of symbolic-character-1 in the native character set; otherwise, integer-1
specifies the ordinal position of symbolic-character-1 in the character set identified by
alphabet-name-2.
The ordinal position specified by integer-1 must exist in the native character set. If the
IN phrase is specified, the ordinal position must exist in the character set named by
alphabet-name-2.
The internal representation of symbolic-character-1 is the internal representation of the
character represented in the native character set.
The SYMBOLIC CHARACTERS clause without the IN alphabet phrase associates an
identifier with a native character. integer-1 of the format is the position of the ASCII or
EBCDIC code rather than the code itself. Position has an offset of 1 from the value of the
code. Appendix J: Code-Set Translation Tables in the RM/COBOL User’s Guide shows the
ASCII and EBCDIC character positions.
For example:
This clause achieves its intended result only if the native character set is ASCII. If the native
character set is EBCDIC, NAK-CHARACTER still receives the value of position 22, but the
value is interpreted as a newline character.
The following clauses define an EBCDIC NAK character:
If the native character set is EBCDIC, the identifier EBCDIC-NAK is associated with the
value 62 (3Dh plus 1). If the native character set is ASCII, the identifier EBCDIC-NAK is
associated with the value 22.
Input-Output Section
The Input-Output section names the files and external media required by an object program
and provides information required for transmission and handling of data during execution of
the object program. This section is divided into two paragraphs:
1. FILE-CONTROL Paragraph (on page 68), which names and associates the files with
external media.
2. I-O-CONTROL Paragraph (on page 81), which defines special control techniques to be
used in the object program.
INPUT - OUTPUT SECTION .
FILE - CONTROL .
{ file-control-entry-1 }
I - O - CONTROL .
file-name-1
RERUN ON
rerun-name-1
REEL
[ END OF ]
UNIT OF file-name-2
integer-1 RECORDS
EVERY
integer-2 CLOCK - UNITS
condition-name-1
RECORD
SAME SORT
AREA FOR file-name-3 { file-name-4 }
SORT - MERGE
MULTIPLE FILE TAPE CONTAINS
.
{ file-name-5 [ POSITION IS integer-3 ] }
FILE-CONTROL Paragraph
The FILE-CONTROL paragraph names each file and allows specification of other
file-related information.
The content of file-control-entry-1 depends on the organization of the file named. In addition,
there is a separate form for a sort-merge file.
data-name-1
literal-1
DISPLAY
INPUT
ASSIGN TO
OUTPUT
data-name-1
INPUT - OUTPUT literal-1
RANDOM
TAPE
device-name-1
integer-1 AREA
RESERVE NO [ ALTERNATE ] AREAS
BINARY
SEQUENTIAL
LINE
[ ORGANIZATION IS ]
RELATIVE
INDEXED
data-name-2
PADDING CHARACTER IS literal-2
STANDARD - 1
RECORD DELIMITER IS delimiter-name-1
SEQUENTIAL
ACCESS MODE IS RANDOM [ RELATIVE KEY IS data-name-3 ]
DYNAMIC
LOCK MODE IS
MANUAL RECORD
WITH LOCK ON [ MULTIPLE ] RECORDS
AUTOMATIC
EXCLUSIVE
[ WITH DUPLICATES ]
data-name-6
ALTERNATE RECORD KEY IS split-key-name-2 = { data-name-7 }
[ WITH DUPLICATES ]
SELECT Clause
The SELECT clause must be specified first in the file control entry. The clauses that follow
may appear in any order. (These other clauses are discussed in alphabetical order on the
following pages.)
If the file connector referenced by file-name-1 is an external file connector, all file control
entries in the run unit which reference this file connector must have:
• The same specification for the OPTIONAL phrase.
• A consistent specification for device-name-1 in the ASSIGN clause. The file access
name specified in the ASSIGN clause, literal-1 or data-name-1, or in the VALUE OF
clause should also be consistent, but the file access name specified by the program that
executes the OPEN statement for file-name-1 will be used.
• The same RECORD DELIMITER specification.
• The same value for integer-1 and the same presence or absence of the ALTERNATE
phrase in the RESERVE clause.
• The same organization.
• The same access mode.
• The same lock mode.
• The same character set for the CODE-SET clause.
• The same specification for the PADDING CHARACTER clause.
• The same external data item for data-name-3 in the RELATIVE KEY phrase.
• The same collating sequence for the COLLATING SEQUENCE clause.
• The same data description entry for data-name-4 or each data-name-5, the same number
of data-name-5 in the definition of split-key-name-1, the same relative location within the
associated record for data-name-4 or each data-name-5, and the same presence or
absence of the DUPLICATES phrase.
• The same data description entry for data-name-6 or each data-name-7, the same number
of data-name-7 in the definition of split-key-name-2, the same relative location within the
associated record for data-name-6 or each data-name-7, the same presence or absence of
the DUPLICATES phrase, and the same number of alternate record keys.
The OPTIONAL phrase applies to files opened in input, I-O, or extend modes. Its
specification is required for files that may not be present each time they are opened for input,
I-O, or extend.
The NOT OPTIONAL phrase is redundant commentary because, by default, files are not
optional, that is, files are required to be present each time they are opened for input, I-O, or
extend. The phrase is supported only for compatibility with other COBOL dialects that
include this phrase.
Each file described in the Data Division must be named once and only once as file-name-1 in
the FILE-CONTROL paragraph. Each file specified in a file control entry must have a file
description entry in the Data Division of the same program.
SEQUENTIAL
ACCESS MODE IS RANDOM [ RELATIVE KEY IS data-name-3 ]
DYNAMIC
The ACCESS MODE clause specifies the order in which records are to be accessed in the file.
If the ACCESS MODE clause is not specified, ACCESS MODE IS SEQUENTIAL
is implied.
If the access mode is sequential, records in the file are accessed in the sequence dictated by
the file organization:
• For sequential files, this sequence is specified by predecessor-successor record
relationships established by the execution of WRITE statements when the file is
created or extended.
• For relative files, this sequence is the order of ascending or descending relative record
numbers of existing records in the file.
• For indexed files, this sequence is ascending or descending within a given key of
reference according to the collating sequence of the file.
If the access mode is random, records in the file are accessed according to a key dictated by
the file organization:
• For sequential files, random access may not be specified.
• For relative files, this key is the value of the relative key data item specified by
data-name-3 in the RELATIVE KEY phrase. The RELATIVE KEY phrase is required
when RANDOM is specified in the ACCESS MODE clause for a relative file.
• For indexed files, this key is the value of a record key data item for the file. The random
access mode is not recommended for indexed files that are described with the
DUPLICATES phrase in the RECORD KEY clause. If the DUPLICATES phrase is
specified in the RECORD KEY clause of the file control entry, then DELETE and
REWRITE statements are not allowed in the random access mode, and READ statements
can only access the first of a set of records with the same prime record key value.
If the access mode is dynamic, records in the file may be accessed sequentially or randomly as
described in the rules for the input-output statements. Dynamic access may not be specified
for sequential organization files. The RELATIVE KEY phrase is required when DYNAMIC
is specified in the ACCESS MODE clause for a relative file.
The RELATIVE KEY phrase may only be specified in the ACCESS MODE clause of a file
control entry that describes a relative organization file. If the access mode is random or
dynamic, the RELATIVE KEY phrase must be specified within the ACCESS MODE clause
for a relative file. Also, if a relative file is referenced in a START statement, the RELATIVE
KEY phrase within the ACCESS MODE clause must be specified for that file. The relative
key data item associated with the execution of an input-output statement for a relative file is
the data item referenced by data-name-3 in the RELATIVE KEY phrase of the ACCESS
MODE clause.
All records stored in a relative file are uniquely identified by relative record numbers. The
relative record number of a given record specifies the record’s logical ordinal position in the
file. The first logical record has a relative record number of 1, and subsequent logical records
have relative record numbers of 2, 3, 4, and so forth.
The data item specified by data-name-3 is used to communicate a relative record number
between the user and the mass storage control system (MSCS). data-name-3 may be
qualified. data-name-3 must reference an unsigned integer data item whose description does
not contain the PICTURE symbol ‘P’. data-name-3 must not be defined in a record
description entry associated with file-name-1. If data-name-3 is specified, is not qualified,
and is not defined in the Data Division, the compiler assumes a Working-Storage Section data
description entry of the following form:
ASSIGN Clause
data-name-1
literal-1
DISPLAY
INPUT
ASSIGN TO
OUTPUT
data-name-1
INPUT - OUTPUT literal-1
RANDOM
TAPE
device-name-1
The ASSIGN clause specifies the association of the file referenced by file-name-1 with a class
of external storage devices as indicated by device-name-1. For sequential organization files,
there are 18 permissible selections for device-name-1. They are CARD-PUNCH, CARD-
READER, CASSETTE, CONSOLE, DISC, DISK, DISPLAY, INPUT, INPUT-OUTPUT,
KEYBOARD, LISTING, MAGNETIC-TAPE, OUTPUT, PRINT, PRINTER, PRINTER-1,
RANDOM, and TAPE. For relative and indexed organization files, one of the mass storage
device names (DISC, DISK, or RANDOM) must be specified or implied.
The contexts in which file-name-1 is used in the rest of the program establish these constraints
on the device-name-1 that may be assigned:
1. If the file is used in an OPEN I-O statement, or if a record of the file is used in a
REWRITE statement, device-name-1 must be DISC, DISK or RANDOM. In this context
these words are synonymous.
2. If the file is used in an OPEN INPUT or READ statement, or if it appears in the USING
list of a SORT or MERGE statement, device-name-1 must be CARD-READER,
CASSETTE, CONSOLE, DISC, DISK, INPUT, INPUT-OUTPUT, KEYBOARD,
MAGNETIC-TAPE, RANDOM or TAPE.
3. If the file is used in an OPEN EXTEND or OPEN OUTPUT statement, if it appears in the
GIVING list of a SORT or MERGE statement, if it is used in a RERUN ON phrase, or if
a record of the file is used in a WRITE statement, device-name-1 must be CARD-
PUNCH, CASSETTE, CONSOLE, DISC, DISK, DISPLAY, INPUT-OUTPUT,
MAGNETIC-TAPE, OUTPUT, PRINT, PRINTER, PRINTER-1, RANDOM or TAPE.
The ASSIGN clause may also specify the file access name with literal-1 or as the contents of
a data item identified by data-name-1. The file access name is the name used to identify the
physical file when the program is run. See the file description entry VALUE OF clause (on
page 97) for an alternative method of specifying the file access name. If neither the ASSIGN
clause nor the VALUE OF clause specifies a file access name, then file-name-1 is used for the
file access name. In any case, the value of the file access name must be valid according to
operating system dependent rules for identifying a file or device. If the file access name is
specified by a literal in the program, portability is more likely if the file access name is short
(eight or fewer characters) and contains only letters and digits. Most operating systems
provide a means to map such file access names to the longer names necessary to identify a
particular physical file. For information on mapping file access names at execution time, see
the descriptions of the CODE-SET clause for sequential, relative, and indexed files in “File
Types and Structure” in Chapter 8: RM/COBOL Features of the RM/COBOL User’s Guide.
If literal-1 is specified, it must be a nonnumeric literal.
When the file access name is specified by data-name-1 or literal-1, device-name-1 may be
omitted and the compiler will infer the storage device type from the organization of the file
and the I-O statements used in the program. If file-name-1 refers to an external file connector
for a sequential file, the compiler will assume a mass storage device when device-name-1 is
omitted.
If data-name-1 is specified, it must be defined in the Data Division as a data item of the
category alphanumeric. The value of this data item is used as the file access name at the time
an OPEN statement is executed for the file. If data-name-1 refers to a variable-length group,
the maximum size of the group will be used to determine the file access name, independent of
the value of the DEPENDING ON data item. data-name-1 may be qualified. If data-name-1
is specified, is not qualified, and is not defined in the Data Division, the compiler assumes a
Working-Storage Section data description entry of the following form:
CODE-SET Clause
The CODE-SET clause specifies the character code convention used to represent data on the
external medium. That external character code convention may or may not be the same as the
internal native character code convention.
When there is a CODE-SET clause associated with a file, and its alphabet-name-1 specifies a
code-set other than the native code-set, then for each record of the file that is read from or
written to the external medium a character-by-character translation is done to convert the text
of the record according to the mapping specified by alphabet-name-1.
If there is no CODE-SET clause associated with a file, or if there is a CODE-SET clause and
its alphabet-name-1 specifies the native code-set, the external character code convention for
the file is the same as the internal code convention, and no character translation is done.
A CODE-SET clause for a file may be specified either in the file control entry for the file (as
shown in the format), or in the file description entry for the file in the Data Division. It is
permissible to specify a CODE-SET clause in both places, but both alphabet-names must be
the same.
If the associated file connector is an external file connector, all CODE-SET clauses in the run
unit that are associated with that file connector must have the same character set.
In some runtime environments the identity of the code-set associated with a file at the time it
is created is preserved with the file as one of its fixed attributes. In such environments it may
be a requirement that each time the file is subsequently opened the code-set associated with
the file be the same as its original code-set. See Appendix J: Code-Set Translation Tables in
the RM/COBOL User’s Guide for more specific information.
When the FILE STATUS clause is specified, a value will be moved by the runtime system
into the data item specified by data-name-8 after the execution of every statement that
references the file either explicitly or implicitly. This value indicates the status of execution
of the statement. data-name-8 must be defined in the Data Division as a two-character data
item of the category alphanumeric and must not be defined in the File Section. data-name-8
may be qualified. The data item referenced by data-name-8 that is updated during the
execution of an input-output statement is the one specified in the file control entry associated
with that statement. If data-name-8 is specified, is not qualified, and is not defined in the
Data Division, the compiler assumes a Working-Storage Section data description entry of the
following form:
LOCK MODE IS
MANUAL RECORD
WITH LOCK ON [ MULTIPLE ] RECORDS
AUTOMATIC
EXCLUSIVE
The LOCK MODE clause specifies whether a file is to be opened in exclusive or shared lock
mode and, if shared, the record locking mode. If the LOCK MODE clause is omitted in the
file control entry, the file sharing lock mode for the file is determined by options in the OPEN
statement, the environment in which the file is opened and a configurable default. (In the
RM/COBOL User’s Guide, see “File Sharing” in Chapter 8: RM/COBOL Features and the
description of the FORCE-USER-MODE keyword in “RUN-FILES-ATTR Configuration
Record” in Chapter 10: Configuration.) The default record locking mode for shared files
opened for input-output (open I-O mode) is automatic single.
• The EXCLUSIVE phrase indicates that all OPEN statements that refer to file-name-1 are
to open the file in exclusive mode.
• The MANUAL phrase indicates that an OPEN statement without the EXCLUSIVE or an
applicable WITH LOCK phrase for file-name-1 is to open the file in shared mode and, if
the open mode is I-O, in one of the manual record locking modes.
• The AUTOMATIC phrase indicates that an OPEN statement without the EXCLUSIVE
or an applicable WITH LOCK phrase for file-name-1 is to open the file in shared mode
and, if the open mode is I-O, in one of the automatic record locking modes.
• The LOCK ON RECORD phrase specifies one of the single record locking modes.
Single record locking modes apply when AUTOMATIC or MANUAL is explicitly stated
without the MULTIPLE option.
• The LOCK ON MULTIPLE RECORDS phrase specifies one of the multiple record
locking modes.
For a description of file locking modes, see File Locking (on page 220). For a description of
record locking modes, see Record Locking (on page 221). If the associated file connector is
an external file connector, every file control entry in the run unit that is associated with that
file connector must specify the same lock mode.
ORGANIZATION Clause
BINARY
SEQUENTIAL
LINE
[ ORGANIZATION IS ]
RELATIVE
INDEXED
The ORGANIZATION clause specifies the logical structure of a file. The file organization is
established at the time a file is created and cannot subsequently be changed. When the
ORGANIZATION clause is not specified, ORGANIZATION IS SEQUENTIAL is implied.
Sequential
Sequential organization is a permanent logical file structure in which a record is identified by
a predecessor-successor relationship established when the record is placed into the file.
Sequential files may be further classified by the record delimiting technique used to determine
the length of records in the file. The ORGANIZATION clause may specify the record
delimiting technique to be binary sequential with the BINARY option or line sequential with
the LINE option. For additional information on record delimiting techniques, see the
description of the RECORD DELIMITER Clause on page 77.
Relative
Relative organization is a permanent logical file structure in which each record is uniquely
identified by an integer value greater than zero, which specifies the record’s logical ordinal
position in the file.
Indexed
Indexed organization is a permanent logical file structure in which each record is identified by
the value of one or more keys within that record. All records are uniquely identified by the
value of the prime record key, except when the DUPLICATES phrase is specified in the
RECORD KEY clause. Alternate record keys may be defined to provide alternate access
paths to records in an indexed file. Record keys may be split keys, which are a concatenation
of a sequence of data items that are not necessarily contiguous within the record.
data-name-2
PADDING CHARACTER IS
literal-2
The PADDING CHARACTER clause provides a way to specify the character that is used to
fill out or pad blocks for sequential files. If the padding character is defined with a data-
name, data-name-2 may be qualified. It must refer to a one-character data item of the
category alphanumeric defined in the Working-Storage or Linkage Section. If the padding
character is defined with a literal, literal-2 must be a one-character nonnumeric literal. If
data-name-2 is specified, is not qualified, and is not defined in the Data Division, the
compiler assumes a Working-Storage Section data description entry of the following form:
The PADDING CHARACTER clause may only be specified in a file control entry that
describes a sequential organization file.
literal-2 or the value of the data item referenced by data-name-2 at the time the file is opened
for output is used as the value of the padding character, and this value becomes a fixed
attribute of the file.
During input operations on a file whose file control entry includes a PADDING
CHARACTER clause, any portion of a block that exists beyond the last logical record and
consists entirely of padding characters is bypassed, and a logical record that consists entirely
of padding characters is ignored. During output operations on such a file, any portion of a
block that exists beyond the last logical record is filled out with padding characters.
The use and recognition of padding characters occur only if such operations are compatible
with the supporting device type. See “DEFINE-DEVICE Configuration Record” in Chapter
10: Configuration of the RM/COBOL User’s Guide for more information on this point.
If the associated file connector is an external file connector, all PADDING CHARACTER
clauses in the run unit that are associated with that file connector must have the same
specifications. If data-name-2 is specified, it must reference an external data item.
STANDARD - 1
RECORD DELIMITER IS
delimiter-name-1
The RECORD DELIMITER clause specifies the record delimiting technique for a sequential
file. The record delimiting technique determines how records are separated on the external
medium. An alternative method of specifying the record delimiting technique is the LINE or
BINARY option of the ORGANIZATION clause. The record delimiting technique is
established at the time a file is created and cannot subsequently be changed.
The RECORD DELIMITER clause may only be specified in a file control entry that describes
a sequential organization file.
The RECORD DELIMITER clause with the BINARY-SEQUENTIAL option specifies that
the file record delimiting technique is binary sequential. The binary sequential record
delimiting technique uses record length headers and trailers to delimit each variable-length
record on the external medium. This allows binary sequential files to contain data items with
usage other than DISPLAY. For fixed-length binary sequential records, no record delimiter is
needed or used. All characters in the records of a binary sequential file are treated as data, not
as control characters. When the BINARY-SEQUENTIAL option is specified, the
ORGANIZATION clause must not specify the LINE option.
The RECORD DELIMITER clause with the LINE-SEQUENTIAL option specifies that the
file record delimiting technique is line sequential. The line sequential record delimiting
technique is defined to be the same as that used by the standard system text editor. Typically,
this record delimiting technique uses special control characters to delimit each record, for
example, a carriage-return line-feed pair. Therefore, such files should contain only data items
that are explicitly or implicitly defined with USAGE IS DISPLAY. If there are data items
with usage other than DISPLAY in a line sequential file, their values may be interpreted as
control characters, for example, record separators or horizontal tabs. When the LINE-
SEQUENTIAL option is specified, the ORGANIZATION clause must not specify the
BINARY option.
The use of the RECORD DELIMITER clause with the STANDARD-1 option is meaningful
only when the supporting external medium is magnetic tape. When this is the case, the clause
may be used to indicate that the method of determining the length of a variable record on the
data-name-4
RECORD KEY IS
split-key-name-1 = { data-name-5 } [ WITH DUPLICATES ]
data-name-6
ALTERNATE RECORD KEY IS
split-key-name-2 = { data-name-7 }
[ WITH DUPLICATES ]
The RECORD KEY clause specifies the record key that is the prime record key for an
indexed file. The values of the prime record key must be unique among records of the file,
except when the DUPLICATES phrase is specified in the RECORD KEY clause. This prime
record key provides an access path to records in an indexed file. split-key-name-1 names a
concatenation of one or more data items within a record associated with the file. The
concatenation of the data items, which need not be contiguous within the record, forms a
single record key. split-key-name-1 may be specified only in a READ or START statement.
An ALTERNATE RECORD KEY clause specifies a record key that is an alternate record key
for an indexed file. This alternate record key provides an alternate access path to records in
an indexed file. Up to 254 alternate record keys may be declared for an indexed organization
file. split-key-name-2 names a concatenation of one or more data items within a record
associated with the file. The concatenation of the data items, which need not be contiguous
within the record, forms a single record key. split-key-name-2 may be specified only in a
READ or START statement.
Note There is a limit of 255 key segments per indexed file. Thus, if split keys are used, the
limit of 254 alternate keys is reduced accordingly.
The RECORD KEY and ALTERNATE RECORD KEY clauses may only be specified in a
file control entry that describes an indexed organization file.
The RECORD KEY clause is required in a file control entry that describes an indexed
organization file.
If the associated file connector is an external file connector, every file control entry in the run
unit that is associated with that file connector must specify the same data description entry for
data-name-4, data-name-6 or each data-name-5, data-name-7, the same number of data-
name-5, data-name-7 in the definition of split-key-name-1, split-key-name-2, the same relative
location within the associated record for data-name-4, data-name-6 or each data-name-5,
data-name-7, the same presence or absence of the DUPLICATES phrase, and the same
number of alternate record keys.
The data descriptions of data-name-4, data-name-5, data-name-6, and data-name-7, as well
as their relative locations within a record, must be the same as those used when the file was
created. The number of alternate keys for the file, the sequence of data-name-5 or data-
name-7 for each key, and the presence or absence of the DUPLICATES phrase for each key
must also be the same as when the file was created.
The data items to which data-name-4, data-name-5, data-name-6, and data-name-7 refer
must each be defined within a record description entry associated with file-name-1. Each data
item must also be defined either as a category alphanumeric data item or as an unsigned
integer data item with DISPLAY usage.
None of data-name-4, data-name-5, data-name-6, and data-name-7 may be described as a
data item whose size is variable.
data-name-6 cannot refer to an item whose leftmost character position corresponds to the
leftmost character position of an item to which data-name-4 or any other data-name-6
associated with this file refers. split-key-name-2 cannot specify a list of data-names that
results in the same key as any other split-key-name-2 associated with this file. Two record
keys are considered the same if they have the same relative offset within the record for each
key segment, the same length for each key segment and the same number of key segments,
where a key segment corresponds to a single data item in the concatenation of data items that
form the split key.
Note The limitation on having no two keys with the same leftmost character position derives
from the standard COBOL implementation of the START statement and the method of
specifying a partial key reference. This limitation is relaxed for split keys, which are an
RM/COBOL extension to standard COBOL.
data-name-4, data-name-5, data-name-6, and data-name-7 may be qualified.
The DUPLICATES phrase specifies that the value of the associated record key may be
duplicated within any of the records in the file. If the DUPLICATES phrase is not specified,
the value of the associated record key must not be duplicated among any of the records in the
file. When the DUPLICATES phrase is specified in the RECORD KEY clause, the value of
the prime record key is not necessarily a unique identifier for a single record; therefore, in this
case, the DELETE and REWRITE statements are disallowed in the random access mode and
are sequential operations in the dynamic access mode.
Note The ALTERNATE RECORD KEY clauses may be specified in any order within the
file control entry. The compiler sorts the alternate keys into ascending order of offset within
the associated record and then ascending length of key segment. For two or more keys with
the same offset and length of key segment, the keys are sorted into ascending number of
segments. The compiler produces an error if two or more keys are the same, that is, they have
the same relative location of each segment, the same length for each segment, and the same
number of segments. This sorting of the alternate keys ensures that the associated indexed
file description is independent of the order in which ALTERNATE RECORD KEY clauses
are specified in the programs that refer to an indexed file.
RESERVE Clause
integer-1 AREA
RESERVE [ ALTERNATE ] AREAS
NO
The RESERVE clause allows the user to specify the number of input-output areas allocated.
If the RESERVE clause is specified, the number of input-output areas allocated is equal to the
value of integer-1 if the ALTERNATE phrase is omitted or to the value of integer-1 plus one
if the ALTERNATE phrase is specified. The maximum number of input-output areas that can
be allocated for a file is 255. Therefore, the maximum value that integer-1 can have is 254
when the ALTERNATE phrase is specified, or 255 when the ALTERNATE phrase is
not specified.
Specifying RESERVE NO ALTERNATE AREAS is the same as specifying RESERVE 1
AREA. Specifying RESERVE NO AREAS is the same as omitting the RESERVE clause.
If the RESERVE clause is not specified, the number of input-output areas allocated defaults to
a number appropriate for the runtime operating system. For more specific information, see
the discussions of the RESERVE clause for the sequential, relative, and indexed file control
entry in “File Types and Structures” in Chapter 8: RM/COBOL Features of the RM/COBOL
User’s Guide.
SELECT file-name-1
data-name-1
literal-1
ASSIGN TO
SORT
.
SORT - MERGE data-name-1
MERGE literal-1
device-name-1
SELECT Clause
Each sort or merge file described in the Data Division must be described once and only once
as a file-name in the FILE-CONTROL paragraph. Each sort or merge file specified in a file
control entry must have a sort-merge file description entry in the Data Division. Since file-
name-1 represents a sort or merge file, only the ASSIGN clause is permitted to follow file-
name-1 in the FILE-CONTROL paragraph.
ASSIGN Clause
The ASSIGN clause specifies the association of the sort or merge file referenced by
file-name-1 to a storage medium (device-name-1), such as SORT, MERGE, SORT-MERGE
or SORT-WORK. The device-name may be omitted if a file access name is specified by
data-name-1 or literal-1.
The ASSIGN clause may also specify the file access name with literal-1 or as the contents of
a data item identified by data-name-1. If specified, the file access name must be correct both
syntactically and semantically. However, for a sort-merge file, the value of the file access
name is ignored by the object program.
If literal-1 is specified, it must be a nonnumeric literal.
If data-name-1 is specified, it must be defined in the Data Division as a data item of the
category alphanumeric. data-name-1 may be qualified. If data-name-1 is specified, is not
qualified, and is not defined in the Data Division, the compiler assumes a Working-Storage
Section data description entry of the following form:
I-O-CONTROL Paragraph
The I-O-CONTROL paragraph specifies the points at which rerun is to be established, the
memory area which is to be shared by different files, and the location of files on a multiple
file reel.
I - O - CONTROL .
[ rerun-entry ]
[ same-entry ]
[ multiple-file-entry ] .
The I-O-CONTROL paragraph is optional. The clauses within the paragraph may appear in
any order.
Any file-name referenced in the I-O-CONTROL paragraph must be specified in the
FILE-CONTROL paragraph of the same program.
RERUN Clause
file-name-1
RERUN ON
rerun-name-1
REEL
[ END OF ]
UNIT OF file-name-2
integer-1 RECORDS
EVERY
integer-2 CLOCK - UNITS
condition-name-1
The RERUN clause specifies when and where the rerun information is recorded. The
RERUN clause, when specified, must satisfy the following rules:
1. file-name-1 must be a sequentially organized file.
2. The END OF REEL or END OF UNIT phrase may be used only if file-name-2 is a
sequentially organized file.
3. When the END OF REEL or END OF UNIT phrase is used and file-name-2 is not an
output file, the ON phrase is required.
4. When either the integer-1 RECORDS phrase or the integer-2 CLOCK-UNITS phrase is
specified, the ON phrase with rerun-name-1 must be specified in the RERUN clause.
5. When condition-name-1 is used, the ON phrase is required.
6. Only one RERUN clause containing the CLOCK-UNITS phrase may be specified.
7. rerun-name-1 may be any user-defined word.
When either the END OF REEL or END OF UNIT phrase is used without the ON phrase, the
rerun information is written on file-name-2, which must be an output file. When either the
END OF REEL or END OF UNIT phrase is used and file-name-1 is specified in the ON
phrase, the rerun information is written on file-name-1, which must be an output file. In this
case, file-name-2 may be either an input or output file.
When the integer-1 RECORDS phrase is used, the rerun information is written whenever
integer-1 records of file-name-2 have been processed. file-name-2 may be either an input or
output file with any organization or access.
When the integer-2 CLOCK-UNITS phrase is used, the rerun information is written whenever
an interval of time, calculated by an internal clock, has elapsed.
When condition-name is used and file-name-1 is specified in the ON phrase, the rerun
information is written on file-name-1, which must be an output file, whenever a switch
assumes a particular status as specified by the condition-name-1. The associated switch must
be defined in the SPECIAL-NAMES paragraph.
More than one RERUN clause may be specified for a given file-name-2, provided that:
• When multiple integer-1 RECORDS phrases are specified, no two of them may specify
the same file-name-2.
• When multiple END OF REEL or END OF UNIT phrases are specified, no two of them
may specify the same file-name-2.
SAME Clause
RECORD
SAME SORT AREA FOR file-name-3 { file-name-4 }
SORT - MERGE
precedence over the rule that all files mentioned in a SAME RECORD AREA clause can
be open at any given time.
5. If a file-name that does not represent a sort or merge file appears in a SAME AREA
clause and one or more SAME SORT AREA or SAME SORT-MERGE AREA clauses,
all of the files named in that SAME AREA clause must be named in that SAME SORT
AREA or SAME SORT-MERGE area clause.
The files referenced in the SAME AREA, SAME RECORD AREA, SAME SORT AREA, or
SAME SORT-MERGE AREA clause need not all have the same organization or access.
The SAME AREA clause specifies that two or more files that do not represent sort or merge
files are to use the same memory area during processing. The area being shared includes all
storage areas assigned to the files specified; therefore, it is not valid to have more than one of
the files open at the same time.
The SAME RECORD AREA clause specifies that two or more files are to use the same
memory area for processing of the current logical record. All of the files may be open at the
same time. A logical record in the SAME RECORD AREA is considered a logical record of
each opened output file whose file-name appears in this SAME RECORD AREA clause and
of the most recently read input file whose file-name appears in this SAME RECORD AREA
clause. This is equivalent to an implicit redefinition of the area (that is, records are aligned on
the leftmost character position).
If the SAME SORT AREA or SAME SORT-MERGE AREA clause is used, at least one of
the file-names must represent a sort or merge file. Files that do not represent sort or merge
files may also be named in the clause. This clause specifies that storage is shared as follows:
1. The SAME SORT AREA or SAME SORT-MERGE AREA clause specifies a memory
area which will be made available for use in sorting or merging each sort or merge file
named. Thus any memory area allocated for the sorting or merging of a sort or merge file
is available for reuse in sorting or merging any of the other sort or merge files.
2. In addition, storage areas assigned to files that do not represent sort or merge files may be
allocated as needed for sorting or merging the sort or merge files named in the SAME
SORT AREA or SAME SORT-MERGE AREA clause. In this implementation, no such
sharing occurs during execution.
3. Files other than sort or merge files do not share the same storage area with each other.
Users wishing these files to share the same storage area with each other must also include
in the program a SAME AREA or SAME RECORD AREA clause naming these files.
4. During the execution of a SORT or MERGE statement that refers to a sort or merge file
named in this clause, any non sort-merge files named in this clause must not be open.
The MULTIPLE FILE TAPE clause is required when more than one file shares the same
physical reel of tape and the operating system does not specify file positions. Regardless of
the number of files on a single reel, only those files that are used in the object program need
be specified. If all file-names have been listed in consecutive order, the POSITION clause
need not be given.
If any file in the sequence is not listed, the position—one-relative to the beginning of the
tape—must be specified in the POSITION clause. Whenever the POSITION clause is
omitted, the position is assumed to be one greater than the position of the immediately
preceding file in the MULTIPLE FILE TAPE clause, except for the first file-name-5, which is
assumed to be in position 1 when the POSITION clause is omitted.
The file-names specified in a MULTIPLE FILE TAPE clause may not reference an external
file connector.
Not more than one file on the same tape reel may be open at one time.
The Data Division describes the data that the object program is to accept as input, to
manipulate, to create, or to produce as output.
The Data Division is optional. It is subdivided into five subordinate sections, each of which is
optional. The entire Data Division may be omitted, but only when none of the subordinate
sections are present.
with the formal argument, or the SET statement has been used to associate an address
with the linkage record. An exception to this rule is that the ADDRESS OF special
register may reference the record-name and will return NULL if the reference
requirements have not been satisfied.
4. Communication Section (see page 100), which describes the data items that serve as the
interface between the Message Control System (MCS) and the program.
5. Screen Section (see page 100), which describes the layout and attributes of fields on a
terminal screen. It also provides for the automatic transfer of data between screen fields
and data items defined in the other sections of the Data Division.
DATA DIVISION .
FILE SECTION .
file-description-entry-1 { record-description-entry-1 }
sort-merge-file-description-entry-1 { record-description-entry-2 }
WORKING - STORAGE SECTION .
77-level-description-entry-1
record-description-entry-3
LINKAGE SECTION .
77-level-description-entry-2
record-description-entry-4
COMMUNICATION SECTION .
[ communication-description-entry-1 { record-description-entry-5 } ]
SCREEN SECTION .
[ screen-description-entry-1 ]
File Section
The File Section header is followed by file description entries or sort-merge file description
entries consisting of a level indicator (FD and SD, respectively), a file-name and a series of
independent clauses, terminated by a period. Each file description entry or sort-merge
description entry is followed by one or more record description entries.
The file description entry and sort-merge file description entry (FD and SD) are the highest
level of organization in the File Section.
FILE SECTION .
file-description-entry-1 { record-description-entry-1 }
sort-merge-file-description-entry-1 { record-description-entry-2 }
A Format 1 (data item initialization) VALUE clause specified in the File Section is ignored
except in the execution of the INITIALIZE statement. The initial value of a data item in the
File Section is undefined.
FD file-name-1
[ IS EXTERNAL ]
[ IS GLOBAL ]
RECORDS
BLOCK CONTAINS [ integer-1 TO ] integer-2
CHARACTERS
RECORD IS STANDARD
LABEL
RECORDS ARE OMITTED
LABEL data-name-2
VALUE OF IS
label-name-1 literal-1
RECORD IS
DATA { data-name-3 }
RECORDS ARE
LINAGE IS data-name-4 LINES data-name-5
WITH FOOTING AT integer-8
integer-7
data-name-6 data-name-7
LINES AT TOP integer-9 LINES AT BOTTOM integer-10
SD file-name-1
RECORD IS
DATA RECORDS ARE { data-name-3 } .
The level indicator SD identifies the beginning of the sort-merge file description and
must precede the file-name.
The clauses that follow the name of the file are optional and their order of appearance
is immaterial.
One or more record description entries must follow the sort-merge file description entry.
Within the Procedure Division, file-name-1 may not be used in OPEN, CLOSE, READ,
START, DELETE or UNLOCK statements, nor may subordinate record-names be used in
WRITE or REWRITE statements.
The size of the physical record may be stated in terms of RECORDS, unless one of the
following situations exists, in which case the RECORDS phrase must not be used:
• In mass storage files where logical records may extend across physical records.
• The physical record contains padding.
• If logical records are grouped in such a manner that an inaccurate physical record size
would be implied.
When the word CHARACTERS is specified, the physical record size is specified in terms of
the number of character positions required to store the physical record, regardless of the types
of characters used to represent the items within the physical record.
If only integer-2 is specified, it represents the exact size of the physical record. If integer-1
and integer-2 are specified, they refer to the minimum and maximum size of the physical
record, respectively.
If the associated file connector is an external file connector, all BLOCK CONTAINS clauses
in the run unit that are associated with that file connector must have the same value for
integer-1 and integer-2.
CODE-SET Clause
CODE - SET IS alphabet-name-1
The CODE-SET clause specifies the character code convention used to represent data on the
external media.
When the CODE-SET clause is specified for a file, all data in that file must be described as
usage is DISPLAY and any signed numeric data must be described with the SIGN IS
SEPARATE clause.
If the CODE-SET clause is specified, alphabet-name-1 specifies the character code
convention used to represent data on the external media. It also specifies the algorithm for
converting the character codes on the external media to or from the native character codes.
This code conversion occurs during the execution of an input or output operation. See the
discussion of the SPECIAL-NAMES paragraph (on page 57).
If the CODE-SET clause is not specified, the native character code set is assumed for data on
the external media.
If the CODE-SET clause is specified in both the file control entry and the file description
entry for a file, the two alphabet-names must be the same.
If the associated file connector is an external file connector, all CODE-SET clauses in the run
unit, which are associated with that file connector, must have the same character set.
The DATA RECORDS clause serves only as documentation for the names of data records
with their associated file.
data-name-3 is the name of a data record and must have a 01 level-number record description,
with the same name, associated with it.
The presence of more than one data-name indicates that the file contains more than one type
of data record. These records may be of different sizes, different formats, and so forth. The
order in which they are listed is not significant.
All data records within a file share the same area, whether or not they are of the same type.
EXTERNAL Clause
IS EXTERNAL
GLOBAL Clause
IS GLOBAL
The GLOBAL clause specifies that a file-name is a global name. A global name is available
to every program contained within the program which declares it.
A file-name described using a GLOBAL clause is a global name. All data-names subordinate
to a global name are global names. All condition-names and split-key-names associated with
a global name are global names.
A statement in a program contained directly or indirectly within a program which describes a
global name may reference that name without describing it again.
If the SAME RECORD AREA clause is specified for several files, the record description
entries or the file description entries for these files must not include the GLOBAL clause.
LINAGE Clause
data-name-4 data-name-5
LINAGE IS LINES WITH FOOTING AT integer-8
integer-7
data-name-6 data-name-7
LINES AT TOP integer-9 LINES AT BOTTOM integer-10
The LINAGE clause provides a means for specifying the depth of a logical page in number of
lines. It also allows for the specification of the top and bottom margins on the logical page
and the line number at which the footing area begins.
data-name-4, data-name-5, data-name-6, data-name-7 must reference unsigned numeric
integer data items.
data-name-4, data-name-5, data-name-6, data-name-7 may be qualified. If any of
data-name-4, data-name-5, data-name-6, or data-name-7 is specified, is not qualified, and is
not defined in the Data Division, the compiler assumes a Working-Storage Section data
description entry for that respective data-name of the following form:
The LINAGE clause provides a means for specifying the size of a logical page in terms of
number of lines. The logical page size is the sum of the values referenced by each phrase
except the FOOTING phrase. If the LINES AT TOP or LINES AT BOTTOM phrases are
not specified, the values of these items are zero. If the FOOTING phrase is not specified, no
end-of-page condition independent of the page overflow condition exists.
There is not necessarily any relationship between the size of the logical page and the size of
the physical page. Each logical page is contiguous to the next with no additional spacing
provided. When a LINAGE file is written, form feed characters are not used because they
cause the printer to advance to the next physical page. The LINAGE-PAGES-PER-
PHYSICAL-PAGE in the PRINT-ATTR runtime configuration record may be used to cause
form feeds to be generated between a specified number of logical pages, that is, the option
specifies the number of logical pages that fit on a physical page.
integer-7 or the value of the data item referenced by data-name-4 specifies the number of
lines that can be written, spaced, or both, on the logical page. The value must be greater than
zero. That part of the logical page in which these lines can be written or spaced is called the
page body.
integer-8 or the value of the data item referenced by data-name-5 specifies the line number
within the page body at which the footing area begins. The value must be greater than zero
and not greater than integer-7 or the value of the data item referenced by data-name-4.
The footing area comprises the area of the page body between the line represented by
integer-8 or the value of the data item referenced by data-name-5, and the line represented by
integer-7 or the value of the data item referenced by data-name-4, inclusive. When lines are
written or spaced in the footing area, an end-of-page condition occurs. The end-of-page
condition can be detected by the END-OF-PAGE (or EOP) phrase of the WRITE statement.
integer-9 or the value of the data item referenced by data-name-6 specifies the number of
lines that comprise the top margin on the logical page. The value may be zero.
integer-10 or the value of the data item referenced by data-name-7 specifies the number of
lines that comprise the bottom margin on the logical page. The value may be zero.
integer-7, integer-9, and integer-10, if specified, are used at the time the file is opened by the
execution of an OPEN statement with the OUTPUT phrase, to specify the number of lines
that make up each of the indicated sections of a logical page. integer-8, if specified, is used at
that time to define the footing area. These values are used for all logical pages written for that
file during an execution of the program.
The values of the data items referenced by data-name-4, data-name-6, and data-name-7, if
specified, are used as follows:
• The values of the data items, at the time an OPEN statement with the OUTPUT phrase is
executed for the file, are used to specify the number of lines that make up each of the
indicated sections for the first logical page.
• The values of the data items, at the time a WRITE statement with the ADVANCING
PAGE phrase is executed or a page overflow condition occurs, are used to specify the
number of lines that make up each of the indicated sections for the next logical page.
The value of the data item referenced by data-name-5, if specified, at the time an OPEN
statement with the OUTPUT phrase is executed for the file, is used to define the footing area
for the first logical page. At the time a WRITE statement with the ADVANCING PAGE
phrase is executed or a page overflow condition occurs, it is used to define the footing area for
the next logical page.
A LINAGE-COUNTER is generated by the presence of a LINAGE clause. The value in the
LINAGE-COUNTER at any given time represents the line number at which the device is
positioned within the current page body. The rules governing the LINAGE-COUNTER are as
follows:
1. A separate LINAGE-COUNTER is supplied for each file whose file description entry
contains a LINAGE clause.
2. LINAGE-COUNTER may be referenced only in Procedure Division statements;
however, only the runtime system may change the value of LINAGE-COUNTER. Since
more than one LINAGE-COUNTER may exist in a program, the user must qualify
LINAGE-COUNTER by file-name-1 when necessary.
3. The LINAGE-COUNTER special register behaves as if it were described as PIC 9(n)
BINARY, where n represents the number of 9's in the PICTURE character-string for
data-name-4 or the number of digits specified in integer-7. The number of character
positions (bytes) allocated for the LINAGE-COUNTER special register is determined by
the value of n and the configured binary allocation scheme.
If the file description entry for a sequential file contains the LINAGE clause and the
EXTERNAL clause, the LINAGE-COUNTER data item is an external data item. If the file
description entry for a sequential file contains the LINAGE clause and the GLOBAL clause,
the special register LINAGE-COUNTER is a global name.
LINAGE-COUNTER is automatically modified, according to the following rules, during the
execution of a WRITE statement to an associated file:
1. When the ADVANCING PAGE phrase of the WRITE statement is specified, the
LINAGE-COUNTER is automatically reset to one. During the resetting of the LINAGE-
COUNTER to the value one, the value of LINAGE-COUNTER is implicitly incremented
to exceed the value specified by integer-7 or the data item referenced by data-name-4.
2. When the ADVANCING identifier-2 or integer-1 phrase of the WRITE statement is
specified, the LINAGE-COUNTER is incremented by integer-1 or the value of the data
item referenced by identifier-2.
3. When the ADVANCING phrase of the WRITE statement is not specified, the
LINAGE-COUNTER is incremented by the value one.
4. The value of LINAGE-COUNTER is automatically reset to one when the device
is repositioned to the first line that can be written on for each of the succeeding
logical pages.
The value of LINAGE-COUNTER is automatically set to one at the time an OPEN
statement with the OUTPUT phrase is executed for the associated file.
If the file connector associated with this file description entry is an external file connector, all
file description entries in the run unit that are associated with this file connector must have:
1. A LINAGE clause, if any file description entry has a LINAGE clause.
2. The same corresponding values for integer-7, integer-8, integer-9, and integer-10, if
specified.
3. The same corresponding external data items referenced by data-name-4, data-name-5,
data-name-6, and data-name-7.
Figure 3 shows the logical page layout for a general LINAGE clause.
data-name- 4 data-name- 5
LINAGE IS LINES WITH FOOTING AT integer-8
integer-7
data-name- 6 data-name- 7
LINES AT TOP integer-9 LINES AT BOTTOM integer-10
Line 1 ___
Line 2 ___
Line 3 ___ Page Body:
.
. Lines may be written
or spaced here.
.
data-name- 5
Line - - - - - - - - - - - - - - - - - - - 2- - - - - -
integer-8 Footing Area:
EOP occurs when lines
data-name- 4 written or spaced here.
Line 3
integer-7
Bottom Margin: data-name- 7
These lines auto skipped integer-10
1 The LINES AT TOP phrase may be omitted or may specify a value of zero. In either of
these cases, there is no top margin.
2 The WITH FOOTING clause may be omitted in which case there is a no footing area.
3 The LINES AT BOTTOM phrase may be omitted or may specify a value of zero. In
either of these cases, there is no bottom margin.
Figure 4 illustrates the logical page layout for a specific LINAGE clause that describes a
66-line logical page.
Top Margin:
(15 lines)
1
2 Page Body:
3
(42 lines)
.
.
.
.
.
.
.
37
-------------------------
38
39 Footing Area: 2
40
41
42
Bottom Margin:
(9 lines)
RECORD Clause
CONTAINS [ integer-3 TO ] integer-4 CHARACTERS
IS VARYING IN SIZE
RECORD
[ [ FROM integer-5 ] [ TO integer-6 ] CHARACTERS ]
[ DEPENDING ON data-name-1 ]
If the associated file connector is an external file connector, all file description entries in the
run unit which are associated with that file connector must specify the same values for
integer-3 and integer-4, or integer-5 and integer-6. If the RECORD clause is not specified,
all record description entries associated with this file connector must be the same length.
1. integer-4, used by itself, indicates that all the data records in the file have the same size.
In this case, integer-4 represents the exact number of characters in the data record. The
file will be a fixed-length record file, even if varying length record descriptions are
associated with it.
2. If integer-3 and integer-4 are both shown, they refer to the minimum number of
characters in the smallest size data record and the maximum number of characters in the
largest size data record, respectively. If integer-3 is not equal to integer-4, the file will be
a variable-length record file, even if fixed-length record descriptions are associated with
it.
3. The size is specified in terms of the number of character positions required to store the
logical record, regardless of the types of characters used to represent the items within the
logical record.
The size of a record is determined by the sum of the number of characters in all fixed-length
elementary items, plus any filler characters generated between elementary items because of
explicit or implicit synchronization. If the record is variable length, the minimum number of
characters in a variable-occurrence data item is added to the fixed size to get the minimum
record size. The maximum number is added to the fixed size to get the maximum record size.
The IS VARYING IN SIZE phrase is used to specify variable-record lengths. integer-5
specifies the minimum number of character positions in any record of the file. integer-6
specifies the maximum number of character positions in any record in the file.
If data-name-1 is specified, the number of character positions in the record must be placed
into the data item referenced by data-name-1 before any RELEASE, REWRITE or WRITE
statement is executed for the file.
If data-name-1 is specified, the execution of a DELETE, RELEASE, REWRITE, START or
WRITE statement or the unsuccessful execution of a READ or RETURN statement does not
alter the content of the data item referenced by data-name-1.
During the execution of a RELEASE, REWRITE or WRITE statement, the number of
character positions in the record is determined by one of the following conditions:
• If data-name-1 is specified, by the content of the data item referenced by data-name-1.
• If data-name-1 is not specified and the record does not contain a variable-occurrence data
item, by the number of the character positions in the record.
• If data-name-1 is not specified and the record contains a variable-occurrence data item,
by the sum of the fixed portion and that portion of the table described by the number of
occurrences at the time of the execution of the output statement.
VALUE OF Clause
LABEL data-name-2
VALUE OF IS literal-1
label-name-1
The VALUE OF clause particularizes the description of an item in the label records
associated with a file or specifies the file access name.
label-name-1 may be FILE-ID, LABEL or any user-defined word.
When label-name-1 is FILE-ID, data-name-2 or literal-1 specifies the file access name for the
file. VALUE OF FILE-ID provides an alternative to specifying the file access name in the
ASSIGN clause of the file control entry. If the file access name is specified in both
alternatives, the same data-name or literal must be specified in each; otherwise, the value
specified in the file control entry will take precedence. If the file access name is not specified
in either the file control entry or the file description entry, then file-name-1 is used as the file
access name. The value of the file access name, however specified, must be valid according
to the requirements of the runtime input-output system. If data-name-2 is specified for the
file access name, at the time of an OPEN statement execution for file-name-1, the value of the
data item to which data-name-2 refers will be used as the file access name.
When label-name-1 is LABEL, data-name-2 or literal-1 particularizes the description of an
item in the label records associated with the file. The value of this data item or literal is
available to the runtime input-output system, but is not currently used for any purpose.
LABEL must not be specified for label-name-1 when the OMITTED option is specified in the
LABEL RECORDS clause.
When label-name-1 is a user-defined, the phrase is treated as commentary. data-name-2 or
literal-1 must by syntactically correct, but have no effect on the object program.
data-name-2 may be qualified. data-name-2 must be defined in the Working-Storage Section
and must not be described with the USAGE IS INDEX clause. If data-name-2 is specified, is
not qualified, and is not defined in the Data Division, the compiler assumes a Working-
Storage Section data description entry of the following form:
Working-Storage Section
The Working-Storage Section is made up of the section header, followed by data description
entries for 77-level description entries, record description entries, or both.
A data-name defined at the 01 or 77 level in the Working-Storage Section must be unique
only if there is a reference to it elsewhere in the program. Subordinate data-names need not
be unique if they can be made unique by qualification or if there are no references to them
elsewhere in the program.
77-level-description-entry-1
record-description-entry-3
Linkage Section
The structure of the Linkage Section is identical to the Working-Storage Section. That is, it
consists of a section header, followed by data description entries for noncontiguous data
items, record description entries, or both.
A data-name defined at the 01 or 77 level in the Linkage Section must be unique only if there
is a reference to it elsewhere in the program. Subordinate data-names need not be unique if
they can be made unique by qualification or if there are no references to them elsewhere in the
program.
LINKAGE SECTION .
77-level-description-entry-2
record-description-entry-4
the called program or by specifying OMITTED for the actual argument in the calling
program.
• The actual argument was specified in the CALL statement in the calling program, but is a
formal argument or based linkage record that has a NULL base address. Note that a
pointer data item that has a NULL value is not the same as a based linkage item with a
NULL base address. That is, passing a pointer data item as an actual argument passes the
base address of the pointer data item and it is the data item value that is NULL, not the
base address.
if larger than the corresponding actual argument, would cause a data reference error before the
reference modification was applied.
This special case also means that when the supplied subprogram, C$MemoryAllocate, is used
to allocate an area of memory and then the SET statement is used to base a Linkage Section
record on this allocated memory, the entire allocated memory area is passed as an actual
argument when the record-name is used in the USING or GIVING phrases of the CALL
statement. Also, the entire allocated memory area may be accessed by using reference
modification of the record-name.
Communication Section
The Communication Section is made up of the section header, followed by communication
description entries consisting of a level indicator (CD), a cd-name and a series of independent
clauses. The communication description entry is terminated by a period.
The record-description entry associated with the Communication Section may be implicitly
redefined by user-specified record description entries written immediately following the
communication description entry.
COMMUNICATION SECTION .
[ communication-description-entry-1 { record-description-entry-5 } ]
Screen Section
The syntactic structure of the Screen Section resembles that of the Working-Storage Section.
That is, it consists of a section header followed by zero, one, or more entries, each of which
consists of a required level-number followed by a series of optional clauses.
The entries specify the appearance of a rectangular display area called a screen. The
maximum meaningful horizontal and vertical dimensions of the screen are determined by the
hardware characteristics of the terminal associated with the run unit. The common limit for
the horizontal dimension is 80 character positions, and the common limit for the vertical
dimension is 25 lines.
Screen entries may be used to define all or any portion of the physical screen, and the entire
screen or any subregion of it may be redefined as many times as is needed by the program.
Level-numbers are used in the same way as in the other sections of the Data Division. That
is, level 77 entries are used to describe screen items not part of a larger structure, and not
subdivided into subordinate entries. Level-numbers 01 through 49 can be used to define
screen entries that are organized in a hierarchical structure: level 01 is the most inclusive.
Level-numbers 66 and 88 may not be used in the Screen Section.
Each entry in the Screen Section may define a screen-name. The rules regarding uniqueness
of screen-names are the same as the rules regarding uniqueness of data-names in the other
sections of the Data Division. That is, a screen-name defined at the 01 or 77 level in the
Screen Section must be unique only if there is a reference to it elsewhere in the program.
Subordinate screen-names (those at level-numbers 02 through 49) need not be unique if they
can be made unique by qualification or if there are no references to them elsewhere in the
program.
Screen-names defined in the Screen Section do not represent data items, and they can be
referred to elsewhere in the program only in an ACCEPT . . . FROM statement (on page 231)
and a DISPLAY . . . UPON statement (on page 272).
SCREEN SECTION .
[ screen-description-entry-1 ]
{ data-description-entry-1 }
Level-Numbers
The first data description of a record must have a level-number of 01 or 1, and must start in
area A of a source line.
Any data item whose description specifies a level-number in the range 01 through 48 may be
subdivided into one or more subordinate data items. When this is done, the subdivided data
item becomes a group item. The subdivision is accomplished by following the data
description of the group item by one or more further data item descriptions, each having the
same level-number. The common level-number selected for these immediately subordinate
data items must be larger (by one or more) than the level-number of the group data item but
less than 50.
Each subordinate data item may in turn be subdivided by the same process, and the nesting of
subordinates within subordinates is limited only by the availability of increasing level-
numbers that are less than 50. This arrangement of data definitions results in a hierarchical
data structure. The rank of the constituent data items is determined by the numerical value of
its level-number: the smaller the level-number, the more inclusive the data item and the
higher its rank.
Elementary Items
Any data description entry that is not further subdivided is called an elementary item. A
record itself may be an elementary item, consisting of a single level-01 data description entry.
A subdivided data description entry with its subdivisions is called a group and is
nonelementary. Therefore, a group includes all group and elementary items following it until
a level-number less than or equal to the level-number of that group is encountered.
Note that certain clauses of the data description entry may occur only in elementary items.
They may not occur in a nonelementary entry as they may affect the subdivisions of that
entry. The description of an elementary item must have either a PICTURE clause or INDEX
usage; it may not have both.
data-description-entry-2
data-name-1
level-number-1
FILLER
[ REDEFINES data-name-2 ]
[ IS EXTERNAL ]
[ IS GLOBAL ]
PICTURE
PIC IS character-string-1
BINARY [ ( integer-3 ) ]
COMPUTATIO NAL
COMP
COMPUTATIO NAL - 1
COMP - 1
COMPUTATIO NAL - 3
COMP - 3
COMPUTATIO NAL - 4 [ ( integer-3 ) ]
[ USAGE IS ] COMP - 4 [ ( integer-3 ) ]
COMPUTATIO NAL - 5 [ ( integer-3 ) ]
COMP - 5 [ ( integer-3 ) ]
COMPUTATIO NAL - 6
COMP - 6
DISPLAY
INDEX
PACKED - DECIMAL
POINTER
LEADING
[ SIGN IS ] TRAILING [ SEPARATE CHARACTER ]
OCCURS integer-2 TIMES
[ integer-1 TO ] integer-2 TIMES DEPENDING ON data-name-3
ASCENDING
KEY IS { data-name-4 }
DESCENDING
[ INDEXED BY { index-name-1 } ]
SYNCHRONIZED LEFT
SYNC RIGHT
JUSTIFIED
JUST RIGHT
[ BLANK WHEN ZERO ]
[ SAME AS data-name-5 ]
[ VALUE IS literal-1 ] .
66 data-name-1
THROUGH
RENAMES data-name-2 THRU data-name-3 .
88 condition-name-1
THROUGH
literal-1 literal-2
THRU
VALUE IS
VALUES ARE
relational-operator literal-1
78 constant-name-1
literal-1
VALUE IS .
constant-expression-1
The clauses may be written in any order except that data-name-1 or the FILLER clause, if
specified, must immediately follow level-number.
The PICTURE clause must not be specified for the subject of a RENAMES clause or for an
item whose usage is index or pointer. For any other entry describing an elementary item, a
PICTURE clause must be specified except that the PICTURE clause may be omitted for an
elementary item when the VALUE clause is specified. In the latter case, a PICTURE clause
is implied from the literal specified in the VALUE clause, as described in Implied PICTURE
Clause on page 111.
The words THRU and THROUGH are equivalent.
The clauses SYNCHRONIZED, PICTURE, JUSTIFIED, and BLANK WHEN ZERO, must
not be specified except for an elementary data item.
The EXTERNAL clause may be specified only in data description entries in the Working-
Storage Section whose level-number is 01.
The EXTERNAL clause and the REDEFINES clause must not be specified in the same data
description entry.
The GLOBAL clause may be specified only in data description entries whose level-number
is 01.
The SAME AS clause shall not be specified in the same data description entry with any
clauses except entry-name, EXTERNAL, GLOBAL, level-number, OCCURS, and
REDEFINES.
data-name-1 must be specified for any entry containing the GLOBAL or EXTERNAL clause,
or for record descriptions associated with a file description entry that contains the
EXTERNAL or GLOBAL clause.
Each data description entry must end with a period separator.
The BLANK WHEN ZERO clause permits the blanking of an item when its value is zero.
The BLANK WHEN ZERO clause can be used only for an elementary item whose PICTURE
is specified as numeric or numeric edited and whose usage is explicitly or implicitly
DISPLAY.
The BLANK WHEN ZERO clause must not be specified in the same entry with a PICTURE
clause having an asterisk as the zero suppression symbol.
The BLANK WHEN ZERO clause must not be specified in the same entry with a PICTURE
clause that specifies an operational sign with the symbol S. However, if the separate sign
option is specified in the Compile Command, then the BLANK WHEN ZERO clause may be
specified in the same entry with a PICTURE clause that specifies an operational sign; in this
case, the operational sign symbol S is ignored and a trailing symbol + assumed in the
PICTURE character-string.
When the BLANK WHEN ZERO clause is used, the item will contain nothing but spaces if
the value of the item is zero.
When the BLANK WHEN ZERO clause is used for an item whose PICTURE is numeric, the
category of the item is considered to be numeric edited.
A data-name specifies the name of the data being described. The keyword FILLER specifies
an item of the logical record that cannot be referred to explicitly.
If either data-name-1 or the keyword FILLER is specified, it must be the first word following
the level-number in each data description entry. If this clause is omitted, the data item being
described is treated as though FILLER had been specified.
The keyword FILLER may be used to name a data item. Under no circumstances can a
FILLER item be referred to explicitly. However, the keyword FILLER may be used to name
a conditional variable: such use does not require explicit reference to the FILLER item, but to
its value.
EXTERNAL Clause
IS EXTERNAL
The EXTERNAL clause specifies that a data item is external. The constituent data items and
group data items of an external data record are available to every program in the run unit
which describes that record.
The EXTERNAL clause may be specified in record description entries in the
Working-Storage Section.
In the same program, the data-name specified as the subject of the entry whose level-number
is 01 that includes the EXTERNAL clause must not be the same data-name specified for any
other data description entry which includes the EXTERNAL clause.
The VALUE clause must not be used in any data description entry that includes, or is
subordinate to, an entry which includes the EXTERNAL clause. The VALUE clause may be
specified for condition-name entries associated with such data description entries.
The data contained in the record named by the data-name clause is external and may be
accessed and processed by any program in the run unit which describes and, optionally,
redefines it subject to the rules set forth in the paragraphs that follow.
Within a run unit, if two or more programs describe the same external data record, each
record-name of the associated record description entries must be the same and the records
must define the same number of standard data format characters. However, a program that
describes an external record may contain a data description entry including the REDEFINES
clause that redefines the complete external record, and this complete redefinition need not
occur identically in other programs in the run unit.
Use of the EXTERNAL clause does not imply that the associated data-name is a global name.
If the data-name that is the subject of the EXTERNAL clause is more than 30 characters in
length, only the first 30 characters are used at runtime to match with external data declared in
this or any other program in the run unit.
GLOBAL Clause
IS GLOBAL
The GLOBAL clause specifies that a data-name is a global name. A global name is available
to every program contained within the program that declares it.
The GLOBAL clause may be specified in record description entries in the File Section or the
Working-Storage Section.
In the same Data Division, the data description entries for any two data items for which the
same data-name is specified must not include the GLOBAL clause.
A data-name described using a GLOBAL clause is a global name. All data-names
subordinate to a global name are global names. All condition-names associated with a global
name are global names.
A statement in a program contained directly or indirectly within a program which describes a
global name may reference that name without describing it again.
If the GLOBAL clause is used in a data description entry that contains the REDEFINES
clause, it is only the subject of that REDEFINES clause which possesses the global attribute.
JUSTIFIED Clause
JUSTIFIED
JUST RIGHT
The JUSTIFIED clause specifies nonstandard positioning of data within a receiving data item.
When a receiving data item is described with the JUSTIFIED clause and the sending data item
is larger than the receiving data item, the leftmost characters are truncated. When a receiving
data item is described with the JUSTIFIED clause and it is larger than the sending data item,
the data is aligned at the rightmost character position in the data item with space-fill for the
leftmost character positions. When the sending and receiving data items are the same size, the
JUSTIFIED clause has no effect. The size of a data item is not affected by trailing spaces;
however, see Reference Modification (on page 165) for a means to ignore trailing spaces in a
sending data item.
When the JUSTIFIED clause is omitted, the standard rules for aligning data within an
elementary item apply.
The JUSTIFIED clause cannot be specified for an index data item or for any data item
described as numeric or for which editing is specified.
The JUSTIFIED clause can be specified only at the elementary item level.
JUST is an abbreviation for JUSTIFIED.
Level-Number
level-number-1
The level-number shows the hierarchy of data within a logical record. In addition, it identifies
entries for working storage items, linkage items, condition-names, constant-names, and the
RENAMES clause.
level-number-1 is required as the first element in each data description entry.
Data description entries subordinate to a CD, FD or SD entry must have level-numbers with
values 01 through 49, 66, 78, or 88.
Data description entries in the Working-Storage Section and Linkage Section must have level-
numbers with the values 01 through 49, 66, 77, 78, or 88.
The level-number 01 identifies the first entry in each record description.
Level-number 66 is assigned to identify RENAMES entries.
Level-number 77 is assigned to identify noncontiguous working storage data items and
noncontiguous linkage data items.
Level-number 78 is assigned to identify constant-names.
Level-number 88 is assigned to identify condition-names associated with a conditional
variable.
Multiple level 01 entries subordinate to any given level indicator CD, FD or SD, represent
implicit redefinitions of the same area.
OCCURS Clause
ASCENDING
DESCENDING KEY IS { data-name-4 }
[ INDEXED BY { index-name-1 } ]
ASCENDING
DESCENDING KEY IS { data-name-4 }
[ INDEXED BY { index-name-1 } ]
The OCCURS clause eliminates the need for separate entries for repeated data items and
supplies information required for the application of subscripts.
The OCCURS clause is used in defining tables and other homogeneous sets of repeated data
items. Whenever the OCCURS clause is used, the data-name which is the subject of this
entry must be subscripted whenever it is referred to in a statement other than SEARCH.
Further, if the subject of this entry is a group item, all data-names belonging to the group must
be subscripted whenever they are used as operands, except as the object of a REDEFINES
clause.
The OCCURS clause cannot be specified in a data description entry that:
• Has a 01, 66, 77, 78, or 88 level-number. However, in the Working-Storage Section,
the OCCURS clause may be specified in a data description entry with a 01 or 77
level-number.
• Has a variable-occurrence data item subordinate to it. However, in version 12 and later,
this restriction has been eliminated; the data item described with the OCCURS clause that
contains a variable-occurrence data item will not be a variable-length group,
but subordinate groups that contain variable-occurrence data items can be variable
length groups.
Except for the OCCURS clause itself, all data description clauses associated with an item
whose description includes an OCCURS clause apply to each occurrence of the item
described.
The number of occurrences of the subject entry is defined as follows:
• In Format 1, the value of integer-2 represents the exact number of occurrences.
• In Format 2, the current value of the data item referenced by data-name-3 represents the
number of occurrences.
This format specifies that the subject of this entry has a variable number of occurrences.
The value of integer-2 represents the maximum number of occurrences and the value
of integer-1 represents the minimum number of occurrences. This does not imply
that the length of the subject of the entry is variable, but that the number of occurrences is
variable.
At the time of reference to the subject of this entry or to any containing or subordinate
data item, the value of the data item referenced by data-name-3 must fall within the range
integer-1 through integer-2. The contents of the data items whose occurrence numbers
exceed the value of the data item referenced by data-name-3 are undefined.
When both integer-1 and integer-2 are used, the value of integer-1 must be less than the
value of integer-2. The value of integer-1 may be zero. If integer-1 is omitted, it is
assumed to be zero.
The data description of data-name-3 must describe an integer. data-name-3 may be
qualified. If data-name-3 is specified, is not qualified, and is not defined in the Data
Division, the compiler assumes a Working-Storage Section data description entry of the
following form:
A data description entry that contains Format 2 of the OCCURS clause may be followed,
within that record description, only by data description entries that are subordinate to it.
However, in version 12 and later, this restriction has been eliminated; when data
description entries not subordinate to a data description entry with OCCURS clause with
the DEPENDING ON phrase are present, groups containing those data items will not be
variable-length groups even though they contain variable-occurrence data items.
When a group data item having subordinate to it an entry that specifies Format 2 of the
OCCURS clause is referenced, the part of the table area used in the operation is determined as
follows:
1. If the data item referenced by data-name-3 is outside the group, only that part of the table
area that is specified by the value of the data item referenced by data-name-3 at the start
of the operation is used.
2. If the data item referenced by data-name-3 is included in the same group and the group
data item is referenced as a sending item, only that part of the table area that is specified
by the value of the data item referenced by data-name-3 at the start of the operation is
used in the operation. If the group is a receiving item, the maximum length of the group
is used.
If Format 2 is specified in a record description entry and the associated file description or
sort-merge description entry contains the VARYING phrase of the RECORD clause, the
records are variable length. If the DEPENDING ON phrase of the RECORD clause is not
specified, the content of the data item referenced by data-name-3 of the OCCURS clause
must be set to the number of occurrences to be written before the execution of any RELEASE,
REWRITE or WRITE statement.
In the KEY IS phrase, the first specification of data-name-4 must be the name of either the
entry containing the OCCURS clause or an entry subordinate to it. Subsequent specifications
of data-name-4 must be subordinate to the entry containing the OCCURS clause. Each data-
name-4 may be qualified, but must not be subscripted, as is normally required. For each data-
name-4, the associated data description must not include an OCCURS clause, except when the
first data-name-4 is the same as the entry containing the OCCURS clause. There may not be
any OCCURS clauses between this OCCURS clause and the descriptions of any data-name-4.
When the KEY IS phrase is specified, the repeated data must be arranged in ascending or
descending order according to the values contained in data-name-4. The ascending or
descending order is determined according to the rules for comparison of operands. The data-
names are listed in their descending order of significance.
An INDEXED BY phrase may be used to define one or more index-names to be associated
with the subject of this entry. Index-names are not data-names, and they may be used only in
contexts where the formats explicitly mention them. An index-name is a user-defined word.
Index-name need not be unique within the program, but references to nonunique index-names
must be made unique with qualification. Index-names are used principally in subscripts, and
their use in this context can result in more efficient access to the elements of a table.
PICTURE Clause
PICTURE
PIC IS character-string-1
The PICTURE clause describes the general characteristics and editing requirements of an
elementary item.
A PICTURE clause can be specified only at the elementary item level.
character-string-1 consists of certain allowable combinations of characters in the COBOL
character set used as symbols. The allowable combinations determine the category of the
elementary item. The maximum number of characters allowed in the character-string is 240.
The lowercase letters corresponding to the uppercase letters representing the PICTURE
symbols A, B, P, S, V, X, Z, CR and DB are equivalent to their uppercase representations in a
PICTURE character-string. Other lowercase letters are not equivalent to their corresponding
uppercase representations. This means that if a lowercase q, for example, has been designated
as the currency symbol the uppercase Q may not be substituted for it, and vice versa.
The PICTURE clause must not be specified for the subject of a RENAMES clause or for an
item whose usage is index or pointer. For any other entry describing an elementary item, a
PICTURE clause must be specified except that the PICTURE clause may be omitted for an
elementary item when the VALUE clause is specified. In the latter case, a PICTURE clause
is implied from the literal specified in the VALUE clause, as described in Implied PICTURE
Clause on page 111.
PIC and PICTURE are synonymous.
The asterisk when used as the zero suppression symbol and the BLANK WHEN ZERO clause
may not appear in the same entry.
Note The figurative constants ZERO, ZEROS, and ZEROES are not considered numeric or
nonnumeric for purposes of implying the PICTURE clause. One or more 0 or "0" characters
must be used instead to clearly indicate the desired intent. This is necessary because these
figurative constants are either numeric or nonnumeric, depending on context. There is
insufficient context for the compiler to make the determination in this case, since there is no
associated data item as, for example, there would be in a MOVE statement.
‘PICTURE X(length)’, where length is the length of the nonnumeric literal specified in the
VALUE clause.
symbols A or all symbols 9 does not define an alphanumeric data item, since such
character-strings define an alphabetic or numeric data item, respectively. The contents of
an alphanumeric data item when represented in standard data format must be two or more
characters in the character set of the computer.
4. Alphanumeric edited. Its PICTURE character-string is restricted to certain
combinations of the following symbols: A, X, 9, B, 0, and slash (/). The PICTURE
character-string must contain at least one symbol A or X and at least one symbol B, 0, or
slash (/). The contents of an alphanumeric edited date item when represented in standard
data format must be two or more characters in the character set of the computer.
5. Numeric edited. Its PICTURE character-string is restricted to certain combinations of
the following symbols: B, slash (/), P, V, Z, 0, 9, comma (,), period (.), asterisk (*),
minus (–), plus (+), CR, DB, and the currency symbol (the symbol $ or the symbol
specified in the CURRENCY SIGN clause of the SPECIAL-NAMES paragraph). The
allowable combinations are determined from the order of precedence of symbols (see
Table 12 on page 120) and the Editing Rules (see page 116). The number of digit
positions that can be represented in the PICTURE character-string must range from one
to thirty, inclusive. The character-string must contain at least one symbol 0, B, slash, Z,
asterisk, plus, minus, comma, period, CR, DB, or the currency symbol. The contents of
each of the character positions in a numeric edited data item must be consistent with the
corresponding PICTURE symbol.
Note The additional data categories, index data and data pointer, also exist, but do not use a
PICTURE clause in their data description entry. An index data item is described with the
USAGE IS INDEX clause. A data pointer data item is described with the USAGE IS
POINTER clause.
The size of an elementary item, where size means the number of character positions occupied
by the elementary item in standard data format, is determined by the number of allowable
symbols that represent character positions. An unsigned nonzero integer which is enclosed in
parentheses following the symbol A, comma (,), X, 9, P, Z, asterisk (*), B, slash (/), 0, plus
(+), minus (–), or the currency symbol indicates the number of consecutive occurrences of the
symbol. Note that the following symbols may appear only once in a given PICTURE: S, V,
period (.), CR, and DB.
/ Each symbol slash (/) in the character-string represents a character position into
which a character slash (“/”) will be inserted when the data item is the receiving
item of an elementary MOVE statement. Each symbol slash (/) is counted in the
size of the data item described by the PICTURE character-string.
+, –, CR, DB
These symbols are used as editing sign control symbols. When used, they
represent the character position into which the editing sign control symbol will
be placed. The symbols are mutually exclusive in any one PICTURE character-
string and each character used in the symbol is counted in determining the size
of the data item described by the PICTURE character-string. If the symbols plus
or minus occur more than once (a floating sign control symbol), then one less
than the total number of these symbols is counted in determining the maximum
number (30) of digit positions allowed in a numeric edited data item. If a
floating symbol plus or minus is used to the right of the decimal point in a
Editing Rules
There are two general methods of performing editing in the PICTURE clause, either by
insertion or by suppression and replacement. There are four types of insertion editing
available:
1. Simple insertion
2. Special insertion
3. Fixed insertion
4. Floating insertion
The type of editing which may be performed upon a data item depends on the category to
which the data item belongs. Table 9 specifies which type of editing may be performed upon
a given category.
Alphabetic None.
Numeric None.
Alphanumeric None.
Alphanumeric Edited Simple insertion using symbols 0, B, and slash (/).
Numeric Edited All, subject to the following rules.
Floating insertion editing and editing by zero suppression and replacement are mutually
exclusive in a PICTURE clause. Only one type of replacement may be used with zero
suppression in a PICTURE clause.
Editing sign control symbols produce the results shown in Table 10, depending upon the value
of the data item.
+ + –
– space –
CR 2 spaces CR
DB 2 spaces DB
+ + –
– space –
If all numeric character positions in the PICTURE character-string are represented by the
insertion character, the result depends upon the value of the data. If the value is zero, the
entire data item will contain spaces. If the value is not zero, the result is the same as when the
insertion character is only to the left of the decimal point.
To avoid truncation, the minimum size of the PICTURE character-string for the receiving
data item must be the number of characters in the sending data item, plus the number of
nonfloating insertion characters being edited into the receiving data item, plus one for the
floating insertion character.
B X X X X X X X X X X X X X X X X X
0 X X X X X X X X X X X X X X X X X
/ X X X X X X X X X X X X X X X X X
, X X X X X X X X X X X X X X X X
Insertion Symbols
Non-floating
. X X X X X X X X X X
+
−
+ X X X X X X X X X X X X X X
−
CR X X X X X X X X X X X X X X
DB
CS X
z X X X X X X X
*
z X X X X X X X X X X X
*
Insertion Symbols
Floating
+ X X X X X X
−
+ X X X X X X X X X
−
CS X X X X X X
CS X X X X X X X X X
9 X X X X X X X X X X X X X X X
Symbols
Other
A X X X X X
X
V X X X X X X X X X X X X
P X X X X X X X X X X X X
P X X X X X
REDEFINES Clause
data-name-1
level-number-1
FILLER
[ REDEFINES data-name-2 ]
The REDEFINES clause allows a computer storage area to be described by different data
description entries.
Note level-number-1, data-name-1 and FILLER are shown in the above format (gray
highlight) to improve clarity. They are not part of the REDEFINES clause.
The level-numbers of data-name-1 and data-name-2 must be identical but must not
be 66 or 88.
This clause must not be used in level 01 entries in the File Section or Communication Section.
The data description entry for data-name-2 cannot contain an OCCURS clause. However,
data-name-2 may be subordinate to an item whose data description contains an OCCURS
clause. In this case, the reference to data-name-2 in the REDEFINES clause may not be
subscripted. Neither the original definition nor the redefinition can include a variable-
occurrence data item. However, in version 12 and later, the restrictions on the REDEFINES
clause respective to variable-occurrence data items have been eliminated.
data-name-2 must not be qualified; if it is not a unique data-name, the necessary qualification
is implicitly provided by the position of the REDEFINES clause within the hierarchical
structure of the Data Division.
No entry having a level-number numerically lower than the level-number of data-name-2 and
the subject of the entry may occur between the data description entries of data-name-2 and the
subject of the entry.
Redefinition starts at data-name-2 and ends when a level-number less than or equal to that of
data-name-2 is encountered.
When the level-number of data-name-1 is other than 01, it must not specify more character
positions than the data item referenced by data-name-2 contains. It is important to observe
that the REDEFINES clause specifies the redefinition of a storage area, not of the data items
occupying the area.
Multiple redefinitions of the same character positions are permitted. When multiple
redefinitions are used, either the first or the most recently defined name on the same level
within the current hierarchy may be used as data-name-2.
The entries giving the new description of the character positions must not contain any
VALUE clauses except in condition-name entries.
Multiple level 01 entries subordinate to any given level indicator represent implicit
redefinitions of the same area.
RENAMES Clause
66 data-name-1
THROUGH
RENAMES data-name-2 THRU data-name-3 .
SAME AS Clause
SAME AS data-name-5
The SAME AS clause specifies that a data-name has the same description as that specified by
another data description entry.
data-name-5 may be qualified. data-name-5 must be defined by a data description entry that
lexically precedes the data description entry containing the SAME AS clause.
A data description entry that specifies the SAME AS clause shall not be immediately
followed by a subordinate data description entry or level 88 entry.
The description of data-name-5, including its subordinate data items, shall not contain a
SAME AS clause that references the subject of the entry or any group item to which this entry
is subordinate.
The description of data-name-5 shall not contain an OCCURS clause. However, items
subordinate to data-name-5 may contain OCCURS clauses.
data-name-5 shall reference an elementary item or a group item described in the File,
Working-Storage, or Linkage sections, except that a level-number 66 group data item may not
be referenced.
If the subject of the entry is a level 77 item, data-name-5 shall reference an elementary item.
A group item to which the subject of the entry is subordinate shall not contain a SIGN or
USAGE clause.
The effect of the SAME AS clause is as though the data description identified by
data-name-5 had been coded in place of the SAME AS clause, excluding the level-number,
name, and the EXTERNAL, GLOBAL, and REDEFINES clauses specified for data-name-5.
Level-numbers of subordinate items may be adjusted, as described in the following rule
regarding a group reference.
If data-name-5 describes a group item:
• The subject of the entry is a group whose subordinate items have the same names,
descriptions, and hierarchy as the subordinate items of data-name-5.
• The level-numbers of items subordinate to that group are adjusted, if necessary, to
preserve the hierarchy of data-name-5. The level-numbers are incremented by 100
whenever the level-number of the object of the entry is less than the level-number of the
subject of the entry. This preserves the original level-number in the two-low order
decimal digits of the new level-number. Condition-names are copied without adjusting
the level-number, which remains 88. Level-number 78 constant-name entries are not
copied.
• Level-numbers in the resulting hierarchy may exceed 49.
• If an OCCURS clause with the DEPENDING ON phrase is specified for a subordinate
item of data-name-5, the depending on data item in the replicated structure is determined
by the following rules:
1) If the depending on item for an OCCURS clause entry subordinate to data-name-5 is
defined subordinate to data-name-5, then the corresponding replicated item is the
depending on item for the replicated OCCURS clause entry.
2) If the depending on item for an OCCURS clause entry subordinate to data-name-5 is
defined subordinate to the record description that contains data-name-5 and a
similarly named item, not including any qualifiers specified, is uniquely defined as a
numeric integer subordinate to the record containing the SAME AS clause, the
similarly named item in the latter record is the depending on item for the replicated
OCCURS clause entry.
3) Otherwise, the depending on item for the replicated OCCURS clause entry is the
same item as the depending on item for the OCCURS clause entry in data-name-5.
That is, both OCCURS clause entries depend on the same variable. This will always
be the case when the depending on item is not contained in the record description
containing data-name-5. When the depending on item is contained in the same
record as data-name-5, but the record containing the SAME AS clause does not
contain a unique numeric integer data item with the same name, the replicated
OCCURS clause entry will depend on the same item in the record containing data-
name-5; that is, the records will share the same depending on item even though the
item is in the original record.
Note If data alignment (synchronization) inserts implicit fillers in either data-name-5 or the
subject of the entry, the alignment of the corresponding data items may differ.
If an alphanumeric group item to which data-name-5 is subordinate contains a USAGE
clause, the effect is as though that USAGE clause had been specified for the subject of
the entry.
If an alphanumeric group item to which data-name-5 is subordinate contains a SIGN clause,
the effect is as though that SIGN clause had been specified for the subject of the entry.
If the VALUE clause is specified for a group containing data-name-5, that VALUE clause has
no effect on the replicated data item created by the SAME AS clause.
If the VALUE clause is specified for a group containing a data description entry with the
SAME AS clause and there are VALUE clauses for the data items specified by data-name-5,
the VALUE clauses specified by data-name-5 are ignored for purposes of data initialization in
the Working-Storage Section. However, those VALUE clauses will be used if the
INITIALIZE statement with the TO VALUE phrase references those data items directly
or indirectly.
SIGN Clause
LEADING
[ SIGN IS ] TRAILING [ SEPARATE CHARACTER ]
The SIGN clause specifies the position and the mode of representation of the operational sign
when it is necessary to describe these properties explicitly.
The SIGN clause may be used to specify the position and mode of representation of the
operational sign for signed numeric data items. It may be specified either at the elementary
level or at the group level. When it is specified at the elementary level, it applies only to that
item. When it is specified at the group level, it applies to each subordinate signed numeric
data item.
If a SIGN clause is specified in a group item subordinate to another group item that also has a
SIGN clause, the SIGN clause specified in the subordinate group item takes precedence for
that subordinate group item.
If a SIGN clause is specified in an elementary numeric data description entry subordinate to
a group item for which a SIGN clause is specified, the SIGN clause specified in the
subordinate elementary numeric data description entry takes precedence for that elementary
numeric data item.
The SIGN clause is applicable only to numeric data description entries whose PICTURE
character-string contains the symbol S and whose explicit or implicit usage is DISPLAY.
If the CODE-SET clause is specified, any signed numeric data description entries associated
with that file description entry must be described with the SIGN IS SEPARATE clause.
A numeric data description entry whose PICTURE character-string contains the character S,
but to which no optional SIGN clause applies, has an operational sign whose representation
depends on the presence of the optional NUMERIC SIGN clause in the Special-Names
paragraph. If the NUMERIC SIGN clause is specified in the Special-Names paragraph, the
operational sign representation is as if the corresponding SIGN clause had been specified in
the data description entry. If the NUMERIC SIGN clause is not specified in the Special-
Names paragraph, the operational sign representation depends on the setting of the S
(Separate Sign) Compile Command Option:
• If the Separate Sign Default option is not in effect, the operational sign will be the same
as if SIGN IS TRAILING (without the optional SEPARATE CHARACTER phrase) had
been specified.
• If the Separate Sign Default option is in effect, the operational sign will be the same as if
SIGN IS TRAILING SEPARATE CHARACTER had been specified.
For a full discussion of the S (Separate Sign) Compile Command Option, see Chapter 6:
Compiling of the RM/COBOL User’s Guide.
If the optional SEPARATE CHARACTER phrase is not present:
• The operational sign will be associated with the leading (or, respectively, trailing) digit
position of the elementary numeric data item.
• The letter S in a PICTURE character-string is not counted in determining the size of the
item (in terms of standard data format characters).
• The valid signs for combined sign data items depend on the value of the leading (or,
respectively, trailing) digit with which the sign is associated and whether the value is
positive or negative; see Table 13.
0 { }
1 A J
2 B K
3 C L
4 D M
5 E N
6 F O
7 G P
8 H Q
9 I R
See the USAGE Clause (on page 127) for the valid sign values on other data types.
If the optional SEPARATE CHARACTER phrase is present, then:
• The operational sign will be the leading (or, respectively, trailing) character position of
the elementary numeric data item; this character position is not a digit position.
• The letter S in a PICTURE character-string is counted in determining the size of the item
(in terms of standard data format characters).
• The operational signs for positive and negative are the standard data format characters +
and –, respectively.
SYNCHRONIZED Clause
SYNCHRONIZED LEFT
SYNC RIGHT
The SYNCHRONIZED clause specifies the alignment of an elementary item on an even byte
boundary.
This clause specifies that the subject data item is to be aligned in the computer such that no
other data item occupies any of the character positions between the leftmost and rightmost
natural boundaries delimiting this data item. If the number of character positions required to
store this data item is less than the number of character positions between those natural
boundaries, the unused character positions (or portions thereof) are not used for any other data
item. Such unused character positions, however, are included in:
• The size of any group item (or items) to which the elementary item belongs.
• The character positions redefined when this data item is the object of a
REDEFINES clause.
Records of a file and index data items are automatically synchronized left. Records and
noncontiguous data items in working storage are implicitly synchronized left unless explicitly
synchronized right.
The format on external media of records or groups containing elementary items described
with the SYNCHRONIZED clause includes any implied FILLER bytes.
When the data item preceding a data item described with the SYNCHRONIZED clause does
not terminate on a byte whose address is even, one implied character position of FILLER is
generated. Such automatically generated FILLER positions are included in:
• The size of any group to which the FILLER item belongs.
• The number of character positions allocated when the group item of which the FILLER
item is a part appears as the object of a REDEFINES clause.
USAGE Clause
BINARY [ ( integer-3 ) ]
COMPUTATIO NAL
COMP
COMPUTATIO NAL - 1
COMP - 1
COMPUTATIO NAL - 3
COMP - 3
COMPUTATIO NAL - 4 [ ( integer-3 ) ]
[ USAGE IS ] COMP - 4 [ ( integer-3 ) ]
COMPUTATIO NAL - 5 [ ( integer-3 ) ]
COMP - 5 [ ( integer-3 ) ]
COMPUTATIO NAL - 6
COMP - 6
DISPLAY
INDEX
PACKED - DECIMAL
POINTER
The USAGE clause specifies the format of a data item in the computer storage.
integer-3 must be in the range 1 through 16 and represents the number of bytes to allocate as a
binary allocation override. The binary allocation override may also be specified following
COMPUTATIONAL or COMP usage if the compiler has been configured to treat this usage
type as binary by use of the COMPUTATIONAL-TYPE keyword of the COMPILER-
OPTIONS configuration record.
This clause specifies the manner in which a data item is represented in the storage of a
computer. It does not affect the use of the data item, although the specifications for some
statements in the Procedure Division may restrict the USAGE clause of the operands
referenced.
The USAGE clause may be written at any level. If the USAGE clause is written at a group
level, it applies to each elementary item in the group. The USAGE clause of an elementary
item cannot contradict the USAGE clause of a group to which the item belongs. When the
usage is COMPUTATIONAL-4, COMP-4, COMPUTATIONAL-5, COMP-5 or BINARY,
the binary allocation override may also be included or omitted at any level as part of a
USAGE clause at that level. If included, the binary allocation override may specify a
different value than that specified in the USAGE clause for a containing group. The rules for
the binary allocation override within group structure are as follows:
• If the USAGE clause is written at a group level and specifies COMPUTATIONAL-4,
COMP-4, COMPUTATIONAL-5, COMP-5, or BINARY usage with the allocation
override integer-3 specified in parentheses following the usage type, the allocation
override integer-3 applies to each elementary item in the group that does not specify a
USAGE clause and is not subordinate to another group with a higher level-number that
specifies a USAGE clause.
• If the USAGE clause is written at a group level and specifies COMPUTATIONAL-4,
COMP-4, COMPUTATIONAL-5, COMP-5, or BINARY usage without the allocation
override integer-3, the configured binary allocation scheme applies to each elementary
item in the group that does not specify a USAGE clause and is not subordinate to another
group with a higher level-number that specifies a USAGE clause.
If the USAGE clause is not specified for an elementary item, or for any group to which the
item belongs, the usage is implicitly DISPLAY.
A COMPUTATIONAL (COMPUTATIONAL-1, COMPUTATIONAL-3,
COMPUTATIONAL-4, COMPUTATIONAL-5, COMPUTATIONAL-6) item represents a
value to be used in computations and must be numeric. If a group is described as
COMPUTATIONAL, the elementary items in the group are COMPUTATIONAL. The group
itself is not COMPUTATIONAL (cannot be used in computations).
The PICTURE character-string of a COMPUTATIONAL, BINARY, COMPUTATIONAL-3,
COMPUTATIONAL-4, COMPUTATIONAL-5, or PACKED-DECIMAL item can contain
only 9’s, the operational sign character S, the implied decimal point character V and one or
more P’s. A COMPUTATIONAL-1 item must be an integer. Therefore, its PICTURE
character-string may not contain any P’s; if V is used it must be the rightmost character in the
PICTURE character-string. The PICTURE character-string of a COMPUTATIONAL-6 item
can contain only V, 9, and P.
COMPUTATIONAL Usage
The format of a COMPUTATIONAL (abbreviated COMP) item is one decimal digit per
character position for each 9 in the PICTURE character-string. If an S appears in the
PICTURE character-string, an additional trailing character contains the sign. Hexadecimal
values 0 through 9 are used to represent the numeric digits zero through nine. The
hexadecimal value D is used for negative sign representation. Depending on configured sign
representation, the hexadecimal value C or F is used for positive sign representation. Any
value other than the correct values for numeric digit or sign representation will be treated as
invalid for purposes of the NUMERIC class condition.
Note The compiler may be configured to treat COMPUTATIONAL (COMP) usage as if it
were BINARY or PACKED-DECIMAL usage by use of the COMPUTATIONAL-TYPE
keyword of the COMPILER-OPTIONS configuration record.
COMPUTATIONAL-1 Usage
The format of a COMPUTATIONAL-1 item (abbreviated COMP-1) is 16-bit two’s
complement signed binary integer, independent of the number of 9’s or the appearance of S in
the PICTURE character-string. The number of 9’s is significant when the value is converted
to decimal during data manipulation and for the size error condition. The value of a
COMPUTATIONAL-1 item ranges between –32768 and 32767.
When a COMP-1 data item is specified as a receiving operand in an arithmetic statement, the
size error condition can be caused by either of the following:
• The PICTURE character-string specifies fewer than five 9’s, and the decimal
representation of the value to be stored into the COMP-1 data item requires more 9’s than
are specified.
• The PICTURE character-string specifies five or more 9’s, and the value to be stored into
the COMP-1 data item falls outside the range –32768 through 32767, inclusive.
The value of integer-3 in a binary allocation override may be less than the number of bytes
required to support the decimal precision specified in the PICTURE character-string by the
number of 9's included in that character-string. In this case, the size error condition will be
detected if the value to be stored is outside the range of values supported by the number of
bytes indicated by integer-3. For example, an item described as PIC S9(3) BINARY (1) can
store values in the range -128 to +127; a size error condition would exist on an attempt to
store values less than -128 or greater than +127 into such an item. As another example, an
item described as PIC 99V9 BINARY (1) can store values in the range 0 to 25.5; a size error
condition would exist on an attempt to store a value less than -25.5 or greater than +25.5 into
such an item. Note that in this latter example, when a negative value is the sending value, its
absolute value is stored into the data item because the item is unsigned.
The binary allocation override does not increase the precision specified by the PICTURE
character-string. For example, the specification PIC 9 BINARY(1) describes a data item that
will cause the size error condition (in arithmetic statements) or truncation (in MOVE
statements) for numbers greater than 9, except in those cases where truncation does not apply
(as in a group move or an arithmetic statement that does not specify the SIZE ERROR
phrase). Thus, while it is possible to have numbers with values from 0 to 255 in this data
item, the programmer should only plan on being able to put values from 0 to 9 in this
data item.
COMPUTATIONAL-5 Usage
The format of a COMPUTATIONAL-5 (abbreviated COMP-5) item is binary with native
machine byte ordering. Twos-complement binary is used to represent signed data items, that
is, when the PICTURE character-string of a COMPUTATIONAL-4 or BINARY item
contains an S. If an allocation override integer-3 is specified in parentheses following the
usage type, then integer-3 bytes will be allocated. Otherwise, the number of bytes allocated
depends on the number of 9’s in the PICTURE character-string and the BINARY-
ALLOCATION and BINARY-ALLOCATION-SIGNED keywords of the COMPILER-
OPTIONS configuration record. The default configured binary allocation scheme is two
bytes for one to four 9’s, four bytes for five to nine 9’s, eight bytes for ten to eighteen 9’s, and
sixteen bytes for nineteen to thirty 9’s.
The value of integer-3 in a binary allocation override may be less than the number of bytes
required to support the decimal precision specified in the PICTURE character-string by the
number of 9’s included in that character-string. In this case, the size error condition will be
detected if the value to be stored is outside the range of values supported by the number of
bytes indicated by integer-3. For example, an item described as PIC S9(3) BINARY (1) can
store values in the range -128 to +127; a size error condition would exist on an attempt to
store values less than -128 or greater than +127 into such an item. As another example, an
item described as PIC 99V9 BINARY (1) can store values in the range 0 to 25.5; a size error
condition would exist on an attempt to store a value less than -25.5 or greater than +25.5 into
such an item. Note that in this latter example, when a negative value is the sending value, its
absolute value is stored into the data item because the item is unsigned.
The binary allocation override does not increase the precision specified by the PICTURE
character-string. For example, the specification PIC 9 BINARY(1) describes a data item that
will cause the size error condition (in arithmetic statements) or truncation (in MOVE
statements) for numbers greater than 9, except in those cases where truncation does not apply
(as in a group move or an arithmetic statement that does not specify the SIZE ERROR
phrase). Thus, while it is possible to have numbers with values from 0 to 255 in this data
item, the programmer should only plan on being able to put values from 0 to 9 in this data
item.
On “little-endian” machines (for example, Intel machines), COMPUTATIONAL-5 data is
stored with higher order bytes stored in higher addresses that lower order bytes. Thus, on
COMPUTATIONAL-6 Usage
The COMPUTATIONAL-6 type (abbreviated COMP-6) is used for describing unsigned
packed decimal internal representation of numeric data. The format of a
COMPUTATIONAL-6 data item is two decimal digits per character position. All
COMPUTATIONAL-6 items are unsigned and must not contain an S in the PICTURE
character-string; the format does not reserve any space for an operational sign. If an
odd number of 9’s are in the PICTURE character-string of the data item, an additional
half-character is allocated at the left end of the item, to complete an integral number of
character positions. This extra position is not available for storage of a digit when the data
item is used as a receiving field. Nor is it used when determining the size error condition or
when validating VALUE IS literals. Any value other than the correct values for numeric
digit representation will be treated as invalid for purposes of the NUMERIC class condition.
DISPLAY Usage
The USAGE IS DISPLAY clause indicates that the format of the data is the standard data
format and that the data is aligned on a character boundary. The operational sign of a signed
DISPLAY item is determined by whether the data item has a separate or combined sign. If
the data item has a separate sign, a + in the sign field indicates a positive value and a –
indicates a negative value. Any other value is considered invalid for purposes of the
NUMERIC class condition. If the data item has a combined sign, refer to Table 13 (on
page 125) for valid sign encoding.
INDEX Usage
An elementary item described with the USAGE IS INDEX clause is called an index data item
and contains a value that must correspond to an occurrence number of a table element. If a
group item is described with the USAGE IS INDEX clause the elementary items in the group
are all index data but the group item name cannot be used in the SET statement or in a relation
condition.
An index data item can be referenced explicitly only in a SEARCH or SET statement, a
relation condition, the USING phrase of a Procedure Division header, or the USING phrase of
a CALL statement. An index data item may not be a conditional variable.
Index data items are implicitly synchronized left.
The JUSTIFIED, PICTURE, VALUE and BLANK WHEN ZERO clauses cannot be used to
describe group or elementary items described with the USAGE IS INDEX clause.
An index data item can be part of a group that is referred to in a MOVE statement or in an
Input-Output statement, in which case, no conversion will take place.
POINTER Usage
The USAGE IS POINTER clause indicates that the data item is to contain a pointer to another
data item. A pointer is a 24-byte structure that includes address, offset, and length fields.
This structure is implementation-dependent, and the individual fields are not meant to be
manipulated except with Formats 5 and 6 of the SET statement. POINTER usage data items
have no PICTURE clause and thus are not numeric operands.
The effective address of a pointer is the sum of its address and offset fields. A pointer covers
an area of memory from the value of the address field to the sum of the values of the address
and length fields.
Pointer data items should never be described in record description entries in the File Section
since their value is only valid during a particular run unit.
Pointer data items should not be the subject or object of a redefinition and should only be
manipulated with the INITIALIZE statement, Formats 5 and 6 of the SET statement, or set to
a valid value by use of the C$MemoryAllocate subprogram in the supplied subprogram
library. If a group containing pointer data items is moved to another group, the receiving
group should have pointer data items in the same locations within the group as in the sending
group. Failure to follow these rules will result in a severely misbehaving program that may
terminate the run unit with a memory access violation exception, may change the code
memory for the COBOL program or the runtime system, or may inadvertently change data
values other than those intended to be changed.
The JUSTIFIED, PICTURE, and BLANK WHEN ZERO clauses may not be used to describe
group or elementary items described with the USAGE IS POINTER clause.
The VALUE clause may be used with the USAGE IS POINTER clause, but the only literal
that may be specified in such a VALUE clause is the figurative constant NULL (NULLS).
Pointer data items may only be used in relation conditions involving another pointer data
item, the USING and GIVING phrases of the Procedure Division header, the INITIALIZE
statement, the CALL statement, and Formats 5 and 6 of the SET statement.
VALUE Clause
VALUE IS literal-1
THROUGH
literal-1 literal-2
VALUE IS THRU
VALUES ARE
relational -operator literal-1
literal-1
VALUE IS
constant-expression-1
The VALUE clause defines the initial values of Working-Storage Section and
Communication Section data items, the values used by the VALUE phrase of the
INITIALIZE statement, the values associated with condition-names, the values of Screen
Section displayable items, and the values assigned to constant-names.
A signed numeric literal must have associated with it a signed numeric PICTURE
character-string.
All numeric literals in a VALUE clause of an item must have a value which is within the
range of values indicated by the PICTURE clause, and must not have a value which would
require truncation of nonzero digits. Nonnumeric literals in a VALUE clause of an item must
not exceed the size indicated by the PICTURE clause.
The words THRU and THROUGH are synonymous.
The WHEN SET TO FALSE phrase has meaning only if the associated condition-name is
referenced in a SET condition-name-1 TO FALSE statement. This phrase declares the false
value to be used in a SET condition-name-1 TO FALSE statement.
When the VALUE clause specifies a literal for an elementary data item, the PICTURE clause
may be omitted. In this case, a PICTURE clause is implied as described in Implied PICTURE
Clause (on page 111).
The VALUE clause must not conflict with other clauses in the data description of the item or
in the data description within the hierarchy of the item. The following rules apply:
1. If the category of the item is numeric, all literals in the VALUE clause must be numeric.
If the literal defines the value of a working storage item, the literal is aligned in the data
item according to the Standard Alignment Rules (see page 161).
2. If the category of the item is alphabetic, alphanumeric, alphanumeric edited or numeric
edited, all literals in the VALUE clause must be nonnumeric literals. The literal is
aligned in the data item as if the data item had been described as alphanumeric. Editing
characters in the PICTURE clause are included in determining the size of the data item
but have no effect on initialization of the data item. Therefore, the value of an edited
item is presented in an edited form.
3. As an exception to the rules in item 2, RM/COBOL allows specification of a numeric
literal in the VALUE clause for an item of category numeric edited. In this case, the
compiler performs the logical equivalent of a MOVE of the numeric literal to the numeric
edited data item to form a nonnumeric literal that is used to initialize the numeric edited
data item (Format 1) or as the relation literal value for a condition-name (Format 2). If
the numeric literal value is zero and a BLANK WHEN ZERO clause applies to the data
item, then the resultant nonnumeric literal will be space filled.
4. If the category of the item is data pointer, all literals in the VALUE clause must be
pointers. The only pointer literal is NULL (NULLS).
Initialization takes place independent of any BLANK WHEN ZERO or JUSTIFIED clause
that may be specified, except as noted in item 3 above.
A figurative constant may be substituted in both Format 1 and Format 2 wherever a literal
is specified.
The VALUE clause must not be stated in a data description entry that contains a REDEFINES
clause, or in an entry that is subordinate to an entry containing a REDEFINES clause. This
rule does not apply to condition-name entries.
If the VALUE clause is used in an entry at the group level, the literal must be a figurative
constant or a nonnumeric literal, and the group area is initialized without consideration for the
individual elementary or group items contained within this group. The VALUE clause cannot
be stated at the subordinate levels within this group. The VALUE clause must not be written
for a group containing items with descriptions including JUSTIFIED, SYNCHRONIZED or
USAGE (other than USAGE IS DISPLAY).
If a Format 1 VALUE clause is specified in a data description entry that contains an
OCCURS clause or in an entry that is subordinate to an OCCURS clause, each occurrence of
the data item is initialized to the specified value.
A data item is said to be associated with a variable-occurrence data item in any of the
following circumstances:
• It is a group data item that contains a variable-occurrence data item.
• It is a variable-occurrence data item.
• It is a data item that is subordinate to a variable-occurrence data item.
If a VALUE clause is specified in the data description entry of a data item that is associated
with a variable-occurrence data item, the initialization of the data item behaves as if the value
of the data item referenced by the DEPENDING ON phrase in the OCCURS clause specified
for the variable-occurrence data item had been set to the maximum number of occurrences as
specified by that OCCURS clause.
If a VALUE clause is associated with the data item referenced by a DEPENDING ON phrase,
that value is considered to be placed into the data item after the variable-occurrence data item
is initialized.
integer-1 integer-2
NEXT NEXT
+
−
LENGTH data-name-4 LENGTH data-name-5
SIZE OF literal-4 * SIZE OF literal-5
/
[ NOT ] ** [ NOT ]
START OF data-name-6 START OF data-name-7
AND
OR
DATE - COMPILED EXCLUSIVE OR DATE - COMPILED
( constant-expression-2 ) ( constant-expression-3 )
integer-1 may be signed or zero, but must be nonnegative and less than 4,294,967,296.
data-name-4, data-name-5, data-name-6, and data-name-7 may be qualified.
data-name-4, data-name-5, data-name-6, and data-name-7 must have been defined before the
declaration of the level-number 78 constant-name. Further, if data-name-4 or
data-name-5 refers to a group data item, that group must have been completed before the
declaration of the level-number 78 constant-name. The group is completed by the
specification of another data item at the same or lower level-number than the level-number
of the group referenced by data-name-4, or data-name-5, respectively.
In constant-expression-1, any number of arithmetic or logical operators may be used. The
result is evaluated using 32-bit integer arithmetic in strict left to right order with all operators
having the same precedence. Parentheses may be used to force a desired precedence since
constant-expressions in parentheses are evaluated first. If any intermediate result is less than
zero, the final value is undefined. Overflow is ignored when evaluating arithmetic operations.
The value assigned to a constant-name is included in the compiler listing allocation map,
which may be used to verify the results of a constant-expression evaluation as well as simple
literal assignments to constant-names.
The logical operators AND, OR, EXCLUSIVE OR, and NOT operate on the binary
representation in a bit-wise manner. The binary representation is a 32-bit integer quantity.
LENGTH OF data-name-4 or SIZE OF data-name-4 gives the integer value representing the
number of character positions allocated for the data item referenced by data-name-4. If
data-name-4 is a group item, the length includes all subordinate data items and any filler
generated because of SYNCHRONIZED clauses.
LENGTH OF literal-4 or SIZE OF literal-4 gives the integer value representing the number
of character positions required for literal-4. If the literal is a numeric literal, the number of
characters is the same as the number of digits. That is, for a numeric literal, the sign and
decimal point characters, if specified, are not counted in the length of the literal.
NEXT gives the integer value representing the offset at which the next byte of storage
that follows the previous data declaration. If that data description specifies the OCCURS
clause and describes an elementary data item, the value given by NEXT is the offset
following the maximum number of occurrences specified by the OCCURS clause. If NEXT
is used in a level-number 78 entry that is embedded in a group or at the end of a group and
that group data description specifies the OCCURS clause, the value given by NEXT is the
offset following a single occurrence of the group up to the point the level-number 78 entry
is specified.
START OF data-name-6 gives the integer value representing the offset at which the data item
referenced by data-name-6 begins.
Offsets given by NEXT and START OF are defined as follows:
• If the data item is part of an EXTERNAL record or a LINKAGE record, the offset is
calculated from the start of the associated 01-level data item.
• If the data item is part of a FILE record, the offset is calculated from the start of the
associated 01-level data item for NEXT or for a START OF specified before the end of
the File Section. For a START OF specified after the end of the File Section, the offset is
calculated from the beginning of the Data Division. (This difference is caused by the
need to handle SAME clauses specified in the I-O-CONTROL paragraph at the end of the
File Section.)
• Otherwise, the offset is calculated from the start of the Data Division.
Offsets are not portable across different COBOL implementations, and no reliance should be
placed on particular values outside this compilation unit.
DATE-COMPILED gives the integer value representing the date the compilation started as
YYYYMMDD, where YYYY is the year, MM is the month of the year, and DD is the day of
the month.
Format 1: Input CD
Format 2: Output CD
Format 3: Input-Output CD
• If both the DESTINATION TABLE OCCURS clause and the ERROR KEY clause are
present, the ERROR KEY clause must not precede the DESTINATION TABLE
OCCURS clause. If both the DESTINATION TABLE OCCURS clause and the
SYMBOLIC DESTINATION clause are present, the SYMBOLIC DESTINATION
clause must not precede the DESTINATION TABLE OCCURS clause. Except for these
restrictions, the optional clauses of an output CD entry may appear in any order.
• If the DESTINATION TABLE OCCURS clause is not specified, one error key and one
symbolic destination area are assumed. In this case, subscripting is not permitted when
referencing these data items.
• If the DESTINATION TABLE OCCURS clause is specified, data-name-4 and
data-name-5 may be referenced only by subscripting.
01 FILLER.
02 data-name-1 PICTURE X(12).
02 data-name-2 PICTURE X(12).
02 data-name-3 PICTURE X(12).
02 data-name-4 PICTURE X(12).
02 data-name-5 PICTURE 9(6).
02 data-name-6 PICTURE 9(8).
02 data-name-7 PICTURE X(12).
02 data-name-8 PICTURE 9(4).
02 data-name-9 PICTURE X.
02 data-name-10 PICTURE XX.
02 data-name-11 PICTURE 9(6).
3. The contents of data items referenced by data-name-2, data-name-3 and data-name-4,
when not being used must contain spaces.
4. The data items referenced by data-name-1, data-name-2, data-name-3 and
data-name-4 contain symbolic names designating queues, sub-queues, . . ., respectively.
These symbolic names must follow the rules for the formation of system-names, and
must have been previously defined to the MCS.
5. A RECEIVE statement causes the serial return of the next message or a portion of a
message from the queue as specified by the entries in the CD. At the time of execution of
a RECEIVE statement, the data-name-1 field in the input CD area must contain the name
of a symbolic queue. The data items specified by data-name-2, data-name-3 and data-
name-4 may contain symbolic sub-queue names or spaces. When a given level of the
queue structure is specified, all higher levels must also be specified. If less than all the
levels of the queue hierarchy are specified, the MCS determines the next message or
portion of a message to be accessed within the queue or sub-queue specified in the input
CD. After the execution of a RECEIVE statement, the contents of the data items
referenced by data-name-1 through data-name-4 will contain the symbolic names of all
the levels of the queue structure.
6. Whenever a program is scheduled by the MCS to process a message, that program
establishes a run unit and the symbolic names of the queue structure that demanded this
activity will be placed in the data items referenced by data-name-1 through data-name-4
of the CD associated with the INITIAL clause as applicable. In all other cases, the
contents of the data items referenced by data-name-1 through data-name-4 of the CD
associated with the INITIAL clause are initialized to spaces.
The symbolic names are inserted, or the initialization to spaces is completed, prior to the
execution of the first Procedure Division statement.
The execution of a subsequent RECEIVE statement naming the same contents of the data
items referenced by data-name-1 through data-name-4 will return the actual message that
caused the program to be scheduled. Only at that time will the remainder of the CD be
updated.
7. If the MCS attempts to schedule a program lacking an INITIAL clause, the results are
undefined.
8. During the execution of a RECEIVE statement, the MCS provides, in the data item
referenced by data-name-5, the date on which it recognized that the message was
complete in the form YYMMDD (year, month, day). The contents of the data item
referenced by data-name-5 are not updated by the MCS other than as part of the
execution of a RECEIVE statement.
9. During the execution of a RECEIVE statement, the MCS provides, in the data item
referenced by data-name-6, the time at which it recognized that the message was
complete in the form HHMMSShh (hours, minutes, seconds, hundredths of a second).
The contents of the data item referenced by data-name-6 are not updated by the MCS
other than as part of the execution of a RECEIVE statement.
10. During the execution of a RECEIVE statement, the MCS provides, in the data item
referenced by data-name-7, the symbolic name of the communication terminal that is
the source of the message being transferred. If the symbolic name of the communication
terminal is not known to the MCS, the contents of the data item referenced by
data-name-7 will contain spaces.
11. The MCS indicates through the contents of the data item referenced by data-name-8
the number of character positions filled as a result of the execution of the
RECEIVE statement.
12. The contents of the data item referenced by data-name-9 are set by the MCS only as part
of the execution of a RECEIVE statement according to the following rules:
• When the RECEIVE MESSAGE phrase is specified:
a. If an end of group has been detected, the contents of the data item referenced by
data-name-9 are set to 3.
b. If an end of message has been detected, the contents of the data item referenced
by data-name-9 are set to 2.
c. If less than a message is transferred, the contents of the data item referenced by
data-name-9 are set to 0.
Use of the above clauses results in a record whose implicit description is equivalent
to the following:
01 FILLER.
02 data-name-1 PICTURE 9(4).
02 data-name-2 PICTURE 9(4).
02 data-name-3 PICTURE XX.
02 FILLER OCCURS integer-1 TIMES.
03 data-name-4 PICTURE X.
03 data-name-5 PICTURE X(12).
3. During the execution of a SEND, PURGE, ENABLE OUTPUT or DISABLE OUTPUT
statement, the content of the data item referenced by data-name-1 will indicate to the
MCS the number of symbolic destinations that are to be used from the area referenced by
data-name-5. The MCS finds the first symbolic destination in the first occurrence of the
area referenced by data-name-5, the second symbolic destination in the second
occurrence of the area referenced by data-name-5, and so forth, up to and including the
occurrence of the area referenced by data-name-5 that is indicated by the contents of
data-name-1. If during the execution of a SEND, PURGE, ENABLE OUTPUT or
DISABLE OUTPUT statement, the value of the data item referenced by data-name-1 is
outside the range of 1 through integer-1, inclusive, an error condition is indicated, no
action is taken for any destination, and the execution of the SEND, PURGE, ENABLE
OUTPUT or DISABLE OUTPUT statement is terminated. The user must ensure that the
value of the data item referenced by data-name-1 is valid at the time of the execution of
the SEND, PURGE, ENABLE OUTPUT or DISABLE OUTPUT statement.
4. As part of the execution of a SEND statement, the MCS will interpret the content of the
data item referenced by data-name-2 to be the user’s indication of the number of leftmost
character positions of the data item referenced by the identifier in the SEND statement
from which data is to be transferred. See the discussion of the SEND statement (on
page 352).
5. Each occurrence of the data item referenced by data-name-5 contains a symbolic
destination name previously known to the MCS. These symbolic destination names must
follow the rules for the formation of system-names.
6. The content of the data item referenced by data-name-3 indicates the status condition of
the previously executed SEND, PURGE, ENABLE OUTPUT or DISABLE OUTPUT
statement. (See Table 14 on page 146.)
7. If, during the execution of a SEND, PURGE, ENABLE OUTPUT or DISABLE
OUTPUT statement the MCS determines that an error has occurred, the content of the
data item referenced by data-name-3 and all occurrences of the data items referenced
by data-name-4 are updated. The content of the error key data item referenced by
data-name-4, when nonzero, indicates that an error has occurred for the destination
specified by the associated value in the symbolic destination data item referenced by
data-name-5. Otherwise, the content of the error key data item referenced by
data-name-4 is set to zero. See Table 15 on page 148 for the meanings of the various
error key values.
2. For each input-output CD, a record area of 33 contiguous character positions is allocated.
This record area is defined to the MCS as follows:
a. The MESSAGE DATE clause defines data-name-1 as the name of a data item whose
implicit description is that of an integer of six digits, without an operational sign,
occupying character positions 1 through 6 in the record.
b. The MESSAGE TIME clause defines data-name-2 as the name of a data item whose
implicit description is that of an integer of eight digits, without an operational sign,
occupying character positions 7 through 14 in the record.
c. The SYMBOLIC TERMINAL clause defines data-name-3 as the name of an
elementary alphanumeric data item of 12 characters occupying positions 15 through
26 in the record.
d. The TEXT LENGTH clause defines data-name-4 as the name of an elementary data
item whose implicit description is that of an integer of four digits, without an
operational sign, occupying character positions 27 through 30 in the record.
e. The END KEY clause defines data-name-5 as the name of an elementary
alphanumeric data item of one character occupying position 31 in the record.
f. The STATUS KEY clause defines data-name-6 as the name of an elementary
alphanumeric data item of two characters occupying positions 32 and 33 in
the record.
The second option (data-name-1, data-name-2, . . ., data-name-6) may be used to
replace the above clauses which, taken in order, correspond to the data-names
defined by these clauses.
Use of either option results in a record whose implicit description is equivalent to the
following:
01 FILLER.
02 data-name-1 PICTURE 9(6).
02 data-name-2 PICTURE 9(8).
02 data-name-3 PICTURE X(12).
02 data-name-4 PICTURE 9(4).
02 data-name-5 PICTURE X.
02 data-name-6 PICTURE XX.
3. When a program is scheduled by the MCS to process a message, the first RECEIVE
statement referencing the input-output CD with the INITIAL clause returns the actual
message that caused the program to be scheduled.
4. data-name-1 has the format YYMMDD (year, month, day). Its contents represent the
date on which the MCS recognizes that the message is complete.
The contents of the data item referenced by data-name-1 are updated only by the MCS as
part of the execution of a RECEIVE statement.
5. data-name-2 has the format HHMMSShh (hours, minutes, seconds, hundredths of a
second) and its contents represent the time at which the MCS recognizes that the message
is complete.
The contents of the data item referenced by data-name-2 are updated only by the MCS as
part of the execution of a RECEIVE statement.
6. Whenever a program is scheduled by the MCS to process a message, that program
establishes a run unit and the symbolic name of the communication terminal that is the
source of the message that invoked this program is placed in the data item referenced by
data-name-3 of the input-output CD associated with the INITIAL clause as applicable.
This symbolic name must follow the rules for the formation of system-names.
In all other cases, the contents of the data item referenced by data-name-3 of the
input-output CD associated with the INITIAL clause are initialized to spaces.
The symbolic name is inserted, or the initialization to spaces is completed, prior to the
execution of the first Procedure Division statement.
7. If the MCS attempts to schedule a program lacking an INITIAL clause, the results are
undefined.
8. When the INITIAL clause is specified for an input-output CD and the program is
scheduled by the MCS, the contents of the data item referenced by data-name-3 must not
be changed by the program. If the contents are changed, the execution of any statement
referencing cd-name is unsuccessful, and the data item referenced by data-name-6 is set
to indicate unknown source or destination, as applicable.
9. For an input-output CD without the INITIAL clause, or for an input-output CD with the
INITIAL clause when the program is not scheduled by the MCS, the program must
specify the symbolic name of the source or destination in data-name-3 prior to the
execution of the first statement referencing cd-name.
After executing the first statement referencing cd-name, the contents of the data item
referenced by data-name-3 must not be changed by the program. If the contents are
changed, the execution of any statement referencing cd-name is unsuccessful, and the
data item referenced by data-name-6 is set to indicate unknown source or destination, as
applicable.
10. The MCS indicates, through the contents of the data item referenced by data-name-4, the
number of character positions filled as a result of the execution of the RECEIVE
statement.
As part of the execution of a SEND statement, the MCS interprets the contents of the data
item referenced by data-name-4 as the user’s indication of the number of leftmost
character positions of the data item referenced by the associated SEND identifier from
which data is transferred.
11. The contents of the data item referenced by data-name-5 are set only by the MCS as part
of the execution of a RECEIVE statement according to the following rules:
When the RECEIVE MESSAGE phrase is specified:
a. If an end of group has been detected, the contents of the data item referenced by
data-name-5 are set to 3.
b. If an end of message has been detected, the contents of the data item referenced by
data-name-5 are set to 2.
c. If less than a message is transferred, the contents of the data item referenced by
data-name-5 are set to 0.
d. When the RECEIVE SEGMENT phrase is specified:
e. If an end of group has been detected, the contents of the data item referenced by
data-name-5 are set to 3.
f. If an end of message has been detected, the contents of the data item referenced by
data-name-5 are set to 2.
g. If an end of segment has been detected, the contents of the data item referenced by
data-name-5 are set to 1.
h. If less than a message is transferred, the contents of the data item referenced by
data-name-5 are set to 0.
When more than one of the conditions is satisfied simultaneously, the rule first satisfied
in the order listed determines the contents of the data item referenced by data-name-5.
12. The contents of the data item referenced by data-name-6 indicate the status condition of
the previously executed PURGE, RECEIVE or SEND statement. (See Table 14 on
page 146.)
SEND input-output-cd
ACCEPT MESSAGE
ENABLE INPUT/I-O
DISABLE OUTPUT
DISABLE INPUT/I-O
ENABLE OUTPUT
Status Key Value
SEND output-cd
DISABLE INPUT
ENABLE INPUT
TERMINAL
TERMINAL
RECEIVE
PURGE
COUNT
Description
Destination disabled. No
action taken.
10
SEND input-output-cd
ACCEPT MESSAGE
ENABLE INPUT/I-O
DISABLE OUTPUT
DISABLE INPUT/I-O
ENABLE OUTPUT
Status Key Value
SEND output-cd
DISABLE INPUT
ENABLE INPUT
TERMINAL
TERMINAL
RECEIVE
PURGE
COUNT
Description
Password invalid. No
enabling/disabling action
taken. 40
DISABLE OUTPUT
ENABLE OUTPUT
Error Key Value
PURGE
SEND
Description
No error.
0
screen-name-1
level-number-1
FILLER
BACKGROUND IS color-name-1
BACKGROUND - COLOR IS integer-1
FOREGROUND IS color-name-2
FOREGROUND - COLOR IS integer-2
[ [ USAGE IS ] DISPLAY ]
LEADING
[ SIGN IS ] TRAILING [ SEPARATE CHARACTER ]
AUTO
AUTO - SKIP
[ SECURE ]
[ REQUIRED ]
[ FULL ] .
{ screen-description-entry-1 }
screen-name-1
level-number-1
FILLER
BELL
BEEP
SCREEN
BLANK
LINE
REMAINDER
[ BLINK ]
EOS
ERASE
EOL
SCREEN
[ NO ] HIGHLIGHT
LOWLIGHT
REVERSE
REVERSED
REVERSE - VIDEO
[ UNDERLINE ]
BACKGROUND IS color-name-1
BACKGROUND - COLOR IS integer-1
FOREGROUND IS color-name-2
FOREGROUND - COLOR IS integer-2
PLUS
NUMBER IS + integer-3
LINE
identifier-1
PLUS
COLUMN NUMBER IS + integer-4
COL
identifier-2
[ [ VALUE IS ] literal-1 ] .
screen-name-1
level-number-1
FILLER
BELL
BEEP
SCREEN
BLANK
LINE
REMAINDER
[ BLINK ]
EOS
ERASE
EOL
SCREEN
[ NO ] HIGHLIGHT
LOWLIGHT
REVERSE
REVERSED
REVERSE - VIDEO
[ UNDERLINE ]
BACKGROUND IS color-name-1
BACKGROUND - COLOR IS integer-1
FOREGROUND IS color-name-2
FOREGROUND - COLOR IS integer-2
PLUS
NUMBER IS + integer-3
LINE
identifier-1
PLUS
COLUMN NUMBER IS + integer-4
COL
identifier-2
identifier-7
FROM
PICTURE literal-1
PIC IS character-string-1
TO identifier -8
USING identifier-9
[ [ USAGE IS ] DISPLAY ]
[ BLANK WHEN ZERO ]
JUSTIFIED
JUST RIGHT
LEADING
[ SIGN IS ] TRAILING [ SEPARATE CHARACTER ]
AUTO
AUTO - SKIP
[ SECURE ]
[ REQUIRED ]
[ FULL ] .
level-number-1 must be in the range 01 to 49, or 77. Level-numbers 66 and 88 are not
allowed. Level-numbers in the range 01 through 49 are used to define group and elementary
fields in the same way as in the other sections of the Data Division.
A screen description entry that contains a screen-name following the level-number defines
that screen-name. Screen-names may be used only in ACCEPT and DISPLAY statements.
A screen-name is not a data-name, and the two types of names are not interchangeable.
A particular screen-attribute may not be specified more than once in a given screen
description entry. The possible screen-attributes are defined in the following subsections.
Note that a number of the clauses that can be used in other sections of the Data Division are
not available in the Screen Section. These include OCCURS, REDEFINES, RENAMES,
SIGN, SYNC and USAGE.
AUTO Clause
AUTO
AUTO - SKIP
The AUTO clause may be used either at the group level or at the elementary level. When
used at the group level the effect is as if it were specified in each subordinate elementary entry
that specifies a PICTURE clause with a TO or USING option.
When an elementary field that has the AUTO attribute is functioning as an input field during
the course of an ACCEPT operation, the field is considered to be complete as soon as
sufficient characters have been entered to fill the field. If the field is not the last input field in
the group to which it belongs, the cursor moves to the next field and the ACCEPT operation
continues. If the field is the last input field in the group to which it belongs, the ACCEPT
operation terminates.
In the absence of the AUTO attribute, the operator must explicitly terminate each field before
the cursor moves to the next input field.
AUTO and AUTO-SKIP are synonymous.
BACKGROUND Clause
BACKGROUND IS color-name-1
BACKGROUND - COLOR IS integer-1
color-name-1 may be any properly formed user-defined word that names a color known to the
runtime system. The default names known to all RM/COBOL runtime systems are provided
in Table 16. color-name-1 is not a data-name, that is, color-name-1 must be the color-name
itself and does not refer to a data item that contains the color-name.
The BACKGROUND clause may be used either at the group level or at the elementary level.
When used at the group level the effect is as if it were specified in each subordinate
elementary entry that is not controlled by an intervening nested BACKGROUND clause.
The BACKGROUND clause causes the background of the screen field to be shown in the
specified color provided the terminal supports color operations and provided the appropriate
configuration operations have been performed. The specification is effective for both input
and output fields.
The BACKGROUND-COLOR clause is an alternative method of specifying the background
color for the screen item. It is provided for compatibility with other common dialects of
COBOL. The value of integer-1 must be in the range 0 through 7 and specifies a color-name
according to Table 16.
Color Integers
Value COLOR-NAME
0 BLACK
1 BLUE
2 GREEN
3 CYAN
4 RED
5 MAGENTA
6 BROWN
7 WHITE
The BACKGROUND-COLOR clause may be used either at the group level or at the
elementary level with the same result as a BACKGROUND clause that specifies a color-name
corresponding to the value of integer-1.
BELL Clause
BELL
BEEP
During the course of a DISPLAY operation, the terminal’s audible alert signal is sounded
when the cursor encounters an elementary input field that has the BELL attribute.
The BELL clause may be used only at the elementary level.
The words BELL and BEEP are synonymous.
During the course of a DISPLAY operation, when the cursor encounters an elementary field
that has the BLANK LINE attribute, the line from the position of the cursor to the right end of
the line is cleared to spaces. The position of the cursor remains unchanged.
The BLANK LINE clause may be used only at the elementary level.
During the course of a DISPLAY operation, when the cursor encounters an elementary field
that has the BLANK REMAINDER attribute, the line from the position of the cursor to the
right end of the line and all lines below the cursor are cleared to spaces. The position of the
cursor remains unchanged.
The BLANK REMAINDER clause may be used only at the elementary level.
During the course of a DISPLAY operation, when the cursor encounters an elementary field
that has the BLANK SCREEN attribute, the entire screen is cleared to spaces. The position of
the cursor remains unchanged.
The BLANK SCREEN clause may be used only at the elementary level.
Regardless of the order in which they appear in the screen description entry, the following
screen attributes are always acted on in the following order:
1. BLANK SCREEN or ERASE SCREEN
2. LINE or COLUMN positioning
3. BLANK REMAINDER or ERASE EOS
4. BLANK LINE or ERASE EOL
Therefore, it is redundant to specify BLANK LINE in the same entry with BLANK
REMAINDER, and it is redundant to specify either of those attributes in the same entry with
BLANK SCREEN.
The BLANK WHEN ZERO clause has the same effect in the Screen Section as it does in the
other sections of the Data Division. It causes the screen field to be filled with spaces if the
value of the associated item is zero. It is effective only during an output operation.
The BLANK WHEN ZERO clause can be used only at the elementary level for a screen item
whose category is numeric or numeric edited.
The BLANK WHEN ZERO clause must not be specified in the same entry with a PICTURE
clause having an asterisk as the zero suppression symbol.
The BLANK WHEN ZERO clause must not be specified in the same entry with a PICTURE
clause that specifies an operational sign with the symbol S.
BLINK Clause
BLINK
During both ACCEPT and DISPLAY operations, the BLINK clause causes the screen field to
be shown in the flashing mode if such a mode is available on the terminal.
The BLINK clause may be used only at the elementary level.
COLUMN Clause
PLUS
COLUMN integer-4
COL NUMBER IS +
identifier-2
The COLUMN clause may be used to specify an absolute or relative horizontal position for
the cursor. It may be specified only at the elementary level. The words COLUMN and COL
are synonymous.
If identifier-2 is used, it must be defined in one of the other sections of the Data Division as
an elementary numeric integer. It may be qualified or subscripted, but reference modification
is not permitted.
If identifier-2 is used or if integer-4 is used without the PLUS option, the current value of the
data item referred to by identifier-2 or the value of integer-4 is interpreted as an absolute 1-
relative column position. That is, a value of 1 specifies the leftmost column position in the
current line. Behavior of the cursor is undefined if the value is less than 1 or greater than the
width of the screen.
If the PLUS option is used, the value of integer-4 is interpreted as an increment to the current
position of the cursor, and the cursor is advanced to the right the specified number of
positions. Behavior of the cursor is undefined if such advancement moves the cursor beyond
the right edge of the screen.
If the COLUMN clause is omitted in an elementary screen description entry, the horizontal
cursor position is:
• 1 if the LINE clause is used in the same screen description entry.
• The current cursor position if the LINE clause is also omitted.
See Table 17 (on page 157) for a summary of the interaction of the LINE and COLUMN
clauses.
A COLUMN clause with no operand is equivalent to a COLUMN PLUS 1 clause.
ERASE Clause
EOS
ERASE EOL
SCREEN
The ERASE clause may be specified only for elementary screen description entries.
During a display operation, when displaying an elementary field described with the ERASE
clause that specifies the EOS option, the line from the position of the cursor to the right end of
the line and all lines below the cursor are cleared to spaces. The position of the cursor
remains unchanged at the beginning of the screen field.
During a display operation, when displaying an elementary field described with the ERASE
clause that specifies the EOL option, the line from the position of the cursor to the right end of
the line is cleared to spaces. The position of the cursor remains unchanged at the beginning of
the screen field.
During a display operation, when displaying an elementary field described with the ERASE
clause that explicitly or implicitly specifies the SCREEN option, the line from the position of
the cursor to the right end of the line is cleared to spaces. The position of the cursor remains
unchanged at the beginning of the screen field.
See BLANK SCREEN Clause on page 153 for additional information on blanking (erasing)
the screen and portions of the screen.
FOREGROUND Clause
FOREGROUND IS color-name-2
FOREGROUND - COLOR IS integer-2
color-name-2 may be any properly formed user-defined word that names a color known to the
runtime system. The default names known to all RM/COBOL runtime systems are provided
in Table 16 (see page 152). color-name-2 is not a data-name, that is, color-name-2 must be
the color-name itself and does not refer to a data item that contains the color-name.
The FOREGROUND clause may be used either at the group level or at the elementary level.
When used at the group level the effect is as if it were specified in each subordinate
elementary entry that is not controlled by an intervening nested FOREGROUND clause.
The FOREGROUND clause causes the foreground of the screen field to be shown in the
specified color provided the terminal supports color operations and provided the appropriate
configuration operations have been performed. The specification is effective for both input
and output fields.
The FOREGROUND-COLOR clause is an alternative method of specifying the foreground
color for the screen item. It is provided for compatibility with other common dialects of
COBOL. The value of integer-2 must be in the range 0 through 7 and specifies a color-name
according to Table 16.
The FOREGROUND-COLOR clause may be used either at the group level or at the
elementary level with the same result as a FOREGROUND clause that specifies a color-name
corresponding to the value of integer-2.
FULL Clause
FULL
The FULL clause may be used either at the group level or at the elementary level. When used
at the group level the effect is as if it were specified in each subordinate elementary entry that
specifies a PICTURE clause with a TO or USING option.
When an elementary field that has the FULL attribute is functioning as an input field during
the course of an ACCEPT operation, the user is required to enter either a field terminator by
itself, in which case the field is bypassed and the value of the associated item remains
unchanged, or a sufficient number of characters to fill the entire screen field. Partially filling
the screen field is not allowed. If the REQUIRED attribute is also specified, the option of
entering a field terminator by itself is not available.
An elementary field that is described with the HIGHLIGHT clause is shown at high intensity
during both ACCEPT and DISPLAY operations.
An elementary field that is described with the LOWLIGHT clause or NO HIGHLIGHT clause
is shown at low intensity during both ACCEPT and DISPLAY operations.
The default intensity is high for ACCEPT operations and low for DISPLAY operations.
The HIGHLIGHT, LOWLIGHT and NO HIGHLIGHT clauses may be specified only in
elementary screen description entries.
JUSTIFIED Clause
JUSTIFIED
RIGHT
JUST
The JUSTIFIED clause has the same effect in the Screen Section as it does in the other
sections of the Data Division. That is, it specifies nonstandard positioning of nonnumeric
data within the screen field when the screen field is acting as a receiving field. If the
associated item is longer than the screen field, the leftmost characters of the associated item
are truncated and the remaining characters from the associated item are moved into the screen
field. If the associated item is shorter than the screen field, the remaining leftmost positions
are space-filled. In either case, the rightmost character from the associated item falls in the
rightmost position of the screen field.
The JUSTIFIED clause may be used only at the elementary level and only with screen fields
whose category is alphanumeric or alphabetic. It is effective only during ACCEPT
operations.
JUSTIFIED and JUST are synonymous.
LINE Clause
PLUS
integer-3
LINE NUMBER IS +
identifier-1
The LINE clause may be used to specify an absolute or relative vertical position for the
cursor. It may be specified only at the elementary level.
If identifier-1 is used, it must be defined in one of the other sections of the Data Division as
an elementary numeric integer. It may be qualified or subscripted, but reference modification
is not permitted.
If identifier-1 is used or if integer-3 is used without the PLUS option the current value of the
data item referred to by identifier-1 or the value of integer-3 is interpreted as an absolute 1-
relative line position. That is, a value of 1 specifies the topmost line on the screen. Behavior
of the cursor is undefined if the value is less than 1 or greater than the number of lines
available on the screen.
If the PLUS option is used, the value of integer-3 is interpreted as an increment to the current
position of the cursor, and the cursor is undefined if such advancement moves the cursor
below the bottom edge of the screen.
If the LINE clause is omitted in an elementary screen description entry, the cursor position
remains on the current line.
If the LINE clause is used without the COLUMN clause, the cursor is moved to the leftmost
position of the specified line. Table 17 shows the interaction of LINE and COLUMN clauses
in a screen description entry.
A LINE clause with no operand is equivalent to a LINE PLUS 1 clause.
Table 17: Interaction of LINE and COLUMN Clauses in a Screen Description Entry
PICTURE Clause
identifier-7
FROM
PICTURE literal-1
IS character-string-1
PIC TO identifier -8
USING identifier-9
The PICTURE clause may be specified only at the elementary level; it may not be specified in
the same screen description entry as a VALUE clause.
PICTURE and PIC are synonymous.
character-string-1 is defined in the same way and has the same interpretation as in the other
sections of the Data Division.
As indicated by the format, a PICTURE clause in the Screen Section must contain either one
or two associated items specified in the FROM, TO or USING phrases. Two associated items
may be specified only if both a FROM and TO phrase are specified. The USING phrase is
equivalent to specifying both a FROM and TO phrase, each of which specify the same
identifier-9.
When identifier-7, identifier-8, or identifier-9 is specified, they must have been defined as
data items in one of the other sections of the Data Division. They may not be reference
modified, but qualification and subscripting may be used.
When an identifier is specified as an associated data item, the compiler allocates a unique
memory area for that screen item to serve as an intermediate storage area for the transmission
of data between the screen field and the associated data item. The size of the intermediate
storage area is determined by the PICTURE character-string in the same way as for the other
sections of the Data Division.
The presence of a FROM or USING phrase in the description of a screen item marks that
screen item as an output item that is active during DISPLAY operations. The execution of a
DISPLAY statement causes an implicit MOVE from the associated data item to the screen
item prior to displaying the screen field.
The presence of a TO or USING phrase in the description of a screen item marks that screen
item as an input item that is active during ACCEPT operations. The execution of an
ACCEPT statement causes an implicit MOVE from the screen item to the associated data
item after accepting the screen field.
REQUIRED Clause
REQUIRED
The REQUIRED clause may be used either at the group level or at the elementary level.
When used at the group level the effect is as if it were specified in each subordinate
elementary entry that specifies a PICTURE clause with a TO or USING option.
When an elementary field that has the REQUIRED attribute is functioning as an input field
during the course of an ACCEPT operation, the user is required to enter at least one character
in the field.
REVERSE Clause
REVERSE
REVERSED
REVERSE - VIDEO
An elementary field that has the REVERSE attribute is shown in reverse video during both
ACCEPT and DISPLAY operations.
The REVERSE clause may be used only at the elementary level.
The words REVERSE, REVERSED, and REVERSE-VIDEO are synonymous.
SECURE Clause
SECURE
The SECURE clause may be used either at the group level or at the elementary level. When
used at the group level the effect is as if it were specified in each subordinate elementary entry
that specifies a PICTURE clause with a TO or USING option.
When an elementary field that has the SECURE attribute is functioning as an input field
during the course of an ACCEPT operation, the characters entered by the user are moved to
the intermediate area but are not shown on the screen. Instead, asterisks are placed in the
screen field for each character entered by the user.
SIGN Clause
[ SIGN IS ] LEADING
TRAILING
[ SEPARATE CHARACTER ]
The SIGN clause in a screen description entry has the same function and rules as in other
sections of the Data Division, except that for screen items, the operational sign is always
separate. The SIGN clause may be specified in either a group screen description entry or an
elementary field screen description entry. When used at the group level it applies to all
elementary items subordinate to that group that are not subordinate to an intervening nested
SIGN clause.
UNDERLINE Clause
UNDERLINE
An elementary field that has the UNDERLINE attribute is shown in underline mode during
both ACCEPT and DISPLAY operations, provided the terminal supports that mode.
The UNDERLINE clause may be used only at the elementary level in a screen literal
description entry or a screen field description entry.
USAGE Clause
[ USAGE IS ] DISPLAY
The USAGE clause may be used in either a screen group description entry or an elementary
screen field description entry. When used at the group level, it applies to all elementary items
subordinate to that group.
The USAGE clause in the Screen Section can specify only DISPLAY usage. DISPLAY usage
indicates that the format of the data is a standard data format. If the USAGE clause is not
specified for an elementary item, or for any group to which the item belongs, the usage is
implicitly DISPLAY.
VALUE Clause
[ VALUE IS ] literal-1
literal-1 must be a nonnumeric literal.
The VALUE clause may be used only at the elementary level. It may not be specified in the
same screen description entry as a PICTURE, BLANK WHEN ZERO, JUSTIFIED, SIGN,
USAGE, SECURE, AUTO, REQUIRED or FULL clause.
Screen fields whose description includes a VALUE clause are active during DISPLAY
operations.
Data Structures
Classes of Data
The five categories of data items, as discussed in PICTURE Character-Strings (Data
Categories) on page 112, are grouped into three classes:
1. Alphabetic
2. Numeric
3. Alphanumeric
For alphabetic and numeric, the classes and categories are synonymous.
The alphanumeric class includes the categories of alphanumeric edited, numeric edited and
alphanumeric (without editing).
Every elementary item except for an index data item belongs both to one of the classes and to
one of the categories. The class of a group item is treated at object time as alphanumeric
regardless of the class of elementary items subordinate to that group item.
Table 18 depicts the relationship of the class and categories of data items.
Alphabetic Alphabetic
Numeric Numeric
Elementary Numeric Edited
Alphanumeric Alphanumeric Edited
Alphanumeric
Alphabetic
Numeric
Nonelementary (Group) Alphanumeric Numeric Edited
Alphanumeric Edited
Alphanumeric
If the receiving data item is a numeric edited data item, the data moved to the edited data item
is aligned by decimal point with zero-fill or truncation at either end as required within the
receiving character positions of the data item, except where editing requirements cause
replacement of the leading zeroes.
If the receiving data item is alphanumeric (other than a numeric edited data item),
alphanumeric edited or alphabetic, the sending data is moved to the receiving character
positions and aligned at the leftmost character position in the data item with space-fill or
truncation to the right, as required.
If the JUSTIFIED clause is specified for the receiving item, these standard rules are modified
as described in the JUSTIFIED clause.
Uniqueness of Reference
Every user-defined name in a COBOL program is assigned, by the user, to name a resource
that is to be used in solving a data processing problem. In order to use a resource, a statement
in a COBOL program must contain a reference that uniquely identifies that resource. In order
to ensure uniqueness of reference, a user-defined name may be qualified, subscripted or
reference-modified as described in the following paragraphs.
When the same name has been assigned in separate programs to two or more occurrences of a
resource of a given type, and when qualification by itself does not allow the reference in one
of those programs to differentiate between the two identically named resources, then certain
conventions which limit the scope of names apply. These conventions ensure that the
resource identified is that described in the program containing the reference.
Unless otherwise specified by the rules for a statement, any subscripting and reference
modification are evaluated only once as the first operation of the execution of that statement.
Qualification
Every user-defined name explicitly referenced in a COBOL source program must be uniquely
referenced because either:
• No other name has the identical spelling and hyphenation.
• It is unique within the context of a REDEFINES clause.
• The name exists within a hierarchy of names such that reference to the name can be made
unique by mentioning one or more of the higher level names in the hierarchy.
These higher level names are called qualifiers and the process that specifies uniqueness is
called qualification. Identical user-defined names may appear in a source program;
however, uniqueness must then be established through qualification for each user-defined
name explicitly referenced, except in the case of redefinition. All available qualifiers
need not be specified so long as uniqueness is established. Reserved words naming the
special registers require qualification to provide uniqueness of reference whenever a
source program would result in more than one occurrence of any of these special
registers. A paragraph-name or section-name appearing in a program may not be
referenced from any other program.
• A program is contained within a program or contains another program.
Regardless of the above, the same data-name must not be used as the name of an external
record and as the name of any other external data item described in any program contained
within or containing the program which describes that external data record. The same data-
name must not be used as the name of an item possessing the global attribute and as the name
of any other data item described in the program which describes that global data item.
An exception regarding the qualification requirement is made with respect to the operand of a
REDEFINES clause because its position within the hierarchical structure of the Data Division
implicitly supplies any qualification that might be needed.
In the hierarchy of qualification, names associated with a level indicator are the most
significant, followed by names associated with level-number 01, followed by names
associated with level-numbers 02, . . ., 49. The name of a conditional variable may be used as
a qualifier for any of its condition-names.
Qualification is performed by following a data-name, condition-name, LINAGE-COUNTER,
screen-name, split-key-name, or by one or more phrases made up of a qualifier preceded by
IN or OF. IN and OF are logically equivalent.
IN IN file-name-1
OF data-name-2 OF cd-name-1
data-name-1
index-name-1
condition-name-1 IN file-name-1
OF cd-name-1
IN
LINAGE - COUNTER file-name-2
OF
IN
screen-name-1
OF screen-name-2
IN
split-key-name-1 file-name-3
OF
Subscripting
Subscripts are used when reference is made to an individual element within a table of like
elements that have not been assigned individual data-names.
data-name-1
condition-name-1 ( { subscript-1 } )
integer-1
data-name-2 + integer-2
index-name-1 −
integer-1 may be signed, but only with a plus sign. When the integer-1 form of a subscript is
used, the occurrence number is the value of integer-1.
When the data-name-2 form of a subscript is used, data-name-2 may be qualified but not
subscripted. It must be defined in the Data Division as a numeric integer data item. The
value of the occurrence number of the subscript is the current value of the data item referred
to by data-name-2 optionally incremented (when the + is used) or decremented (when the – is
used) by the value of integer-2. The value of integer-2 may be zero. Note that when the
integer-2 option is present, the sum (or difference) of the current value of the data item and
integer-2 must be a valid occurrence number. The user is responsible for ensuring that the
current value of the data item referred to by data-name-2 is appropriate for this use of
data-name-2. The value of the data item can be modified by a number of different statements
such as the MOVE statement, arithmetic statements, and so forth.
When the index-name-1 form of a subscript is used, the OCCURS clause that is associated
with the subscript must specify an INDEXED BY phrase, and index-name-1 must be defined
in the list of that INDEXED BY phrase. If index-name-1 is not unique within the program,
the reference must be made unique with qualification.
The value of the occurrence number of the subscript is the occurrence number contained in
the index referred to by index-name-1 optionally incremented (when the + is used) or
decremented (when the – is used) by the value of integer-2. The value of integer-2 may be
zero. Note that when the integer-2 option is present, the sum (or difference) of the current
value of the index and integer-2 must be a valid occurrence number. The user is responsible
for ensuring that the current value of the index referred to by index-name-1 is appropriate for
this use of index-name-1. The value of an index can be modified only by the SET statement
and by certain forms of the PERFORM and SEARCH statements.
When it is convenient to do so, the integer-1 or index-name-1 form of a subscript should be
used in preference to the data-name form, for efficiency.
Reference Modification
Reference modification permits reference to a subfield of a data item. It may be used
anywhere an identifier referencing an alphanumeric data item is allowed, unless explicitly
disallowed by the rules for a specific statement.
JUSTIFIED
data-name-1 ( leftmost-character-position-1 : [ length-1 ] JUST RIGHT )
data-name-1 must refer to a data item whose usage is DISPLAY (called “the operand” in this
discussion). It may be qualified, subscripted or both.
Note RM/COBOL does not enforce the COBOL rule regarding usage DISPLAY. Data items
with usages other than DISPLAY may be reference modified.
leftmost-character-position-1 and length-1 are both arithmetic expressions as defined in the
discussion of Arithmetic Expressions (on page 185). The value of leftmost-character-
position-1 specifies the leftmost character position of the subfield within the operand. The
value of length-1 specifies the character length of the subfield. The subfield selected in this
way is treated as an elementary data item without the JUSTIFIED clause. It has the same
class and category as the operand, except that the categories numeric, numeric edited and
alphanumeric edited are treated as class and category alphanumeric.
If the operand is described as numeric, numeric edited, alphabetic or alphanumeric edited, it is
operated on for purposes of reference modification as if it were redefined as an alphanumeric
data item of the same size as the operand.
Each character position of the operand is assigned an ordinal number starting with one at the
leftmost character position and incrementing by one for each subsequent character position up
to and including the rightmost character position. If the data description for the operand
contains or is subject to a SIGN IS SEPARATE clause, the sign position is assigned an
ordinal number in the same way as for the digit positions of the data item.
The value of leftmost-character-position-1 specifies the ordinal position of the leftmost
character of the subfield with respect to the leftmost position of the operand. The evaluation
must result in a positive integer not greater than the number of characters in the operand.
When length-1 is omitted, the subfield extends from the position specified by
leftmost-character-position-1 up to and including the rightmost character position
of the operand.
When length-1 is present, its value specifies the length in characters of the subfield. The
evaluation must result in a positive integer. The sum of the values of the two expressions
minus 1 must not be greater than the number of characters in the operand.
RM/COBOL relaxes the preceding rules regarding the values of leftmost-character-position-1
and length-1. The relaxed rules allow leftmost-character-position-1 to exceed the number of
characters in the operand; in this case, the subfield will be zero length. Also, the sum of the
two expressions minus 1 may be greater than the number of characters in the operand. In this
case, the length of the subfield is reduced until the sum of leftmost-character-position-1 and
the reduced length minus 1 is equal to the number of characters in the operand, but not less
than zero. The relaxed rules apply to both sending and receiving operands. The relaxed rules
do not allow negative or zero values for either leftmost-character-position-1 or length-1. The
strict ISO Standard 1989-1985 compliant rules can be enforced by specifying the value YES
for the STRICT-REFERENCE-MODIFICATION keyword of the COMPILER-OPTIONS
configuration record, as explained in Chapter 10: Configuration of the RM/COBOL User’s
Guide.
For a sending data item, the JUSTIFIED phrase causes the length to be reduced to ignore any
spaces on the right end of the data item after applying the leftmost-character-position-1 and
length-1 as described in the preceding rules.
For a receiving data item, the JUSTIFIED phrase is ignored, except that in a MOVE
statement, the receiving data item defined by application of the reference modification is
treated as if the JUSTIFIED RIGHT clause had been specified in an implied data description
entry defining that data item.
JUST is an abbreviation for JUSTIFIED.
If subscripting is specified for the operand, the reference modification expressions are
evaluated immediately after evaluation of the subscripts. If subscripting is not specified for
the operand, the reference modification expressions are evaluated at the time subscripts would
have been evaluated had they been specified.
When an identifier that refers to a level-number 01 or 77 Linkage Section data item formal
argument is reference modified, the data item is resolved according to its description in the
calling program. This is an exception to the rule that formal arguments are resolved
according to their description in the Linkage Section of the called program. How the data
item is resolved mainly affects the length of the data item as seen in the called program. For
additional information on this special case of resolving Linkage Section record-names, see
Linkage Section on page 98.
Identifier
An identifier is a term used to reflect that a data-name may be followed by a syntactically
correct combination of qualifiers, subscripts or reference modifiers to ensure uniqueness.
IN IN file-name-1
data-name-1 data-name-2 OF cd-name-1
OF
[ ( { subscript-1 } ) ]
JUSTIFIED
( leftmost-character-position-1 : [ length-1 ] JUST RIGHT )
Condition-Name
Each reference to a condition-name must be unique, or be made unique through qualification,
subscripting, or both.
IN IN file-name-1
condition-name-1 data-name-1 OF cd-name-1
OF
[ ( { subscript-1 } ) ]
If qualification is used to make a condition-name unique, the associated conditional variable
may be used as the first qualifier. If qualification is used, the hierarchy of names associated
with the conditional variable or the conditional variable itself must be used to make the
condition-name unique.
If references to a conditional variable require subscripting, references to any of its condition-
names also require the same subscripting.
The restrictions on the combined use of qualification and subscripting of condition-names are
the same as those that apply to an identifier.
In the general formats, condition-name-1 refers to a condition-name qualified or subscripted,
as necessary for unique reference.
Index-Name
Each reference to an index-name must be unique, or be made unique through qualification.
IN IN file-name-1
index-name-1 data-name-1 OF cd-name-1
OF
If qualification is used to make an index-name unique, the data-name of the associated table
may be used as the first qualifier. If qualification is used, the hierarchy of names associated
with the data-name of the associated table or the data-name of the associated table itself must
be used to make the index-name unique.
In the general formats, index-name-1 refers to an index-name qualified, as necessary, for
unique reference.
Table Handling
Tables of data are common components of business data processing problems. Although the
repeating items that make up a table could be otherwise described as a series of separate data
description entries all having the same level-number and all subordinate to the same group
item, there are two reasons why this approach is not satisfactory.
First, from a documentation standpoint, the underlying homogeneity of the items would not be
readily apparent; second, the problem of making available an individual element of such a
table would be severe when there is a decision as to which element is to be made available at
object time.
Tables of data items are defined by including the OCCURS clause in their data description
entries. This clause specifies that the item is to be repeated as many times as stated. The item
is considered to be a table element and its name and description apply to each repetition or
occurrence. Since each occurrence of a table element does not have assigned to it a unique
data-name, reference to a desired occurrence may be made only by specifying the identifier of
the table element together with the occurrence number of the desired table element. The
occurrence number is specified by a subscript.
Table Definition
To define a one-dimensional table, use an OCCURS clause as part of the data description of
the table element, but the OCCURS clause must not appear in the description of group items
which contain the table element.
Example 1
01 TABLE-1.
02 TABLE-ELEMENT OCCURS 20 TIMES.
03 NAME PICTURE X(40).
03 SSN PICTURE 9(9) PACKED-DECIMAL.
Example 2
01 CENSUS-TABLE.
05 STATE-TABLE OCCURS 50 TIMES.
10 STATE-CODE PIC X(02).
10 COUNTY-TABLE OCCURS 50 TIMES.
15 COUNTY-CODE PIC X(02).
15 CITY-TABLE OCCURS 30 TIMES.
20 CITY-CODE PIC X(02).
20 CITY-POPULATION PIC 9(07).
The data item named STATE-TABLE is a one-dimensional table. The data item named
COUNTY-TABLE, which is subordinate to STATE-TABLE, is a two-dimensional table. The
data item named CITY-TABLE, which is subordinate to COUNTY-TABLE, is a
three-dimensional table.
Example 2 defines 230,101 data items having a total size of 680,100 characters. See the
definitions in Table 19.
Example 2 Definitions
Name Number Size
CENSUS-TABLE 1 680100
STATE-TABLE 50 680100
STATE-CODE 50 2
Example 2 Definitions
Name Number Size
more index-names to an item whose data description entry contains an OCCURS clause. An
index associated with an index-name acts as a subscript, and its value corresponds to an
occurrence number for the item with which the index-name is associated.
The INDEXED BY phrase, by which the index-name is identified and associated with its
table, is an optional part of the OCCURS clause. There is no separate entry to describe the
index associated with index-name since its definition is completely hardware oriented. At
object time, the contents of the index correspond to an occurrence number for that specific
dimension of the table with which the index is associated. The initial value of an index at
object time is undefined, and the index must be initialized before use. The initial value of an
index is assigned with the PERFORM statement with the VARYING phrase, the SEARCH
statement with the ALL phrase, or the SET statement.
The use of an integer or data-name as a subscript referencing a table element does not cause
the alteration of any index associated with that table.
An index-name can be used to reference only the table with which it is associated through the
INDEXED BY phrase.
Data that is arranged in the form of a table is often searched. The SEARCH statement
provides facilities for producing serial or binary searches. It is used to search a table for a
table element that satisfies a specific condition and to adjust the value of the associated index
to indicate that table element.
Relative indexing is an additional option for making references to a table element or to an
item within a table element. When the name of a table element is followed by a subscript of
the form (index-name + or – integer), the occurrence number required to complete the
reference is the same as if index-name were set up or down by integer using the SET
statement before the reference. The use of relative indexing does not cause the object
program to alter the value of the index.
The value of an index can be made accessible to an object program by storing the value in an
index data item. Index data items are described in the program by a data description entry
containing a USAGE IS INDEX clause. The index value is moved to the index data item by
the execution of a SET statement.
The Procedure Division contains the procedures to be executed by the object program. It is an
optional division within a source program, and it may be omitted if there are no procedures to
be executed. The procedures within the Procedure Division may be subdivided into
declarative and nondeclarative procedures.
USING { data-name-1 }
PROCEDURE DIVISION .
GIVING
RETURNING data-name-2
The USING phrase of the Procedure Division header identifies the names used by the
program for any parameters passed to it by a calling program or from the RM/COBOL
Runtime Command. It is required only in one of the following circumstances:
• If the object program is to be invoked by a CALL statement and that statement includes a
USING phrase.
• If the object program is to function as the first program in its run unit and it requires
access to the text of the runtime command that invokes the object program.
In the first case, the parameters passed to the called program are identified in the USING
phrase of the calling program’s CALL statement. The correspondence between the two
lists of names is established on a positional basis. That is, the first data-name-1 in the
USING list of the CALL statement in the calling program corresponds to the first
data-name-1 in the USING list of the Procedure Division header in the called program, the
second data-name-1 in the USING list of the CALL statement in the calling program
corresponds to the second data-name-1 in the USING list of the Procedure Division header
in the called program, and so forth. The two lists need not have the same number of operands,
but operands for which there is no corresponding operand in the other list may not be referred
to, nor may any of their subordinate data items, condition-names, or index-names be referred
to in the called program.
In the second case, there is only a single parameter, and it must be defined in the Linkage
Section with entries similar to the following:
01 MAIN-PARAMETER.
02 PARAMETER-LENGTH PIC S9(4) BINARY (2).
02 PARAMETER-TEXT.
03 PARAMETER-CHAR PIC X OCCURS 0 TO 2048 TIMES
DEPENDING ON PARAMETER-LENGTH.
data-names if the calling program does not have a GIVING phrase, except in certain contexts.
When the calling program does not have a GIVING phrase, the contexts where an error will
not occur are:
• The ADDRESS OF special register, which will be equal to NULL in this case.
• The USING or GIVING phrase of a CALL statement. In this case, the called program
will receive an actual argument with a NULL base address. The called program would
cause a data reference error if that program referred to the corresponding formal
argument other than in the contexts described here.
USING { data-name-1 }
PROCEDURE DIVISION .
GIVING
RETURNING data-name-2
DECLARATIVES .
[ paragraph-name-1 .
[ sentence-1 ] ] }
END DECLARATIV ES .
[ paragraph-name-2 .
[ sentence-2 ] ] }
Format 2: Paragraphs
USING { data-name-1 }
PROCEDURE DIVISION .
GIVING
RETURNING data-name-2
{ paragraph-name-3 .
[ sentence-3 ] }
Procedures
A procedure comprises a paragraph, a group of successive paragraphs, a section or a group of
successive sections within the Procedure Division. If one paragraph is in a section, all
paragraphs must be in sections. A procedure-name is a word used to refer to a paragraph or
section. It consists of a section-name, a paragraph-name, or a paragraph-name qualified by a
section-name.
A section consists of a section header followed by zero or more paragraphs. A section ends
immediately before the next section or at the end of the Procedure Division or, in the
declaratives portion of the Procedure Division, at the keywords END DECLARATIVES.
A paragraph consists of a paragraph-name followed by a period and a space and by zero or
more sentences. A paragraph ends immediately before the next paragraph-name or section-
name or at the end of the Procedure Division or, in the declaratives portion of the Procedure
Division, at the keywords END DECLARATIVES.
In a Procedure Division that is not divided into sections, a paragraph-name may be defined
more than once. In a Procedure Division that is divided into sections, a paragraph-name may
be defined more than once in the same section. Such nonunique paragraph-names may not be
referenced.
A statement is a syntactically valid combination of words and symbols beginning with a verb.
The word THEN may be used as a statement separator within the Procedure Division. It has
no effect on the meaning of the statements.
Execution
Execution begins with the first statement of the Procedure Division, excluding declaratives.
Statements are then executed in the order in which they appear in the source program, except
where the rules indicate some other order.
Procedure References
A procedure is referred to by its paragraph-name or section-name. Paragraph-names may be
qualified by the section-name of the section containing the paragraph, whether or not it needs
qualification. When referring to a section-name or when using a section-name as a qualifier,
the word SECTION must not appear. Qualification is performed by following a paragraph-
name with a section-name preceded by IN or OF. IN and OF are synonymous in this context.
The general format for paragraph qualification is:
IN
paragraph-name-1 section-name-1
OF
paragraph-name-1 need not be qualified when referred to within the section in which it is
defined or when it is unique.
The term “next executable statement” refers to the next statement to which control is
transferred according to the rules above and the rules associated with each language element
in the Procedure Division.
There is no next executable statement following:
• The last statement in a declarative section when the paragraph in which it appears is not
being executed under the control of some other statement.
• The last statement in a declarative section when the statement is in the range of an active
PERFORM statement executed in a different section and this last statement of the
declarative section is not also the last statement of the procedure that is the exit of the
active PERFORM statement.
• The last statement in a program when the paragraph in which it appears is not being
executed under the control of some other statement in that program.
• A STOP RUN statement or EXIT PROGRAM statement that transfers control outside the
program.
• The end program header.
There is also no next executable statement when the program contains no Procedure Division.
When there is no next executable statement and control is not transferred outside the program,
the program flow of control is undefined unless the program execution is in the
nondeclarative portion of a program under control of a CALL statement, in which case an
implicit EXIT PROGRAM statement is executed.
Segmentation
Segmentation allows the user to segment the Procedure Division of a program, and to specify
overlays among the segments. Thus, less runtime memory is required to execute the program.
There is no provision for segmenting the data regions of a program.
Segments
When segmentation is used, the Procedure Division must be written as a series of sections. In
addition, each section must be classified as belonging either to the fixed portion or to one of
the independent segments of the object program as determined by the assignment of segment-
numbers. All paragraphs that contain the same segment-number in their section headers are
considered at object time to be one segment. Since segment-numbers can range from 0
through 127, it is possible to subdivide the object program into a maximum of 128 segments.
Segmentation has no effect on the need to qualify procedure-names to ensure uniqueness.
Fixed Portion
The fixed portion of the object program is logically treated as if it were always in memory.
All sections whose segment-number is less than 50 belong to the fixed portion. The fixed
portion of the program is made up of two types of segments: fixed permanent segments and
fixed overlayable segments.
A fixed permanent segment is a segment in the fixed portion that cannot be overlaid by any
other part of the program. A fixed overlayable segment is a segment in the fixed portion that,
although logically treated as if it were always in memory, can be overlaid by another segment
so as to reduce memory utilization. Such a segment, if called for by the program, is always
made available in its last-used state. Variation of the number of fixed permanent segments in
the fixed portion can be accomplished by using the SEGMENT-LIMIT clause.
Independent Segments
An independent segment is defined as part of the object program that can overlay, and can be
overlaid by, a fixed overlayable segment or another independent segment. An independent
segment has a segment-number of 50 through 127.
An independent segment is in its initial state whenever control is transferred (either implicitly
or explicitly) to that segment for the first time during the execution of the program.
On subsequent transfers of control to the segment, an independent segment is also in its initial
state when:
• Control is transferred to that segment as a result of the implicit transfer of control
between consecutive statements from a segment with a different segment-number.
• Control is transferred to that segment as the result of the implicit transfer of control
between a SORT and MERGE statement, in a segment with a different segment-number,
and an associated input or output procedure in that independent segment.
• Control is transferred explicitly to that segment from a segment with a different
segment-number.
Segmentation Classification
Sections that are to be segmented are classified using a system of segment-numbers and the
following criteria:
• Logic Requirements. Sections that must be available for reference at all times, or are
referred to very frequently, are normally classified as belonging to one of the permanent
segments; sections that are used less frequently are normally classified as belonging
either to one of the overlayable fixed segments or to one of the independent segments,
depending on logic requirements.
• Frequency of Use. Generally, the more frequently a section is referred to, the lower its
segment-number; the less frequently it is referred to, the higher its segment-number.
• Relationship to Other Sections. Sections that frequently communicate with one another
should be given the same segment-numbers.
Segmentation Control
The logical sequence of the program is the same as the physical sequence except for specific
transfers of control. Control may be transferred within a source program to any paragraph in
a section; that is, it is not mandatory to transfer control to the beginning of a section.
A PERFORM statement in an independent segment can have within its range, in addition to
any declarative sections whose execution is caused within that range, only one of the
following:
• Sections or paragraphs wholly contained in the fixed portion.
• Sections or paragraphs wholly contained in the same independent segment as that
PERFORM statement.
USE Statement
The USE statement specifies procedures for input-output error handling beyond the standard
procedures provided by the runtime system. It is a compiler directing statement required in
each declarative section.
EXCEPTION
USE [ GLOBAL ] AFTER STANDARD
ERROR
{ file-name-1 }
INPUT
PROCEDURE ON OUTPUT
I- O
EXTEND
A USE statement must immediately follow a section header in the declaratives portion of the
Procedure Division and must be followed by a separator period. The remainder of the section
must consist of zero or more paragraphs that define the procedures to be used.
The USE statement itself is not executed; it defines the conditions calling for the execution of
the USE procedure.
A file-name may not be listed in more than one USE statement, nor may it appear more than
once in the list of any USE statement. File-names that appear in a USE statement list may not
be SORT or MERGE files.
The appearance of a file-name in a USE statement must not cause the simultaneous request
for execution of more than one USE procedure.
The INPUT, OUTPUT, I-O and EXTEND phrases may each be specified only once in the
declaratives portion of a given Procedure Division.
The words ERROR and EXCEPTION are synonymous in this context.
Declarative procedures may be included in any source program irrespective of whether the
program contains or is contained within another program. A declarative is invoked when any
of the conditions described in the USE statement that prefaces the declarative occurs while the
program is being executed. Only a declarative within the separately compiled program that
contains the statement, which caused the qualifying condition, is invoked when any of the
conditions described in the USE statement which prefaces the declarative occurs while that
separately compiled program is being executed. If no qualifying declarative exists in the
separately compiled program, no declarative is executed.
During the execution of an input-output statement, the runtime system executes the section
associated with a USE statement under these conditions:
• An invalid key condition occurs and there is no INVALID KEY phrase in the input-
output statement.
• An at end condition occurs and there is no AT END phrase in the input-output statement.
• Some other exception or error condition arises.
The USE section is executed as if it were the operand of a Format 1 PERFORM statement,
after having stored the I-O status value into the associated file status data item if there is one.
In circumstances where it is appropriate to do so, the system standard input-output error
recovery procedures are also performed.
The rules that determine which USE procedure is to be executed are as follows:
1. If file-name-1 is specified in the USE statement, the associated procedure is executed
when the situation defined above arises during the execution of an input-output statement
that refers to file-name-1.
2. If the INPUT phrase is specified in the USE statement, the associated procedure is
executed when the situation defined above arises during the execution of an input-output
statement that refers to any file that is open in the input mode or is in the process of being
opened in the input mode, provided the file is not referenced explicitly by name in
another USE statement.
3. If the OUTPUT phrase is specified in the USE statement, the associated procedure is
executed when the situation defined above arises during the execution of an input-output
statement that refers to any file that is open in the output mode or is in the process of
being opened in the output mode, provided the file is not referenced explicitly by name in
another USE statement.
4. If the I-O phrase is specified in the USE statement, the associated procedure is executed
when the situation defined above arises during the execution of an input-output statement
that refers to any file that is open in the I-O mode or is in the process of being opened in
the I-O mode, provided the file is not referenced explicitly by name in another USE
statement.
5. If the EXTEND phrase is specified in the USE statement, the associated procedure is
executed when the situation defined above arises during the execution of an input-output
statement that refers to any file that is open in the extend mode or is in the process of
being opened in the extend mode, provided the file is not referenced explicitly by name in
another USE statement.
When the execution of the USE procedure is complete, control returns to the runtime
system. The runtime system then resumes execution of the COBOL program at the next
executable statement following the input-output statement whose execution caused the
exception or error.
When there is no applicable USE procedure and a critical error occurs for an input-output
statement, the runtime system produces an error message and terminates execution of the run
unit. This behavior can be configured to allow the program to continue as if a default empty
USE procedure were applicable. For information on configuring this behavior, see the
DEFAULT-USE-PROCEDURE keyword of the RUN-FILES-ATTR record in Chapter 10:
Configuration of the RM/COBOL User’s Guide.
Within a USE procedure there must be no reference to any nondeclarative procedure.
Conversely, in the nondeclarative portion there must be no reference to procedure-names that
appear in the declarative portion, except that PERFORM statements may refer to the
procedures associated with a USE statement.
Within a USE procedure, there must not be the execution of any statement that would cause
the execution of a USE procedure that had previously been invoked and had not yet returned
control to the invoking routine.
Special precedence rules are followed when programs are contained within other programs.
In applying these rules, only the first qualifying declarative will be selected for execution.
The declarative that is selected for execution must satisfy the rules for execution of that
declarative. The order of precedence for selecting a declarative is:
1. The declarative within the program that contains the statement which caused the
qualifying condition.
2. The declarative in which the GLOBAL phrase is specified and which is within the
program directly containing the program that was last examined for a qualifying
declarative.
3. Any declarative selected by applying rule 2 to each more inclusive containing program
until rule 2 is applied to the outermost program. If no qualifying declarative is found,
none is executed.
PROCEDURE DIVISION.
DECLARATIVES.
I-O-ERROR SECTION.
USE AFTER STANDARD EXCEPTION PROCEDURE ON I-O.
I-O-ERROR-ROUTINE.
DISPLAY "Error for file in I-O open mode.".
ACCEPT CONTINUE-FLAG POSITION 0 PROMPT.
IF CONTINUE-FLAG = "NO" STOP RUN.
END DECLARATIVES.
Common Rules
Subscript Evaluation
Unless otherwise specified by the rules for a specific statement, any subscripts that appear
in an individual statement are evaluated only once as the first operation of the execution of
that statement.
Arithmetic Statements
The arithmetic statements are ADD, COMPUTE, DIVIDE, MULTIPLY, and SUBTRACT.
They have several features in common that are discussed in this section.
Modes of Operation
The data descriptions of the operands in an arithmetic statement need not be the same;
any necessary mode conversion and decimal point alignment is supplied throughout
the calculation.
Arithmetic operations are done in binary, packed decimal or unpacked decimal mode
depending on the operation and on the usage of the operands. If the operation is division or
exponentiation, it is done in unpacked decimal mode, first converting the values of one or
both operands to that mode as necessary. When both operands of an addition or subtraction
operation are binary, and they do not have the same number of positions to the right of the
decimal point, the operation is done in unpacked decimal mode, first converting the values of
both operands to that mode. Other operations are done in the higher mode of the two
operands, with binary being treated as the lowest mode and unpacked decimal the highest.
If the two operands are of the same mode the operation is done in that common mode;
otherwise, the value of the operand having the lower mode is converted to the higher mode,
and the operation is done using the converted value.
Composite Size
The composite size of specified operands in an arithmetic statement other than COMPUTE
must not be greater than 30 digits. The specified operands in an ADD or SUBTRACT
statement are those operands that contribute values to the final result; operands that serve only
as receiving operands are not contributing operands. For example, in the statement ADD A B
GIVING C, A and B are contributing operands, but C is not. In the statement ADD P TO Q,
both P and Q are contributing operands. In the statement SUBTRACT X FROM Y GIVING
Z, X and Y are contributing operands but Z is not.
The specified operands in a MULTIPLY or DIVIDE statement are all the receiving operands
except for the operand of the REMAINDER phrase.
The composite size of a set of operands is the size that results when the operands are aligned
on their decimal points and the maximum number of positions to the left of the common
decimal point position is added to the maximum number of positions to the right of the
common decimal point position. For example, if A is defined as PIC 9(8)V9(4) and B is
defined as PIC 9(3)V9(6), the composite size of A and B is 8 + 6 = 14. The “phantom”
positions resulting from the use of P in the PICTURE character-string are counted in
determining the composite size. For example, if X is defined as PIC P(8)9(6) and Y is
defined as PIC 9(8)P(10), the composite size of X and Y is 14 + 18 = 32, which exceeds the
limit of 30.
ROUNDED Phrase
If, after decimal point alignment, the number of places in the fractional part of the result of an
arithmetic operation is greater than the number of places provided for the fractional part of the
resultant identifier, truncation is relative to the size provided for the resultant identifier.
When the ROUNDED phrase is specified in the arithmetic statement, the absolute value of the
resultant identifier is increased by one in the low-order digit position whenever the most
significant digit of the excess is greater than or equal to five.
When the low-order integer positions in a resultant identifier are represented by the symbol P
in the PICTURE character-string for that resultant identifier, rounding or truncation occurs
relative to the rightmost integer position for which storage is allocated.
values -128 to +127; the size error condition will exist on an attempt to store a value less
than -128 or greater than +127 into a an item described as PIC S9(3) BINARY(1).
If the SIZE ERROR phrase is specified and a size error condition exists after the execution of
the arithmetic operations specified by an arithmetic statement:
• The values of resultant identifiers for which a size error condition exists remain
unchanged from the values they had before execution of the arithmetic statement.
• The values of resultant identifiers for which no size error condition exists are the same as
they would have been if the size error condition had not resulted for any of the resultant
identifiers.
• After completion of the arithmetic operations, control is transferred to
imperative-statement-1 in the SIZE ERROR phrase and execution continues according
to the rules for each statement specified in imperative-statement-1. If a procedure
branching or conditional statement that causes explicit transfer of control is executed,
control is transferred in accordance with the rules for that statement; otherwise, upon
completion of execution of imperative-statement-1, control is transferred to the end of the
arithmetic statement and the NOT SIZE ERROR phrase, if specified, is ignored.
If the SIZE ERROR phrase is not specified and a size error condition exists after the
execution of the arithmetic operations specified by an arithmetic statement:
• The values of resultant identifiers for which a size error condition exists are undefined.
• The values of resultant identifiers for which no size error condition exists are the same as
they would have been if the size error condition had not resulted for any of the resultant
identifiers.
• After completion of the arithmetic operations, control is transferred to the end of the
arithmetic statement and the NOT SIZE ERROR phrase, if specified, is ignored.
If the size error condition does not exist after the execution of the arithmetic operations
specified by an arithmetic statement, the SIZE ERROR phrase, if specified, is ignored and
control is transferred to the end of the arithmetic statement or to imperative-statement-2 in the
NOT SIZE ERROR phrase if it is specified. In the latter case, execution continues according
to the rules for each statement specified in imperative-statement-2. If a procedure branching
or conditional statement that causes explicit transfer of control is executed, control is
transferred in accordance with the rules for that statement; otherwise, upon completion of
execution of imperative-statement-2, control is transferred to the end of the arithmetic
statement.
For the ADD statement with the CORRESPONDING phrase and the SUBTRACT statement
with the CORRESPONDING phrase, if any of the individual operations produces a size error
condition, imperative-statement-1 in the SIZE ERROR phrase is not executed until all of the
individual additions or subtractions are completed.
Overlapping Operands
When a sending and a receiving data item in any statement share a part or all of their storage
areas, yet are not defined by the same data description entry, the result of the execution of
such a statement is undefined. For statements in which the sending and receiving data items
are defined by the same data description entry, the results of the execution of the statement
may be defined or undefined depending on the general rules associated with the applicable
statement. If there are no specific rules addressing such overlapping operands, the results are
undefined.
In the case of reference modification, the unique data item produced by reference
modification is not considered to be the same data description entry as any other data
description entry. Therefore, if an overlapping situation exists, the results of the operation are
undefined.
Incompatible Data
During the execution of the object program, the actual content of a data item is presumed to
agree with the class of the data item as specified by its PICTURE clause. No checking is
done by the runtime system to detect violations of this requirement, and results are undefined
when violations occur. It is particularly important to ensure that the content of a data item
described as numeric is in fact numeric when it is used in an arithmetic context.
This rule is suspended for a data item used as the operand of a class condition. Thus, in
circumstances in which it is necessary to refer to a data item in an arithmetic context, and it is
not certain that the content of the data item is compatible with that type of reference, an IF
NUMERIC test should be applied.
Arithmetic Expressions
An arithmetic expression can be an identifier of a numeric elementary item, a numeric literal,
such identifiers and literals separated by arithmetic operators, two arithmetic expressions
separated by an arithmetic operator, or an arithmetic expression enclosed in parentheses. Any
arithmetic expression may be preceded by a unary operator. The permissible combinations of
variables, numeric literals, arithmetic operators and parentheses are given in Table 20.
Operand(an identifier
or literal)
* / + – **
Unary + or –
Those identifiers and literals appearing in an arithmetic expression must represent either
numeric elementary items or numeric literals on which arithmetic may be performed.
Arithmetic Operators
There are five binary arithmetic operators and two unary arithmetic operators that may be
used in arithmetic expressions. They are represented by specific characters that must be
preceded by a space and followed by a space. See Table 21.
Arithmetic Operators
Type Operator Meaning
+ Addition.
– Subtraction.
BINARY * Multiplication.
/ Division.
** Exponentiation.
+ The effect of multiplication by the numeric literal +1.
UNARY
– The effect of multiplication by the numeric literal –1.
Parentheses are used either to eliminate ambiguities in logic where consecutive operations of
the same hierarchical level appear, or to modify the normal hierarchical sequence of execution
in expressions where it is necessary to have some deviation from the normal precedence.
When the sequence of execution is not specified by parentheses, the order of execution of
consecutive operations of the same hierarchical level is from left to right.
The ways in which operands, operators and parentheses may be combined in an arithmetic
expression are summarized in Table 20 on page 185.
An arithmetic expression may begin only with one of the following symbols: ( + – or an
operand. An arithmetic expression may end only with a ) or an operand. There must be a
one-to-one correspondence between left and right parentheses in an arithmetic expression
such that each left parenthesis is to the left of its corresponding right parenthesis.
The following rules apply to evaluation of exponentiation in the following arithmetic
expression:
arithmetic-expression-1 ** arithmetic-expression-2
Arithmetic expressions allow the user to combine arithmetic operations without the
restrictions on composite of operands, receiving data items, or both.
Conditional Expressions
Conditional expressions identify conditions that are tested to enable the object program to
select between alternate paths of control depending upon the truth value of the condition.
Conditional expressions may be used in the EVALUATE, IF, PERFORM, and SEARCH
statements. There are two categories of conditions associated with conditional expressions:
simple conditions and complex conditions. Each may be enclosed within any number of
paired parentheses, in which case its category is not changed.
Simple Conditions
The simple conditions are relation, class, sign, condition-name and switch-status. A simple
condition has a truth value of true or false. A simple condition enclosed in parentheses has
the same truth value as the simple condition standing alone.
Relation Condition
A relation condition causes a comparison of two operands, each of which may be the data
item referenced by an identifier, a literal, an arithmetic expression or an index-name. A
relation condition has the truth value of true if the relation exists between the operands;
otherwise, the relation condition has the truth value of false.
The general format of a relation condition is:
identifier-1 identifier-2
literal-1 literal-2
arithmetic-expression-1 relational-operator arithmetic-expression-2
index-name-1 index-name-2
The operand to the left of the relational-operator is called the subject of the condition; the
operand to the right is called the object of the condition, or, in the case of the LIKE relational
operator, the pattern of the condition. See the discussion of the LIKE Condition (Special Case
of Relation Condition) on page 190.
The general format for the relational-operator is:
The relational operator specifies the type of comparison to be made in a relation condition. A
space must precede and follow each reserved word that makes up the relational operator.
When used, NOT and the next keyword or relation character are one relational operator that
defines the comparison to be executed for truth value; for example, NOT EQUAL is a truth
test for an unequal comparison; NOT GREATER is a truth test for an equal or less than
comparison. The relational operator IS NOT GREATER THAN is equivalent to IS LESS
THAN OR EQUAL TO, and the relational operator IS NOT LESS THAN is equivalent to IS
GREATER THAN OR EQUAL TO.
Comparison of two numeric operands is permitted regardless of the formats specified in their
respective USAGE clauses. However, for all other comparisons the operands must have the
same usage. If either of the operands is a group item, the nonnumeric comparison rules apply.
POINTER usage in RM/COBOL is not a numeric usage; pointer operands may only be
compared to other pointer operands, which include the figurative constant NULL (NULLS)
and the ADDRESS special register.
The meanings of the relational operators are given in Table 22.
Relational Operators
Relational Operator Meaning
Relational Operators
Relational Operator Meaning
Note The required relational characters >, < and = are not underlined to avoid confusion with
other symbols such as ≥ (greater than or equal to).
The size of an operand is the total number of standard data format characters in the operand.
Numeric and nonnumeric operands may be compared only when the numeric operand is an
integer and its usage is DISPLAY.
There are two cases to consider: operands of equal size and operands of unequal size.
• Operands of equal size:
RIGHT
TRIMMED LEFT
identifier-1 identifier-2
IS [ NOT ] LIKE
literal-1 literal-2
CASE - INSENSITIV E
CASE - SENSITIVE
The data item referenced by identifier-2 or the value of literal-2 is the pattern of the condition.
If identifier-2 refers to an alphanumeric data item, the value of that data item specifies the
pattern as a regular expression. If identifier-2 refers to a pointer data item, then the value of
that data item points to a compiled pattern.
The LIKE condition returns true if the subject value of the condition matches the pattern value
of the condition and false otherwise.
Unless otherwise specified by use of the TRIMMED phrase, the entire contents of the subject
value must match the pattern value. If the TRIMMED LEFT phrase is specified, leading
spaces are ignored. If the TRIMMED RIGHT phrase is specified, trailing spaces are ignored.
If the TRIMMED phrase is specified without either the LEFT or RIGHT modifiers, leading
and trailing spaces are ignored. The TRIMMED phrase must not be used if the subject data
may contain significant spaces that would be ignored as a result of its specification; reference
modification of the subject may be necessary to select the significant portion of the data to be
matched in this case.
Case is significant for the LIKE condition if the CASE-SENSITIVE phrase is specified or
implied, that is, a case-sensitive match of the subject value to the pattern value is done. Case
is not significant for the LIKE condition if the CASE-INSENSITIVE phrase is specified, that
is, a case-insensitive match of the subject value to the pattern value is done.
The pattern may be specified as a literal, an alphanumeric data item, or a pointer data item,
with the following interpretations:
• Literal pattern. The RM/COBOL compiler automatically compiles the pattern specified
as literal-2 during source program compilation. Errors in the pattern, if any, are reported
in the compilation listing, including an indication of where in the pattern the problem
occurred. All spaces included in the literal pattern value are considered significant.
• Alphanumeric data item pattern. The RM/COBOL compiler generates code to compile at
runtime a pattern specified as identifier-2, where identifier-2 refers to an alphanumeric
data item that contains the pattern. If the data item contains leading spaces that are not
part of the pattern value, reference modification must be used to exclude the spaces.
Trailing spaces in the pattern are stripped by default unless the RUN-ATTR configuration
record specifies STRIP-LIKE-PATTERN-TRAILING-SPACES=NO. (Tailing spaces
that should be matched can be specified in a pattern by using a space followed by a
quantifier operator even when trailing space stripping is in effect.) If the pattern contains
an error, the LIKE condition will return a false (non-matching) result without any
indication that an error occurred. The pattern will be re-compiled each time the condition
is executed, regardless of whether the pattern value has changed.
• Pointer data item pattern. If a pattern must be variable at runtime, but is used multiple
times for a given pattern value, compiling the pattern once and specifying a pointer to the
compiled result can enhance performance. In this case, the data item referenced by
identifier-2 must be a pointer data item, the value of which has been previously set by
using the subprogram library routine, C$CompilePattern, as described in Appendix F:
Subprogram Library of the RM/COBOL User’s Guide. When called, this routine
indicates whether the pattern contains an error and provides an easy method of stripping
trailing spaces in the pattern value. Therefore, this method is preferable to using an
alphanumeric data item directly in the LIKE condition regardless of performance issues.
The LIKE condition returns a false (non-matching) result if the pattern is specified as a
null valued pointer or if the pointer does not point to a compiled pattern.
the same as those specified for XML (eXtensible Markup Language) schema. A regular
expression is composed as follows:
1. Characters other than the special characters specified in item 2 are considered ordinary
characters. An ordinary character is a one-character regular expression that matches
itself. For example, "A" matches the string "A" and "3" matches the string "3".
Characters may be specified using XML character references as “&#d;”, where d is one
or more decimal digits that provide the decimal representation of the Unicode code-point
for the character, or as “&#xh;”, where h is one or more hexadecimal digits that provide
the hexadecimal representation of the Unicode code-point for the character. Also, the
recognized XML entity references are illustrated in Table 23.
& &
' '
< <
> >
" "
Recognition and conversion of XML character references and XML entity references
occur before a character is interpreted within the regular expression. Incomplete
sequences are treated as the literal sequence of characters. For example, “&”, which
is missing the required semicolon, represents the character sequence ‘&’, ‘a’, ‘m’ and ‘p’.
Such incomplete sequences do not cause an error because of the incompleteness, but may
cause an error if the literal sequence is not valid in the context in which it appears. For
example, “\.” is equivalent to “\.’, which is a valid escaped period, but “\.”
includes the sequence “\&”, which is not a valid escape sequence and would, therefore,
cause an error. No part of the XML character reference or XML entity reference
sequence may be represented using an XML character reference or XML entity reference.
For example, the sequence “&amp;” is recognized as literally “&” and is not
further converted to “&”.
2. The characters “.” (period), “\” (back slash), “*” (asterisk), “+” (plus sign), “?” (question
mark), “|” (vertical bar), “(” (left parenthesis), “)” right parenthesis, “[” (left bracket), “]”
(right bracket), “{” (left brace), and “}” right brace are special characters that act as
operators, which are explained individually in the items that follow.
3. The special character “.” (period) matches any character other than newline (0Ah) or
return (0Dh). For example, "." matches any of the strings "A" or "B" or "9".
4. The special character “\” (backslash) begins an escape sequence. Escape sequences may
be single-character escapes (as shown in the following table), multi-character escapes
(see Table 25 on page 193), or category escapes (see Table 26 on page 194).
Single-character escapes match a single character and exist because that character is
usually difficult or impossible to write directly into a regular expression. The valid
single-character escapes are shown in Table 24.
\n newline (
)
\r return (
)
\t horizontal tab (	)
\\ \
\| |
\. .
\- -
\^ ^
\? ?
\* *
\+ +
\{ {
\} }
\( (
\) )
\[ [
\] ]
Multi-character escapes match commonly used sets of characters without having to write
a character class expression to describe the set of characters to be matched. Table 25 lists
and describes the valid multi-character escapes.
Notes
• The definitions of the “\w” and “\W” sequences are subject to change, so these
sequences should be avoided until they are clarified. The XML schema definition
of “\w” is unclear because it is described as “all characters except the set of
‘punctuation’, ‘separator’, and ‘control’ characters”. This informal description
differs from its formal definition of [�-]-[\p{P}\p{S}\p{C}],
which is all characters except the set of punctuation, symbol and other characters.
This could mean that the formal definition should be [�-]-
[\p{P}\p{Z}\p{C}], [�-]-[\p{P}\p{Z}\p{Cc}] or [�-
]-[\p{P}\p{Z}\p{S}\p{C}]. Since “\w” probably stands for “the word
class of characters”, the latter may be the correct interpretation and is the one
currently implemented in RM/COBOL. In the regular expressions of the Perl
language, “\w” matches alphanumeric characters including “_”, which strictly
interpreted would be [\p{L}\p{N}_]. Unicode classifies “_” in the “Pc” category, so
excluding punctuation characters excludes the “_” character. The definition of “\W”,
the characters not in “\w”, depends on the definition of “\w” and is, therefore,
similarly unclear.
• The B7h code point in Unicode is the “MIDDLE DOT” extender character and
is classified as a name character. Therefore, XML name characters include this code
point value.
Category escapes match sets of characters based on their Unicode category. The set of
characters that have Unicode property X is designated with “\p{X}”. The complement of
this set, that is, all characters that do not have Unicode property X, is specified as “P{X}”.
Unicode property designators are an uppercase letter optionally followed by a lowercase
letter. The valid character property designators from the Unicode standard are shown in
Table 26.
L All letters.
Lu Uppercase letters.
Ll Lowercase letters.
Letters
Lt Title case letters.
Lm Modifier letters.
Lo Other letters.
M All marks.
Mn Non-spacing marks.
Marks
Mc Spacing combining marks.
Me Enclosing marks.
N All numbers.
Nd Decimal digit numbers.
Numbers
Nl Letter numbers.
No Other numbers.
P All punctuation.
Pc Connector punctuation.
Pd Dash punctuation.
Ps Open punctuation.
Punctuation
Pe Close punctuation.
Pi Initial quote punctuation.
Pf Final quote punctuation.
Po Other punctuation.
Z All separators.
Zs Space separators.
Separators
Zl Line separators.
Zp Paragraph separators.
S All symbols.
Sm Math symbols.
Symbols Sc Currency symbols.
Sk Modifier symbols.
So Other symbols.
C All others.
Cc Control others.
Other Cf Format others.
Co Private use others.
Cn Not assigned others.
For example, the pattern value “\p{Nd}” matches any decimal digit character and the
pattern value “\P{Nd}” matches any character other than a decimal digit character.
In addition to specifying any of the character property designators above, the character
category escape can also specify any of the Unicode character blocks. In this case, the
property is specified as IsBlockName, where BlockName is the Unicode block name
with all white space stripped out. Since this implementation only supports 8-bit
characters, only the character blocks IsBasicLatin (characters 00h through 7Fh) and
IsLatin-1Supplement (characters 80h through FFh) are non-empty. For example, the
pattern value “\p{IsBasicLatin}” matches any character in the range 00h through 7Fh,
and the pattern value “\P{IsBasicLatin}” matches any character that is not 00h through
7Fh.
5. The special characters, “[” (left bracket) and “]” (right bracket), are used to define a one-
character character class regular expression. The character class matches any of the
characters specified between the brackets, except that, when the “^” (caret) character is
the first character after the left bracket the class matches any character not specified
between the brackets. Special characters (listed in item 2), other than “\”, “[”, and “]”,
lose their special meaning when contained in brackets (that is, they represent themselves
in the character class). A range of characters may be specified with the “-” (hyphen)
character separating two other characters. To include a “^” in the character class, include
it anywhere except as the first character after the left bracket (if the “^” is the only
character in the class, omit the brackets). To include a “-” in the character class, include
it as the first (or second if the first character is a “^”) or last character between the
brackets or use the escape sequence “\-” to specify the character. To include a “\”, “[”, or
“]” in the character class, use the escape sequences “\\”, “\[”, or “\]”, respectively. For
example, "[0-9]" matches a decimal digit character and "[^0-9]" matches any character
except a decimal digit character. The second character in a hyphenated character range
must not be less than the first character.
6. Within a character class expression, a character class may be subtracted by using the “-”
followed by another character class expression. For example, “[\p{P}-[;:]]” defines a
character class that includes all the punctuation characters except for semicolon and
colon. A character class subtraction must be the last portion of a character class
expression before the closing “]” for the containing character class expression, but may
contain character class subtractions within itself. When a character class is negated,
that is, begins with the “^” character, the negation takes place before the subtraction, that
is, the negation has higher precedence than the class subtraction. For example,
“[^A-F-[U-Z]]”, the characters not in [A-F] less the characters in [U-Z], is equivalent to
“[^A-FU-Z]”, the characters not in [A-FU-Z].
7. Subexpressions may be concatenated by juxtaposition in left to right order. For example,
“AB.” matches “ABC” or “ABD” or “AB3” or any other three-character string that
begins with “AB”. As another example, “A[BC]D” matches “ABD” or "ACD".
8. Two subexpressions may be combined with the “|” infix operator to specify alternatives.
If either of the subexpressions matches the current position in the subject string, the
regular expression formed in this way matches. For example, “PRE|PER” matches
“PRE” or “PER”.
9. The special character “*” causes the preceding subexpression to be matched zero or more
times. For example, the string “AB*C” matches “AC” or “ABC” or “ABBBBC”.
10. The special character “+” causes the preceding subexpression to be matched one or more
times. For example, the pattern “$[0-9]+\.00” matches the strings “$0.00” or “$1.00” or
“$392.00”, but does not match the string “$.00” since there are no digits before the
decimal point.
11. The special character “?” causes the preceding subexpression to be matched zero or one
times, that is, the preceding subexpression is optional in matching. For example, the
string “-$?123” matches the string “-$123” or “-123”.
12. The special characters “{” and “}” are used to define repetition of the preceding
subexpression by a specified range. “{n}” or “{n,n}” matches exactly n occurrences.
“{n,}” matches n or more occurrences. “{n,m}” matches from n to m occurrences. n and
m must be decimal integers in the range 0 to 65535, and n must be less than or equal to m.
When a choice is allowed, the longest matching string in the subject is matched. For
example “(A{2})*” matches zero or more pairs of “A” characters in the subject string,
“A{3,}” matches three or more successive “A” characters in the subject string, and
“A{3,5}” matches from 3 to 5 successive “A” characters in the subject string.
Note “{0}” or “{0,0}” cause the previous subexpression to be ignored. “{1}” or “{1,1}”
are redundant since they are equivalent to the default. “{0,}” is equivalent to “*”, “{1,}”
is equivalent to “+”, and “{0,1}” is equivalent to “?”.
13. The order of precedence for operators from highest to lowest is escape (with “\”), class
definition (with “[” and “]”), repetition (with “*”, “+”, “?”, or “{}”), concatenation, and
alternation (with “|”). The order of precedence for repetition, concatenation, and
alternation can be overridden by use of parentheses. For example:
• “AB|CD” matches “AB” or “CD”, because concatenation has higher precedence
than alternation;
• “A(B|C)D” matches “ABD” or “ACD”, because the parentheses override the
precedence order;
• “ABC*” matches “ABCCCC”, because repetition has higher precedence than
concatenation; and
• “(ABC)*” matches zero or more occurrences of “ABC” in the subject string, because
parentheses override the precedence order.
When the TRIMMED phrase is not specified in the LIKE condition, matching is done on the
entire contents of the subject value. In this case, the pattern must specify whether trailing
spaces are to be included in the match. If the pattern does not allow for trailing spaces and the
subject value contains trailing spaces, the LIKE condition result will be false (non-matching).
To allow for trailing spaces, the pattern should end with “ *”, that is, a space followed by the
“*” repetition operator. This is not necessary if, for example, the pattern ends with “.*”, that
is, a period followed by the “*” repetition operator, since this allows any number of any
trailing character, including trailing spaces.
Regular expression grammar summary:
Class Condition
The general format for the class condition is:
NUMERIC
ALPHABETIC
identifier-1 IS [ NOT ] ALPHABETIC - LOWER
ALPHABETIC - UPPER
class-name-1
The class condition determines whether the current contents of an operand are numeric,
alphabetic, alphabetic-lower, alphabetic-upper, or consist only of the characters in the set of
characters specified by a CLASS clause defined in the SPECIAL-NAMES paragraph of the
Environment Division. The class of an operand is determined as follows:
• An operand is numeric if its contents consist entirely of the characters 0, 1, 2, 3, . . ., 9,
with or without an operational sign. The specified usage of the operand and its explicit or
implicit SIGN clause are taken into account in determining the validity of the digit and
sign representation.
• An operand is alphabetic if its contents consist entirely of any combination of the
uppercase letters A, B, C, . . ., Z, the lowercase letters a, b, c, . . ., z, or space. It should
be noted that this definition of the alphabetic test is not the same as the definition of the
alphabetic test in previous versions of COBOL. In order to achieve compatibility with
the earlier versions of COBOL, two courses of action are possible: either change the
source program to use the alphabetic-upper test in place of the alphabetic test, or make
use of the Compile Command option that causes the RM/COBOL compiler to treat
alphabetic tests as if they were alphabetic-upper tests. Further information on this topic
When used, NOT and the next keyword specify one class condition that defines the class test
to be executed for truth value, for example, NOT NUMERIC is a truth test for determining
that an operand is nonnumeric.
The NUMERIC test cannot be used with an item whose data description describes the item as
alphabetic.
In the NUMERIC test, the usage of the operand being tested may be DISPLAY,
COMPUTATIONAL, COMPUTATIONAL-3 or COMPUTATIONAL-6.
If the usage of the operand being tested is DISPLAY, then:
1. If the data description of the item being tested indicates the presence of an operational
sign, the item being tested is determined to be numeric only if the contents are numeric
and a valid operational sign is present. The valid operational signs for numeric
DISPLAY data items are defined in the discussions of the SIGN clause (on page 124)
and USAGE clause (on page 127).
2. If the data description of the item being tested does not indicate the presence of an
operational sign, the item being tested is determined to be numeric only if the contents
are numeric and an operational sign is not present.
If the usage of the operand being tested is COMPUTATIONAL, the item being tested is
determined to be numeric only if each character position contains an unpacked decimal digit,
except that, if the data description of the item being tested indicates the presence of an
operational sign, the rightmost character position must contain a valid sign. The
representation for a negative sign is hexadecimal D. Depending on configured sign
representation, the representation for a positive sign may be hexadecimal C, B, or F.
If the usage of the operand being tested is COMPUTATIONAL-3, the item being tested is
determined to be numeric only if each character position, except the rightmost, contains two
packed decimal digits. The rightmost character position must contain a packed decimal digit
in the high order half-byte and a valid sign in the low order half-byte. The representation for
a negative sign is hexadecimal D. Depending on configured sign representation, the
representation for a positive sign may be hexadecimal C, B, or F.
If the usage of the operand being tested is COMPUTATIONAL-6, the item being tested is
determined to be numeric only if each character position contains two packed decimal digits.
The ALPHABETIC test cannot be used with an item whose data description describes the
item as numeric. The item being tested is determined to be alphabetic only if the contents
consist of any combination of the alphabetic characters and the space.
The ALPHABETIC-LOWER test cannot be used with an item whose data description
describes the item as numeric. The item being tested is determined to be alphabetic-lower
only if its contents consist of any combination of the lowercase alphabetic characters a
through z and space.
The ALPHABETIC-UPPER test cannot be used with an item whose data description
describes the item as numeric. The item being tested is determined to be alphabetic-upper
only if its contents consist of any combination of the uppercase alphabetic characters A
through Z and space.
The class-name test must not be used with an item whose data description describes the item
as numeric.
Sign Condition
The sign condition determines whether the algebraic value of an arithmetic expression is less
than, greater than, or equal to zero. The general format for a sign condition is:
POSITIVE
arithmetic-expression-1 IS [ NOT ] NEGATIVE
ZERO
When used, NOT and the next keyword specify one sign condition that defines the algebraic
test to be executed for truth value; for example, NOT ZERO is a truth test for a nonzero value.
A value is positive only if it is greater than zero. A value is negative only if it is less than
zero. The value zero is neither positive nor negative.
condition-name-1
Switch-Status Condition
A switch-status condition determines the on or off status of a software switch. The switch-
name and the on or off value associated with the condition must be named in the SPECIAL-
NAMES paragraph of the Environment Division. The general format for the switch-status
condition is:
condition-name-2
The result of the test is true if the switch is set to the specified position corresponding to
condition-name-2.
Complex Conditions
A complex condition is formed by combining simple conditions, combined conditions and
complex conditions with logical connectors (logical operators AND and OR) or by negating
these conditions with logical negation (the logical operator NOT). The truth value of a
complex condition, whether parenthesized or not, is the truth value that results from the
interaction of the stated logical operators on the individual truth values of the constituent
simple conditions.
The logical operators and their meanings are shown in Table 27.
Logical Operators
Logical Operator Meaning
AND Logical conjunction; the truth value is true if both of the conjoined
conditions are true; false if one or both of the conjoined conditions
is false.
OR Logical inclusive OR; the truth value is true if one or both of the
included conditions is true; false if both included conditions are
false.
NOT Logical negation or reversal of truth value; the truth value is true if
the condition is false; false if the condition is true.
Negated Conditions
A condition is negated by the use of the logical operator NOT, which reverses the truth value
of the condition to which it is applied. Thus, the truth value of a negated condition is true
only if the truth value of the condition is false; the truth value of a negated condition is false
only if the truth value of the condition is true. The inclusion in parentheses of a negated
condition does not change the truth value.
The general format for a negated condition is:
NOT condition-1
Combined Conditions
A combined condition results from connecting conditions with one of the logical operators
AND or OR. The general format of a combined condition is:
AND
condition-2 condition-3
OR
• Negated combined condition; that is, the NOT logical operator followed by a combined
condition enclosed within parentheses.
• Combinations of the above.
Although parentheses need never be used when AND or OR (but not both) is used exclusively
in a combined condition, parentheses may be used to affect the final truth value when a
mixture of AND, OR and NOT is used.
AND
relation-condition-1 [ NOT ] [ relational-operator ] object-1
OR
The effect of using such abbreviations is as if the last preceding stated subject were inserted in
place of the omitted subject, and the last stated relational operator were inserted in place of
the omitted relational operator.
The interpretation applied to the use of the word NOT in an abbreviated combined relation
condition is:
• If the word immediately following NOT is GREATER, >, LESS, <, EQUAL, or =, the
NOT participates as part of the relational operator.
• In all other circumstances, the NOT is interpreted as a logical operator and, therefore, the
implied insertion of subject or relational operator results in a negated relation condition.
• Truth values for combined conditions are established: AND logical operators followed
by OR logical operators.
• Truth values for negated combined conditions are established.
• When the sequence of evaluation is not completely specified by parentheses, the order of
evaluation of consecutive operations of the same hierarchical level is from left to right.
Function
Sequential organization input-output provides a capability to access records of a file in an
established sequence. The sequence is established as a result of writing the records to the file.
Organization
Sequential files are organized such that each record in the file except the first has a unique
predecessor record, and each record except the last has a unique successor record. These
predecessor-successor relationships are established by the order of WRITE statements when
the file is created. Once established, these relationships do not change except when records
are added to the end of the file.
Access Mode
Only the sequential access mode is available for files whose organization is sequential. In the
sequential access mode, the sequence in which records are accessed is the order in which the
records were originally written.
I-O Status
If the FILE STATUS clause is included in a file control entry, it defines a two-character file
status data item for that file. During the execution of each input-output statement that refers
to such a file, the runtime system stores a value into the file status data item. Storage of the
value is done before the execution of any associated imperative statement and before any
applicable USE procedure is executed. The value can be used by the program to determine
the status of that input-output operation. The value that is stored into the file status data item
is called the I-O status value.
The I-O status value indicates the status of an input-output operation. It also determines
whether an applicable USE procedure should be executed: if one of the conditions listed
under the heading “Successful Completion” results, an applicable USE procedure is not
executed; if any other condition results, such a procedure may be executed depending on rules
stated the USE Statement (see page 180).
Certain classes of I-O status values indicate critical error conditions. They are the ones that
begin with the digits 3, 4 and 9. When such conditions arise, certain system-standard error
correction procedures may be tried first, depending on the nature of the problem. If they are
not successful in clearing the problem, either a user-specified USE procedure is executed (if
one is applicable) and execution of the program continues, or a runtime error message is
produced and execution of the run unit terminates.
Upon completion of the input-output operation, the I-O status value expresses one of the
following conditions:
• Successful Completion. The input-output statement was executed successfully and no
exceptional conditions arose. The left character of the I-O status value is 0 for these
cases.
• At End. A sequential READ statement was not executed successfully because of an at
end condition. The left character of the I-O status value is 1 for this case.
• Permanent Error. The input-output statement was not executed successfully because of
an error that precludes further processing of the file. The problem could be a violation of
an external boundary, or a hardware input-output error such as a data check, parity error,
transmission error, and so forth. The left character of the I-O status value is 3 for these
cases.
• Logic Error. The input-output statement was not executed successfully because an
improper sequence of input-output statements was performed on the file, or because of a
violation of a user-defined limit. The left character of the I-O status value is 4 for these
cases.
• General Error. The input-output statement was not executed successfully because of a
condition that is specified by the right character of the I-O status value. The left
character of the I-O status value is 9 for these cases.
It should be noted that the I-O status values specified here differ in many respects from the
ones defined in earlier versions of RM/COBOL. The new values comply with the American
National Standard COBOL 1985 whereas the old values comply with ANSI COBOL 1974.
In the following list, the old values are shown in square brackets following the new values
when the two values are not the same. In situations where it is necessary to preserve
compatibility with earlier versions of RM/COBOL in this respect, two courses of action are
possible: either modify the text of the source program to use the new set of status values, or
make use of the Compile Command option that causes the compiler to treat the entire program
as an ANSI COBOL 1974 program. That option and the language features it controls are
detailed in the discussion of the 7 Compile Command Option in Chapter 6: Compiling of the
RM/COBOL User’s Guide.
The following list shows the possible I-O status values that can arise as a result of executing
an input-output statement that refers to a sequential file:
• Successful Completion
− I-O Status Value=00. The input-output statement is successfully executed and no
further information is available concerning the operation.
− I-O Status Value=04 [97]. A READ statement executed successfully but the length
of the record being processed does not conform to the fixed file attributes for the file.
− I-O Status Value=05. The input-output statement is successfully executed but the
file is not present at the time the input-output statement is executed.
• For a DELETE FILE statement, the referenced file is not available.
• For an OPEN statement, the referenced optional file is not present. If the open
mode is I-O or extend, the file has been created.
− I-O Status Value=07. The input-output statement executed successfully. However,
for a CLOSE statement with the NO REWIND, REEL/UNIT, or FOR REMOVAL
phrase or for an OPEN statement with the NO REWIND phrase, the referenced file
is on a non-reel/unit medium.
• At End Condition with Unsuccessful Completion
− I-O Status Value=10. A sequential READ statement is attempted and no next logical
record exists in the file because the end of the file has been reached, or a sequential
READ statement is attempted for the first time on an optional input file that is not
present.
• Permanent Error Condition with Unsuccessful Completion
− I-O Status Value=30. A permanent error exists and no further information is
available concerning the input-output operation.
− I-O Status Value=34. A permanent error exists because of an attempt to write
beyond the externally defined boundaries of a sequential file.
− I-O Status Value=35 [94]. A permanent error exists because an OPEN statement
with the INPUT, I-O, or EXTEND phrase is attempted on a nonoptional file that is
not present.
− I-O Status Value=37 [90, 95]. A permanent error exists because an OPEN statement
is attempted on a file that does not support the open mode specified in the OPEN
statement, or a DELETE FILE statement refers to a protected file. For OPEN
statements, the possible violations are as follows:
• The EXTEND or OUTPUT phrase is specified but the file does not support
write operations.
• The I-O phrase is specified but the file does not support the input and output
operations that are permitted for a sequential file when opened in the I-O mode.
• The INPUT phrase is specified but the file does not support read operations.
− I-O Status Value=38 [93]. A permanent error exists because an OPEN or DELETE
FILE statement is attempted on a file previously closed with lock.
− I-O Status Value=39 [94]. An OPEN or DELETE FILE statement is unsuccessful
because of an incompatibility between the fixed file attributes and the attributes
specified for the file in the program.
• Logic Error Condition with Unsuccessful Completion
− I-O Status Value=41 [92]. An OPEN statement is attempted for a file that is already
open, or a DELETE FILE statement is attempted for an open file.
− I-O Status Value=42 [91]. A CLOSE statement is attempted for a file that is not
open.
− I-O Status Value=43 [90]. A REWRITE statement is attempted for a mass storage
file, and the last input-output statement executed for the file was not a successfully
executed READ statement.
− I-O Status Value=44 [97]. A boundary violation exists either because of an attempt
to write or rewrite a record whose length is longer or shorter than the limits
established by the RECORD IS VARYING clause, or because of an attempt to
rewrite a record that is not the same size as the record being replaced.
− I-O Status Value=46 [96]. A sequential READ statement is attempted on a file open
in the input or I-O mode and no valid next record has been established either because
the preceding READ statement caused an at end condition, or because the preceding
READ statement was unsuccessful for some other reason.
− I-O Status Value=47 [90, 91]. A READ statement is attempted on a file not open in
the input or I-O mode.
− I-O Status Value=48 [90, 91]. A WRITE statement is attempted on a file not open in
the output or extend mode.
− I-O Status Value=49 [90, 91]. A REWRITE statement is attempted on a file not
open in the I-O mode.
• General Error
− I-O Status Value=93. An OPEN statement is attempted on a file that is not available.
The availability of a file is determined by several factors, including the lock mode.
For details on the availability of a file, see “File Sharing” in Chapter 8: RM/COBOL
Features of the RM/COBOL User’s Guide.
− I-O Status Value=94. An OPEN statement is attempted at a time when there is
insufficient available memory to provide the required supplementary input-output
areas and control structures, or an OPEN statement is attempted for a file that has an
attribute that is not supported, or an OPEN statement is attempted for a file that has
file attributes that are inconsistent among themselves.
− I-O Status Value=97. A REWRITE or WRITE statement is attempted while the
record area contains one or more characters that are not legal for a line sequential file
after mapping through the applicable code set.
− I-O Status Value=98. Defective record structure has been found in the file.
− I-O Status Value=99. A READ or REWRITE statement is attempted that refers to a
record locked by another concurrent user. This I-O status value is returned only
when the referenced file has an associated file status data item and there is an
applicable USE procedure; when this is not the case, the program waits for the record
to become available.
At End Condition
The at end condition can occur as a result of the execution of a Format 1 READ statement.
Details regarding the circumstances that cause an at end condition are presented in the
discussion of the Format 1 READ statement (on page 333).
If the at end condition arises, execution of the READ statement is unsuccessful and the
positioning of the file is not changed. The NOT AT END phrase and its imperative statement,
if present, are ignored, and the following actions occur:
1. If there is a file status data item associated with the file, the appropriate I-O status value
(10) is stored into it.
2. If the AT END phrase is specified in the READ statement, any USE procedure associated
with the file is not executed. Control is transferred to the imperative statement specified
in the AT END phrase. The imperative statement is executed according to the rules for
If the at end condition does not arise for the execution of a READ statement, the AT END
phrase and its associated imperative statement, if present, are ignored, and the following
actions occur in the order shown:
1. If there is a file status data item associated with the file, the appropriate I-O status value
is stored into it.
2. If there is an error or exception condition and an applicable USE procedure is specified,
either explicitly or implicitly, that procedure is performed and control is transferred to the
end of the READ statement.
3. If there is an error or exception condition and no applicable USE procedure is specified, a
runtime error message is produced and execution of the run unit terminates. The runtime
can be configured, as described for the DEFAULT-USE-PROCEDURE keyword of the
RUN-FILES-ATTR record in Chapter 10: Configuration of the RM/COBOL User’s
Guide, to assume that a default empty USE procedure is applicable, thus causing
execution to continue at the next executable statement after the READ statement.
4. If no error or exception condition exists and a NOT AT END phrase is present, the
imperative statement in the phrase is executed according to the rules for each statement
encountered in that imperative statement. If a procedure branching or conditional
statement that causes explicit transfer of control is executed, control is transferred in
accordance with the rules for that statement; otherwise, control is transferred to the end of
the READ statement.
Function
Relative organization input-output provides the capability to access records of a mass storage
file in either a random or sequential manner. Each record in a relative file is uniquely
identified by an integer value greater than zero that specifies the logical position of the record
in the file.
Organization
Relative file organization is permitted only on mass storage devices (RANDOM, DISK or
DISC device in an ASSIGN TO clause).
A relative file consists of records that are identified by relative record numbers. The file may
be thought of as comprising a serial string of areas, each capable of holding a logical record.
Each of these areas is denominated by a relative record number, an integer value greater than
zero. Records are stored and retrieved based on this number. For example, the 10th record is
the one addressed by relative record number 10 and is the 10th record area, whether or not
records have been written in the first through the ninth record areas.
Access Modes
In the sequential access mode, the sequence in which records are accessed is the ascending
order of the relative record numbers of all records that currently exist within the file.
In the random access mode, the sequence in which records are accessed is controlled by the
programmer. The desired record is accessed by placing its relative record number in the
relative key data item.
In the dynamic access mode, the programmer may change at will from sequential access to
random access using appropriate forms of input-output statements.
I-O Status
If the FILE STATUS clause is included in a file control entry, it defines a two-character file
status data item for that file. During the execution of each input-output statement that refers
to such a file, the runtime system stores a value into the file status data item. Storage of the
value is done before the execution of any associated imperative statement and before any
applicable USE procedure is executed. The value can be used by the program to determine
the status of that input-output operation. The value that is stored into the file status data item
is called the I-O status value.
The I-O status value indicates the status of an input-output operation. It also determines
whether an applicable USE procedure should be executed: if one of the conditions listed
under the heading “Successful Completion” results, an applicable USE procedure is not
executed; if any other condition results, such a procedure may be executed depending on rules
stated in the discussion of the USE Statement on page 180.
Certain classes of I-O status values indicate critical error conditions. They are the ones that
begin with the digits 3, 4 and 9. When such conditions arise, certain system-standard error
correction procedures may be tried first, depending on the nature of the problem. If they are
not successful in clearing the problem, either a user-specified USE procedure is executed (if
one is applicable) and execution of the program continues, or a runtime error message is
produced and execution of the run unit terminates.
Upon completion of the input-output operation, the I-O status value expresses one of the
following conditions:
• Successful Completion. The input-output statement was executed successfully and no
exceptional conditions arose. The left character of the I-O status value is 0 for these
cases.
• At End. A sequential READ statement was not executed successfully because of an at
end condition. The left character of the I-O status value is 1 for these cases.
• Invalid Key. The input-output statement was not executed successfully because of an
invalid key condition. The left character of the I-O status value is 2 for these cases.
• Permanent Error. The input-output statement was not executed successfully because of
an error that precludes further processing of the file. The problem could be a violation of
an external boundary, or a hardware input-output error such as a data check, parity error,
transmission error, and so forth. The left character of the I-O status value is 3 for these
cases.
• Logic Error. The input-output statement was not executed successfully because an
improper sequence of input-output statements was performed on the file, or because of a
violation of a user-defined limit. The left character of the I-O status value is 4 for these
cases.
• General Error. The input-output statement was not executed successfully because of a
condition that is specified by the right character of the I-O status value. The left
character of the I-O status value is 9 for these cases.
It should be noted that the I-O status values specified here differ in many respects from the
ones defined in earlier versions of RM/COBOL. The new values comply with ANSI COBOL
1985 whereas the old values comply with ANSI COBOL 1974. In the following list, the old
values are shown in square brackets following the new values when the two values are not the
same. In situations where it is necessary to preserve compatibility with earlier versions of
RM/COBOL in this respect, two courses of action are possible: either modify the text of the
source program to use the new set of status values, or make use of the 2 Compile Command
Option, which causes the compiler to treat the entire program as an ANSI COBOL 1974
program. That option and the language features it controls are detailed in the discussion of
the 7 Compile Command Option in Chapter 6: Compiling of the RM/COBOL User’s Guide.
The following list shows the possible I-O status values that can arise as a result of executing
an input-output statement that refers to a relative file:
• Successful Completion
− I-O Status Value=00. The input-output statement is successfully executed and no
further information is available concerning the operation.
− I-O Status Value=04 [97]. A READ statement executed successfully but the length
of the record being processed does not conform to the fixed file attributes for the file.
− I-O Status Value=05. The input-output statement is successfully executed but the
file is not present at the time the input-output statement is executed.
• For a DELETE FILE statement, the referenced file is not available.
• For an OPEN statement, the referenced optional file is not present. If the open
mode is I-O or extend, the file has been created.
• At End Condition with Unsuccessful Completion
− I-O Status Value=10. A sequential READ statement is attempted and no next (or
previous) logical record exists in the file because the end (or beginning) of the file
has been reached, or a sequential READ statement is attempted for the first time on
an optional input file that is not present.
− I-O Status Value=14. A sequential READ statement is attempted for a relative file
and the number of significant digits in the relative record number is larger than the
size of the relative key data item specified for the file.
• Invalid Key Condition with Unsuccessful Completion
− I-O Status Value=22. An attempt is made to write a record that would create a
duplicate key in a relative file.
− I-O Status Value=23. Either an attempt is made to randomly access a record that
does not exist in the file, or a START or random READ statement is attempted on an
optional input file that is not present. For indexed files, this value may also occur if
the WHILE phrase specifies a non-literal filter pattern that has a syntax error or other
problem. A subcode in the extended I-O status value provides additional information
about the problem with the pattern specification (for further details on the subcode
for this case, see Appendix A: Runtime Messages of the RM/COBOL User’s Guide).
A filter pattern that does not successfully match any records does not cause an
invalid key condition on the START statement, but rather causes an at end condition
on a subsequent sequential READ statement.
− I-O Status Value=24. Either an attempt is made to write beyond the externally
defined boundaries of a relative file, or a sequential WRITE statement is attempted
for a relative file and the number of significant digits in the relative record number is
larger than the size of the relative key data item specified for the file.
• Permanent Error Condition with Unsuccessful Completion
− I-O Status Value=30. A permanent error exists and no further information is
available concerning the input-output operation.
− I-O Status Value=35 [94]. A permanent error exists because an OPEN statement
with the INPUT, I-O, or EXTEND phrase is attempted on a nonoptional file that is
not present.
− I-O Status Value=37 [90, 95]. A permanent error exists because an OPEN statement
is attempted on a file that does not support the open mode specified in the OPEN
statement, or a DELETE FILE statement refers to a protected file. For OPEN
statements, the possible violations are as follows:
• The EXTEND or OUTPUT phrase is specified but the file does not support
write operations.
• The I-O phrase is specified but the file does not support the input and output
operations that are permitted for a relative file when opened in the I-O mode.
• The INPUT phrase is specified but the file does not support read operations.
− I-O Status Value=38 [93]. A permanent error exists because an OPEN or DELETE
FILE statement is attempted on a file previously closed with lock.
− I-O Status Value=39 [94]. An OPEN or DELETE FILE statement is unsuccessful
because of an incompatibility between the fixed file attributes and the attributes
specified for the file in the program.
• Logic Error Condition with Unsuccessful Completion
− I-O Status Value=41 [92]. An OPEN statement is attempted for a file that is already
open, or a DELETE FILE statement is attempted for an open file.
− I-O Status Value=42 [91]. A CLOSE statement is attempted for a file that is not
open.
− I-O Status Value=43 [90]. A DELETE or REWRITE statement in the sequential
access mode is attempted for a file, and the last input-output statement executed for
the file was not a successfully executed READ statement.
− I-O Status Value=44 [97]. A boundary violation exists because of an attempt to
write or rewrite a record whose length is longer or shorter than the limits established
by the RECORD IS VARYING clause.
− I-O Status Value=46 [96]. A sequential READ statement is attempted on a file open
in the input or I-O mode and no valid next record has been established for one of the
following reasons:
• The preceding START statement was unsuccessful.
• The preceding READ statement caused an at end condition.
• The preceding READ statement was unsuccessful for some other reason.
− I-O Status Value=47 [90, 91]. A READ or START statement is attempted on a file
not open in the input or I-O mode.
− I-O Status Value=48 [90, 91]. A WRITE statement is attempted on a file not open in
the I-O, output, or extend mode or on a sequential access file open in the I-O mode.
− I-O Status Value=49 [90, 91]. A DELETE or REWRITE statement is attempted on a
file not open in the I-O mode.
• General Error
− I-O Status Value=93. An OPEN statement is attempted on a file that is not available.
The availability of a file is determined by several factors, including the lock mode.
For details on the availability of a file, see “File Sharing” in Chapter 8: RM/COBOL
Features of the RM/COBOL User’s Guide.
− I-O Status Value=94. An OPEN statement is attempted at a time when there is
insufficient available memory to provide the required supplementary input-output
areas and control structures, or an OPEN statement is attempted for a file that has an
attribute that is not supported, or an OPEN statement is attempted for a file that has
file attributes that are inconsistent among themselves.
− I-O Status Value=98. Defective record structure has been found in the file.
− I-O Status Value=99. A DELETE, READ, or REWRITE statement is attempted that
refers to a record locked by another concurrent user. This I-O status value is
returned only when the referenced file has an associated file status data item and
there is an applicable USE procedure; when this is not the case, the program waits
for the record to become available.
If the invalid key condition exists after the execution of the input-output operations called for
by the input-output statement, the NOT INVALID KEY phrase, if specified, is ignored and
the following actions occur in the order shown:
1. If there is a file status data item associated with the file, the appropriate I-O status value
is stored into it.
2. If the INVALID KEY phrase is specified in the input-output statement, any USE
procedure associated with the file is not executed. Control is transferred to the
imperative statement specified in the INVALID KEY phrase. The imperative statement
is executed according to the rules for each statement encountered in that imperative
statement. If a procedure branching or conditional statement that causes explicit transfer
of control is executed, control is transferred in accordance with the rules for that
statement. If control reaches the end of the imperative statement in the INVALID KEY
phrase, control is transferred to the end of the input-output statement.
3. If the INVALID KEY phrase is not specified in the input-output statement, but an
applicable USE procedure is specified either explicitly or implicitly, that procedure is
performed and control is transferred to the end of the input-output statement.
4. If the INVALID KEY phrase is not specified in the input-output statement and no
applicable USE procedure is specified, a runtime error message is produced and
execution of the run unit terminates. The runtime can be configured, as described for the
DEFAULT-USE-PROCEDURE keyword of the RUN-FILES-ATTR record in
Chapter 10: Configuration of the RM/COBOL User’s Guide, to assume that a default
empty USE procedure is applicable, thus causing execution to continue at the next
executable statement after the input-output statement.
If the invalid key condition does not exist after the execution of the input-output operations
called for by an input-output statement, the INVALID KEY phrase, if specified, is ignored
and the following actions occur in the order shown:
1. If there is a file status data item associated with the file, the appropriate I-O status value
is stored into it.
2. If there is an error or exception condition other than an invalid key condition and an
applicable USE procedure is specified, either explicitly or implicitly, that procedure is
performed and control is transferred to the end of the input-output statement.
3. If there is an error or exception condition other than an invalid key condition and no
applicable USE procedure is specified, a runtime error message is produced and
execution of the run unit terminates. The runtime can be configured, as described for
the DEFAULT-USE-PROCEDURE keyword of the RUN-FILES-ATTR record in
Chapter 10: Configuration of the RM/COBOL User’s Guide, to assume that a default
empty USE procedure is applicable, thus causing execution to continue at the next
executable statement after the input-output statement.
4. If no error or exception condition exists and a NOT INVALID KEY phrase is present, the
imperative statement in the NOT INVALID KEY phrase is executed according to the
rules for each statement encountered in that imperative statement. If a procedure
branching or conditional statement that causes explicit transfer of control is executed,
control is transferred in accordance with the rules for that statement; otherwise, control is
transferred to the end of the input-output statement.
At End Condition
The at end condition can occur as a result of the execution of a Format 1 READ statement.
Details regarding the circumstances that cause an at end condition appear in the discussion of
the Format 1 READ statement (on page 333).
When the at end condition arises, execution of the READ statement is unsuccessful and the
positioning of the file is not changed. The NOT AT END phrase and its imperative statement,
if present, are ignored, and the following actions occur:
1. If there is a file status data item associated with the file, the appropriate I-O status value
is stored into it.
2. If the AT END phrase is specified in the READ statement, any USE procedure associated
with the file is not executed. Control is transferred to the imperative statement specified
in the AT END phrase. The imperative statement is executed according to the rules for
each statement encountered in that imperative statement. If a procedure branching or
conditional statement that causes explicit transfer of control is executed, control is
transferred in accordance with the rules for that statement. If control reaches the end of
the imperative statement in the AT END phrase, control is transferred to the end of the
READ statement.
3. If the AT END phrase is not specified in the READ statement, but an applicable USE
procedure is specified either explicitly or implicitly, that procedure is performed and
control is transferred to the end of the READ statement.
4. If the AT END phrase is not specified in the READ statement and no applicable USE
procedure is specified, a runtime error message is produced and execution of the run unit
terminates. The runtime can be configured, as described for the DEFAULT-USE-
PROCEDURE keyword of the RUN-FILES-ATTR record in Chapter 10: Configuration
of the RM/COBOL User’s Guide, to assume that a default empty USE procedure is
applicable, thus causing execution to continue at the next executable statement after the
READ statement.
If the at end condition does not arise for the execution of a Format 1 READ statement, the AT
END phrase and its associated imperative statement, if present, are ignored, and the following
actions occur in the order shown:
1. If there is a file status data item associated with the file, the appropriate I-O status value
is stored into it.
2. If there is an error or exception condition and an applicable USE procedure is specified,
either explicitly or implicitly, that procedure is performed and control is transferred to the
end of the READ statement.
3. If there is an error or exception condition and no applicable USE procedure is specified, a
runtime error message is produced and execution of the run unit terminates. The runtime
can be configured, as described for the DEFAULT-USE-PROCEDURE keyword of the
RUN-FILES-ATTR record in Chapter 10: Configuration of the RM/COBOL User’s
Guide, to assume that a default empty USE procedure is applicable, thus causing
execution to continue at the next executable statement after the READ statement.
4. If no error or exception condition exists and a NOT AT END phrase is present, the
imperative statement in the phrase is executed according to the rules for each statement
encountered in that imperative statement. If a procedure branching or conditional
statement that causes explicit transfer of control is executed, control is transferred in
accordance with the rules for that statement; otherwise, control is transferred to the end of
the READ statement.
Function
Indexed organization input-output provides the capability to access records of a mass storage
file in either a random or sequential manner. Each record in an indexed organization file is
uniquely identified by the value of one or more keys within that record, except when the
DUPLICATES phrase is specified for all the keys associated with the file.
Organization
An indexed organization file is a mass storage file in which data records may be accessed by
the value of a key. A record description may include one or more key data items, each of
which is associated with an index. Each index provides a logical path to the data records
according to the contents of a data item within each record that is the recorded key for that
index.
The data item named in the RECORD KEY clause of the file control entry for a file is the
prime record key for that file. For purposes of inserting, updating and deleting records in a
file, each record is identified solely by the value of its prime record key. This value should,
therefore, be unique and must not be changed when updating the record. The value must be
unique unless the DUPLICATES phrase is specified in the RECORD KEY clause. When the
DUPLICATES phrase is specified in the RECORD KEY clause, the value of the prime record
key is not necessarily a unique identifier for a single record; therefore, in this case, the
DELETE and REWRITE statements are disallowed in the random access mode and are
sequential operations in the dynamic access mode.
Alternate record keys provide alternate means of retrieval for the records of a file. Such keys
are named in the ALTERNATE RECORD KEY clause of the file control entry. The value of
a particular alternate record key in each record must be unique unless the DUPLICATES
phrase is specified in the ALTERNATE RECORD KEY clause.
Access Modes
For indexed organization, the order of sequential access is ascending based on the value of the
current key of reference. If a collating sequence is specified for the file, it is used in
determining the ascending sequence for keys. Any of the keys defined for the file may be
established as the current key of reference during the processing of the file. The order of
retrieval from a set of records that have duplicate key of reference values is the original order
of arrival of those records into that set. The START statement may be used to establish a
starting point within an indexed file for a series of subsequent sequential retrievals.
When an indexed file is accessed in random access mode, input-output statements are used to
access the records in a programmer-specified order. The programmer specifies the desired
record by placing the value of one of its record keys in a record key or an alternate record key
data item.
In the dynamic access mode, the programmer may change at will from sequential access to
random access using appropriate forms of input-output statements.
I-O Status
If the FILE STATUS clause is included in a file control entry, it defines a two-character file
status data item for that file. During the execution of each input-output statement that refers
to such a file, the runtime system stores a value into the file status data item. Storage of the
value is done before the execution of any associated imperative statement and before any
applicable USE procedure is executed. The value can be used by the program to determine
the status of that input-output operation. The value that is stored into the file status data item
is called the I-O status value.
The I-O status value indicates the status of an input-output operation. It also determines
whether an applicable USE procedure should be executed: if one of the conditions listed
under the heading “Successful Completion” results, an applicable USE procedure is not
executed; if any other condition results, such a procedure may be executed depending on the
rules for the USE Statement on page 180.
Certain classes of I-O status values indicate critical error conditions. They are the ones that
begin with the digits 3, 4 and 9. When such conditions arise, certain system-standard error
correction procedures may be tried first, depending on the nature of the problem. If they are
not successful in clearing the problem, either a user-specified USE procedure is executed (if
one is applicable) and execution of the program continues, or a runtime error message is
produced and execution of the run unit terminates.
Upon completion of the input-output operation, the I-O status value expresses one of the
following conditions:
• Successful Completion. The input-output statement was executed successfully and no
exceptional conditions arose. The left character of the I-O status value is 0 for these
cases.
• At End. A sequential READ statement was not executed successfully because of an at
end condition. The left character of the I-O status value is 1 for this case.
• Invalid Key. The input-output statement was not executed successfully because of an
invalid key condition. The left character of the I-O status value is 2 for these cases.
• Permanent Error. The input-output statement was not executed successfully because of
an error that precludes further processing of the file. The problem could be a violation of
an external boundary, or a hardware input-output error such as a data check, parity error,
transmission error, and so forth. The left character of the I-O status value is 3 for these
cases.
• Logic Error. The input-output statement was not executed successfully because an
improper sequence of input-output statements was performed on the file, or because of a
violation of a user-defined limit. The left character of the I-O status value is 4 for these
cases.
• General Error. The input-output statement was not executed successfully because of a
condition that is specified by the right character of the I-O status value. The left
character of the I-O status value is 9 for these cases.
It should be noted that the I-O status values specified here differ in many respects from the
ones defined in earlier versions of RM/COBOL. The new values comply with ANSI COBOL
1985 whereas the old values comply with ANSI COBOL 1974. In the following list, the old
values are shown in square brackets following the new values when the two values are not the
same. In situations where it is necessary to preserve compatibility with earlier versions of
RM/COBOL in this respect, two courses of action are possible: either modify the text of the
source program to use the new set of status values, or make use of the 2 Compile Command
Option, which causes the compiler to treat the entire program as an ANSI COBOL 1974
program. That option and the language features it controls are detailed in the discussion of
the 7 Compile Command Option in Chapter 6: Compiling of the RM/COBOL User’s Guide.
The following list shows the possible I-O status values that can arise as a result of executing
an input-output statement that refers to an indexed file:
• Successful Completion
− I-O Status Value=00. The input-output statement is successfully executed and no
further information is available concerning the operation.
− I-O Status Value=02. The input-output statement executed successfully, but a
duplicate key is detected. For a READ statement, the key value for the current key
of reference is equal to the value of the same key in the next record within the
current key of reference. For a WRITE statement, the record just written created a
duplicate key value for at least one record key for which duplicates are allowed. For
a REWRITE statement, the record just written created a duplicate key value for at
least one alternate record key for which duplicates are allowed.
− I-O Status Value=04 [97]. A READ statement executed successfully but the length
of the record being processed does not conform to the fixed file attributes for the file.
− I-O Status Value=05. The input-output statement is successfully executed but the
file is not present at the time the input-output statement is executed.
• For a DELETE FILE statement, the referenced file is not available.
• For an OPEN statement, the referenced optional file is not present. If the open
mode is I-O or extend, the file has been created.
• At End Condition with Unsuccessful Completion
− I-O Status Value=10. A sequential READ statement is attempted and no next (or
previous) logical record exists in the file because the end (or beginning) of the file
has been reached, or a sequential READ statement is attempted for the first time on
an optional input file that is not present.
• Invalid Key Condition with Unsuccessful Completion
− I-O Status Value=21. A sequence error exists for a sequentially accessed indexed
file. Either the prime record key value has been changed by the program between
the successful execution of a READ statement and the execution of the next
REWRITE statement for that file, or the ascending sequence requirements for
successive record key values are violated. A sequentially accessed indexed file
includes the execution of a REWRITE statement in the dynamic access mode when
the DUPLICATES phrase is specified in the RECORD KEY clause.
− I-O Status Value=22. An attempt is made to write or rewrite a record that would
create a duplicate record key value for a record key for which the DUPLICATES
phrase is not specified.
− I-O Status Value=23. Either an attempt is made to randomly access a record that
does not exist in the file, or a START or random READ statement is attempted on an
optional input file that is not present. When the WHILE phrase is used in a START
statement with a data item (non-literal) pattern, syntax errors and other errors related
to the pattern will also cause an I-O Status value 23.
− I-O Status Value=24. An attempt is made to write beyond the externally defined
boundaries of the file.
• Permanent Error Condition with Unsuccessful Completion
• General Error
− I-O Status Value=93. An OPEN statement is attempted on a file that is not available.
The availability of a file is determined by several factors, including the lock mode.
For details on the availability of a file, see “File Sharing” in Chapter 8: RM/COBOL
Features of the RM/COBOL User’s Guide.
− I-O Status Value=94. An OPEN statement is attempted at a time when there is
insufficient available memory to provide the required supplementary input-output
areas and control structures.
− I-O Status Value=98. An input-output statement is attempted on a file whose index
structure or other critical control characters are defective. Either the file being
referred to is not an indexed file at all, or it has been damaged in some way since its
last usage or creation. See the discussion of the Indexed File Recovery Utility
(recover1), in Appendix G: Utilities of the RM/COBOL User’s Guide, for assistance
in restoring a corrupted indexed file.
− I-O Status Value=99. A DELETE, READ, or REWRITE statement is attempted that
refers to a record locked by another concurrent user. This I-O status value is
returned only when the referenced file has an associated file status data item and
there is an applicable USE procedure; when this is not the case, the program waits
for the record to become available.
empty USE procedure is applicable, thus causing execution to continue at the next
executable statement after the input-output statement.
If the invalid key condition does not exist after the execution of the input-output operations
called for by an input-output statement, the INVALID KEY phrase, if specified, is ignored
and the following actions occur in the order shown:
1. If there is a file status data item associated with the file, the appropriate I-O status value
is stored into it.
2. If there is an error or exception condition other than an invalid key condition and an
applicable USE procedure is specified, either explicitly or implicitly, that procedure is
performed and control is transferred to the end of the input-output statement.
3. If there is an error or exception condition other than an invalid key condition and no
applicable USE procedure is specified, a runtime error message is produced and
execution of the run unit terminates. The runtime can be configured, as described for
the DEFAULT-USE-PROCEDURE keyword of the RUN-FILES-ATTR record in
Chapter 10: Configuration of the RM/COBOL User’s Guide, to assume that a default
empty USE procedure is applicable, thus causing execution to continue at the next
executable statement after the input-output statement.
4. If no error or exception condition exists and a NOT INVALID KEY phrase is present, the
imperative statement in the NOT INVALID KEY phrase is executed according to the
rules for each statement encountered in that imperative statement. If a procedure
branching or conditional statement that causes explicit transfer of control is executed,
control is transferred in accordance with the rules for that statement; otherwise, control is
transferred to the end of the input-output statement.
At End Condition
The at end condition can occur as a result of the execution of a Format 1 READ statement.
Details regarding the circumstances that cause an at end condition appear in the discussion of
the Format 1 READ statement (on page 333).
When the at end condition arises, execution of the READ statement is unsuccessful and the
positioning of the file is not changed. The NOT AT END phrase and its imperative statement,
if present, are ignored, and the following actions occur:
1. If there is a file status data item associated with the file, the appropriate I-O status value
(10) is stored into it.
2. If the AT END phrase is specified in the READ statement, any USE procedure associated
with the file is not executed. Control is transferred to the imperative statement specified
in the AT END phrase. The imperative statement is executed according to the rules for
each statement encountered in that imperative statement. If a procedure branching or
conditional statement that causes explicit transfer of control is executed, control is
transferred in accordance with the rules for that statement. If control reaches the end of
the imperative statement in the AT END phrase, control is transferred to the end of the
READ statement.
3. If the AT END phrase is not specified in the READ statement, but an applicable USE
procedure is specified, either explicitly or implicitly, that procedure is performed and
control is transferred to the end of the READ statement.
4. If the AT END phrase is not specified in the READ statement and no applicable USE
procedure is specified, a runtime error message is produced and execution of the run unit
is terminated. The runtime can be configured, as described for the DEFAULT-USE-
PROCEDURE keyword of the RUN-FILES-ATTR record in Chapter 10: Configuration
of the RM/COBOL User’s Guide, to assume that a default empty USE procedure is
applicable, thus causing execution to continue at the next executable statement after the
READ statement.
If the at end condition does not arise for the execution of a Format 1 READ statement, the AT
END phrase and its associated imperative statement, if present, are ignored, and the following
actions occur in the order shown:
1. If there is a file status data item associated with the file, the appropriate I-O status value
is stored into it.
2. If there is an error or exception condition and an applicable USE procedure is specified,
either explicitly or implicitly, that procedure is performed and control is transferred to the
end of the READ statement.
3. If there is an error or exception condition and no applicable USE procedure is specified, a
runtime error message is produced and execution of the run unit terminates. The runtime
can be configured, as described for the DEFAULT-USE-PROCEDURE keyword of the
RUN-FILES-ATTR record in Chapter 10: Configuration of the RM/COBOL User’s
Guide, to assume that a default empty USE procedure is applicable, thus causing
execution to continue at the next executable statement after the READ statement.
4. If no error or exception condition exists and a NOT AT END phrase is present, the
imperative statement in the phrase is executed according to the rules for each statement
encountered in that imperative statement. If a procedure branching or conditional
statement that causes explicit transfer of control is executed, control is transferred in
accordance with the rules for that statement; otherwise, control is transferred to the end of
the READ statement.
File Locking
In runtime environments in which more than one run unit can be running concurrently, the
possibility arises that one run unit must deny concurrent access to a file or set of files by other
run units. This is accomplished through file locking. There are several methods provided in
RM/COBOL to specify file locking.
The LOCK MODE clause in the file control entry (on page 75) may specify the EXCLUSIVE
phrase. The LOCK MODE IS EXCLUSIVE clause causes each OPEN statement to open the
file in exclusive mode.
The EXCLUSIVE phrase may be specified in the OPEN statement (on page 316). This
causes the OPEN statement to open each file in exclusive mode.
The LOCK phrase may be specified for an individual file in the OPEN statement. This causes
the OPEN statement to open that file in exclusive mode.
When the LOCK MODE clause is not specified for a file and the OPEN statement does not
specify the EXCLUSIVE or WITH LOCK phrases, whether the OPEN statement opens the
file in exclusive or shared mode depends on the environment supporting the file and a
configurable default. (For additional information, see “File Sharing” in Chapter 8:
RM/COBOL Features and the FORCE-USER-MODE keyword in Chapter 10: Configuration
of the RM/COBOL User’s Guide.)
A file may be opened in the input mode as a shared or exclusive file when the same file is
open only in the shared or exclusive input mode by other run units. The exclusive input mode
prevents other run units only from concurrent updates of the file, not from concurrent reading
of the file.
When an attempt is made
• to open a file for which some other run unit has the same file open in exclusive extend,
exclusive input-output, or exclusive output mode,
• to open a file in input-output or extend mode for which some other run unit has the same
file open in exclusive input mode,
• to open a file in exclusive extend or exclusive input-output mode for which some other
run unit has the same file open in any mode, or
• to open a file in exclusive input mode for which some other run unit has the same file
open in extend, input-output or output mode,
the OPEN statement is unsuccessful. The file status data item, if there is one, is set to a value
indicating this condition and any applicable USE procedure for the file is executed.
Regardless of lock mode, a file that is open in any mode by another run unit cannot be opened
in the output mode.
In shared file environments, opening a file in exclusive mode can improve performance of the
other input-output statements executed while the file is open. This is because exclusive mode
guarantees that no other run unit will update the file while this run unit has the file open.
Therefore, physical records can be locally buffered by the run unit when the file is open in
exclusive mode, resulting in lower operating system overhead. For files open in the input-
output mode, operating system overhead is further reduced since record locking operations are
not necessary.
Record Locking
In runtime environments in which more than one user can be running concurrently, the
possibility arises that multiple users may wish to access the same file at the same time. In
these circumstances, the following sequence of events may occur: user A reads a record from
a file, modifies a field within the record, and then rewrites the record. After user A reads the
record but before it is rewritten, user B reads the same record from the same file, modifies it
and rewrites it. The final contents of the record depend on the sequence in which these
operations occur, and this is not predictable since the two users are not coordinated.
To prevent this sort of destructive interference between concurrent users of shared files,
RM/COBOL provides record locking facilities. If the LOCK MODE clause (on page 75) is
not specified for a file, the default record locking mode for a file opened in a shared input-
output mode is automatic single. (For additional information, see the “File Sharing” in
Chapter 8: RM/COBOL Features and the FORCE-USER-MODE keyword in Chapter 10:
Configuration of the RM/COBOL User’s Guide.) There are four record locking modes:
automatic multiple, automatic single, manual multiple, and manual single. For more
information, see Record Locking Modes on page 222. Record locking occurs only when the
file is open in the shared input-output mode.
Records need not be locked in order to rewrite or delete them. The runtime system will obtain
the lock in those cases where it is not already held by the run unit. The record so locked may
contain different data than expected because of the action of other run units sharing the file.
In addition, the REWRITE or DELETE statement will be unsuccessful if another run unit has
deleted that record or if the record is locked by another run unit and the program executing the
DELETE or REWRITE statement is such that it does not wait for the record lock to be
released. If the record is successfully locked, the record lock is released upon completion of
the REWRITE or DELETE statement. It is the application programmer’s responsibility to
provide appropriate record locking when necessary for data integrity in a shared file
environment by use of the READ statement immediately prior to REWRITE or DELETE
statements.
When a run unit attempts to hold multiple record locks, either through one of the multiple
record locking modes in one file or single record locking modes in more than one file, it is the
application programmer’s responsibility to avoid deadlock situations. A deadlock situation
occurs when run unit 1 holds a lock on record A and repeatedly attempts to lock record B
while run unit 2 holds a lock on record B and repeatedly attempts to lock record A. Each
application that shares the same files should lock records in the same order and, upon
unsuccessfully locking one record in the series, unlock all currently locked records before
attempting to lock the records again.
Programs that use record locking may specify both a file status data item and an applicable
USE procedure for each file that is possibly shared by other concurrent run units. When this
condition is met, the runtime system invokes the USE procedure with the file status data item
set to a value of 99 when a record cannot be locked because it is currently locked by another
run unit. This can occur for a DELETE or REWRITE statement if these statements are
executed without having previously locked the record to be deleted or replaced. When the
99 status occurs, the program can unlock (by use of the UNLOCK statement) any records
already successfully locked and then attempt to obtain the required locks again.
Programs that do not specify both a file status data item and an applicable USE procedure for
a shared file will cause the runtime system to wait for a record to be unlocked by another run
unit before locking the record for this run unit. Such programs should never attempt to hold
multiple record locks, either in one logical file or in two or more logical files, since the
program cannot recover from potential deadlock situations with other concurrently executing
run units that share those files.
Regardless of whether both a file status data item and applicable USE procedure are defined,
if the run unit attempts to lock the same record through two different COBOL file-names that
refer to the same physical file, the input-output statement will be unsuccessful with an I-O
status value of 99.
Note The maximum number of record locks that may be held simultaneously is a system-
dependent parameter. An application should not be designed to hold a large number of
simultaneous record locks. Special care should be taken when automatic multiple record
locking applies to a file because each READ statement without the NO LOCK phrase will
obtain another record lock. When a DELETE, READ, or REWRITE statement is executed
that attempts to obtain a record lock that exceeds the maximum number of record locks, the
statement will complete unsuccessfully.
locking. When automatic record locking applies, the NO LOCK phrase should be specified in
READ statements for which it is known that the accessed record will not be updated by a
REWRITE statement or deleted by a DELETE statement.
The automatic record locking modes are automatic single and automatic multiple.
Automatic single record locking applies when the LOCK MODE IS AUTOMATIC clause
does not specify the MULTIPLE option in the LOCK ON RECORD phrase or when the
LOCK MODE clause is omitted and automatic single record locking is the applicable default
for the file. In automatic single record locking mode, at most one record in the logical file is
locked by the run unit at any one time because any input-output statement that refers to the
file causes any existing record lock to be released.
Automatic multiple record locking applies when the LOCK MODE IS AUTOMATIC clause
specifies the LOCK ON MULTIPLE RECORDS phrase or when the LOCK MODE clause is
omitted and automatic multiple record locking is the applicable default for the file. Automatic
multiple record locking allows the run unit to hold a number of record locks in one file
simultaneously. In automatic multiple record locking mode, existing record locks are not
released until a CLOSE or UNLOCK statement that refers to the file-name is executed, except
that the successful execution of the DELETE statement causes the record lock to be released
for the deleted record.
file. This single record lock moves from record to record as READ statements that obtain a
record lock are executed, or is released if any other input-output statement is executed.
The single record locking modes are automatic single and manual single. Automatic single
record locking mode is described in Automatic Record Locking Modes on page 222. Manual
single record locking mode is described in Manual Record Locking Modes on page 223.
Both the field-oriented and the screen-oriented modes of terminal control are nonstandard
extensions to the COBOL language.
The three modes of communicating with the terminal are not intended to be intermixed within
a given run unit. The interaction between the three modes is undefined, and intermixing
elements from the three modes leads to results that are unpredictable and probably divergent
across various implementations of RM/COBOL. A run unit should be planned with one of
the modes in mind, and elements of the other modes should be avoided within that run unit.
Sort-Merge
The sort-merge feature provides the capability to order one or more files of records, or to
combine two or more identically ordered files of records, according to a set of user-specified
keys contained within each record. Optionally, a user may apply some special processing to
each of the individual records by input or output procedures. This special processing may be
applied before, after, or both before and after the records are ordered by the SORT, or after
the records have been combined by the MERGE.
Sort-merge provides the facility for sorting one or more files, or combining two or more files,
one or more times within a given execution of a program.
The files listed in the USING and GIVING phrases of the SORT and MERGE statements may
be of any organization.
No input-output statement may be executed for the file named in the sort-merge file
description.
Communication Facility
The communication facility provides the ability to access, process, and create messages or
portions thereof. It provides the ability to communicate through a Message Control System
(MCS) with local and remote communication devices.
The first function, that of interfacing the object program with the communication devices, is
the most obvious to the user. In fact, the user may be unaware that the other two functions
exist. Messages from communication devices are placed in input queues by the MCS while
awaiting disposition by the object program. Output messages from the object program are
placed in output queues by the MCS while awaiting transmission to communication devices.
The structures, formats, and symbolic names of the queues are defined by the user to the MCS
at some time prior to the execution of the object program. Symbolic names for message
sources and destinations are also defined at that time. The user must specify, in the program,
symbolic names that are known to the MCS.
During the execution of an object program, the MCS performs all necessary actions to update
the various queues as required.
Object Program
The object program interfaces with the MCS when it is necessary to send data, receive data,
or to interrogate the status of the various queues that are created and maintained by the MCS.
In addition, the object program may direct the MCS to establish or break the logical
connection between the communication device and a specified portion of the MCS queue
structure. The method of handling the physical connection is a function of the MCS.
The source program uses four statements to control the interface with the MCS:
1. The RECEIVE statement, which causes data in a queue to be passed to the object
program.
2. The SEND statement, which causes data associated with the object program to be passed
to one or more queues.
3. The ACCEPT statement with the MESSAGE COUNT phrase, which causes the MCS to
indicate to the object program the number of complete messages in the specified queue
structure.
4. The PURGE statement, which causes the MCS to eliminate a partial message which has
been released by one or more SEND statements.
The source program uses two statements to control the interface between the MCS and
communication devices:
1. The ENABLE statement, which establishes a logical connection between the MCS and
one or more communication devices.
2. The DISABLE statement, which breaks a logical connection between the MCS and one
or more communication devices.
The only operating difference between the two methods is that MCS invocation causes the
areas referenced by the symbolic queue and subqueue names in the specified CD to be filled.
Concept of Queues
The following discussion applies only when the communication environment is established
using a CD without the FOR I-O clause.
Queues consist of one or more messages from or to one or more communication devices.
They form the data buffers between the object program and the MCS. Input queues are
logically separate from output queues.
The MCS logically places in queues or removes from queues only complete messages.
Portions of messages are not logically placed in queues until the entire message is available to
the MCS. That is, the MCS does not pass a message segment to an object program until all
segments of that message are in the input queue, even though the source program uses the
SEGMENT phrase of the RECEIVE statement. For output messages, the MCS does not
transmit any segment of a message until all of its segments are in the output queue. The
number of messages that exist in a given queue reflects only the number of complete
messages that exist in the queue.
The process by which messages are placed into a queue is called enqueueing. The process by
which messages are removed from a queue is called dequeueing.
Queue Hierarchy
In order to control more explicitly the messages being enqueued and dequeued, it is possible
to define in the MCS a hierarchy of input queues, that is, queues comprising queues. Four
levels of queues are available. In order of decreasing significance, the queue levels are named
queue, sub-queue-1, sub-queue-2, and sub-queue-3.
This chapter presents detailed information on the syntax and meaning of each Procedure
Division statement. Each Procedure Division statement within a series of statements may be
connected to the next by the optional word THEN.
imperative-statement-2
{ imperative-statement-1 THEN }
conditional-statement-1
mnemonic-name-3
ACCEPT identifier-1 FROM [ END - ACCEPT ]
low-volume-I-O-name-1
Data is transferred from the standard input device into the data item referred to by
identifier-1. The FROM phrase may affect which input device is used. If mnemonic-name-3
is used in the FROM phrase, it must have been defined in the SPECIAL-NAMES paragraph
of the Environment Division with the low-volume-I-O-name-1 IS mnemonic-name-3 clause.
The associated low-volume-I-O-name-1 must be CONSOLE or SYSIN.
Note If identifier-1 is numeric or justified right and the FROM phrase is not specified,
the Format 1 ACCEPT statement is treated as if it were a Format 3 ACCEPT statement with
the CONVERT phrase. A compiler option suppresses this modification. For details, see
the discussion of the M Compile Command Option in Chapter 6: Compiling in the
RM/COBOL User’s Guide.
If the size of the receiving data item—or the portion of the receiving data item not yet
occupied by transferred data—exceeds the size of the transferred data, the transferred data is
stored aligned to the left in the receiving data item (or that portion not yet occupied), and
additional data is accepted from the keyboard.
If the size of the transferred data exceeds the size of the receiving data item—or the portion of
the receiving data item not yet occupied by transferred data—only the leftmost characters of
the transferred data are stored in the receiving data item (or the remaining portion). The
remaining characters of the data that do not fit into the receiving data item are discarded.
ACCEPT . . . FROM CONSOLE is treated as if CONSOLE IS CONSOLE was specified in
the SPECIAL-NAMES paragraph if CONSOLE has not been otherwise defined.
ACCEPT . . . FROM SYSIN is treated as if SYSIN IS SYSIN was specified in the SPECIAL-
NAMES paragraph if SYSIN has not been otherwise defined.
The END-ACCEPT phrase delimits the scope of the ACCEPT statement. This phrase is not
necessary unless the ACCEPT statement is specified in the conditional phrase of another
statement. Even in that case, the phrase is not necessary unless this statement specifies a
conditional phrase or that other statement is also an ACCEPT statement. The END-ACCEPT
phrase is allowed even when not necessary. For additional information on scope terminators
such as END-ACCEPT, see Scope of Statements (on page 31), Imperative Statements (on
page 30), and Delimited Scope Statements (on page 31).
CENTURY - DATE
CENTURY - DAY
DATE [ YYYYMMDD ]
DATE - AND - TIME
DATE - COMPILED
ACCEPT identifier-2 FROM DAY [ YYYYDDD ] [ END - ACCEPT ]
DAY - AND - TIME
DAY - OF - WEEK
ESCAPE KEY
EXCEPTION STATUS
TIME
For any single Format 2 ACCEPT statement execution, the runtime ensures the consistency of
the data returned for cases when the result might be affected by a boundary condition. For
example, the runtime guarantees for the DATE-AND-TIME option that the time and date
agree when the time is just before or just after midnight. On the other hand, when the DATE
and TIME options are used in separate ACCEPT statements near midnight, the program will
obtain an inconsistent set of values that is nearly 24 hours off when considered as a pair if
midnight occurs between the two ACCEPT statements.
The information requested is transferred according to the rules of the MOVE Statement (see
page 311). CENTURY-DATE, CENTURY-DAY, DATE, DATE-AND-TIME, DATE-
COMPILED, DAY, DAY-AND-TIME, DAY-OF-WEEK, ESCAPE KEY, EXCEPTION
STATUS, and TIME are implicitly defined data items and, therefore, are not described in the
program.
CENTURY-DATE is made up of the data elements year, month, and day. The sequence is
YYYYMMDD; thus, a current date of July 1, 2003 would be expressed as 20030701.
CENTURY-DATE, when accessed by a program, behaves as if it had been described as an
unsigned elementary numeric integer data item eight digits in length.
CENTURY-DAY is made up of the data elements year and day. The sequence is
YYYYDDD; thus, a current date of July 1, 2003 would be expressed as 2003182.
CENTURY-DAY, when accessed by a program, behaves as if it had been described as an
unsigned elementary numeric integer data item seven digits in length.
DATE without the YYYYMMDD phrase is made up of the data elements year, month, and
day. The sequence is YYMMDD; July 1, 1988 would be expressed as 880701. DATE, when
phrase is allowed even when not necessary. For additional information on scope terminators
such as END-ACCEPT, see Scope of Statements (on page 31), Imperative Statements (on
page 30), and Delimited Scope Statements (on page 31).
TIME is made up of the data elements hours, minutes, seconds, and hundredths of a second.
TIME is based on elapsed time after midnight on a 24-hour clock basis. The sequence is
HHMMSShh; thus, 2:41 p.m. would be expressed 14410000. TIME, when accessed by a
program, behaves as if it had been described as an unsigned elementary numeric integer data
item eight digits in length. The minimum value of TIME is 00000000; the maximum value is
23595999.
The Format 3 ACCEPT statement causes the transfer of data from the terminal keyboard. The
data replaces the contents of the data item named by identifier-1. The receiving data item
may have any usage except INDEX or POINTER.
identifier-2 (UNIT), identifier-3 (POSITION), identifier-5 (CURSOR), identifier-6 (LINE),
identifier-7 (SIZE), identifier-8 (TIME), and identifier-9 (EXCEPTION) must be described
as integer numeric data items. literal-1 (UNIT), literal-2 (POSITION), literal-4 (CURSOR),
literal-5 (LINE), literal-7 (SIZE), and literal-8 (TIME) must be nonnegative integer numeric
literals.
identifier-4 (CONTROL) must be a nonnumeric data item. literal-3 (CONTROL) must be a
nonnumeric literal.
identifier-10 (PROMPT) must refer to a nonnumeric data item of one character in length.
literal-6 (PROMPT) must be a nonnumeric literal of one character in length.
identifier-11 (AT) must refer to an unsigned numeric integer display data item of four or six
characters in length. literal-9 (AT) must be an unsigned numeric integer literal of four or six
characters in length.
It is worthwhile to define several terms used to describe the detailed function of each phrase:
• The term “input field” describes a conceptual data item containing the data transmitted
from the terminal as displayed on the screen. The size of this data item is determined
according to rules outlined in the discussion of the SIZE Phrase that begins on page 245,
and the type of the data item is alphanumeric.
• The term “receiving item” is synonymous with the data item identifier-1.
• The term “screen field” applies to the physical field presented on the screen itself.
• The term “field termination” is the means by which the terminal operator indicates the
conclusion of data input for an input field; “field termination key” describes a character
or character sequence which is interpreted, not as data to be included in the input field,
but as field termination. More than one field termination key exists; such keys are
differentiated by means of “exception status values.” For further information, see “Field
Termination Keys” in Chapter 8: RM/COBOL Features and the RM/COBOL Generic
Exception Status Values table in “TERM-INPUT Configuration Record” in Chapter 10:
Configuration of the RM/COBOL User's Guide.
Table 29 shows the relationship of the various Format 3 ACCEPT statement phrases to the
characteristics of the input field and screen field subject to control by the program.
Note that the CONTROL phrase may be used in many instances to allow dynamic (that is,
runtime as opposed to compile time) specification of characteristics.
Features that require support of the host operating system or terminal hardware may not be
supported in all circumstances. Unsupported features will compile correctly, but will be
ignored at runtime. For specific details, see the “Terminal Input and Output on UNIX” and
“Terminal Input and Output on Windows” sections in Chapters 2 and 3, respectively, of the
RM/COBOL User’s Guide. Also note that some phrases may require that character positions
on the screen between fields be reserved for attribute characters (typically, to support the
HIGH, LOW, OFF, BLINK, REVERSE, ERASE EOL and ERASE EOS phrases). Take care
to allow for attribute characters by not juxtaposing fields that may require them. For more
information, see “ACCEPT and DISPLAY Phrases” in Chapter 8: RM/COBOL Features of
the RM/COBOL User's Guide.
Table 29: ACCEPT Statement Phrases for Output and Screen Fields
When an ACCEPT statement contains more than one receiving operand (identifier-1), the
values are transferred in the sequence in which the operands are encountered. ACCEPT
phrases apply to the previously specified identifier-1 only. A subsequent identifier-1 in the
same ACCEPT statement is treated as if no previous phrases had been specified; however, see
the discussion of the POSITION phrase in LINE and POSITION Phrases (on page 243).
An ACCEPT statement may contain no more than one ON EXCEPTION phrase, and if
present it must be associated with the last (or only) identifier-1.
The END-ACCEPT phrase delimits the scope of the ACCEPT statement. This phrase is not
necessary unless the ACCEPT statement is specified in the conditional phrase of another
statement. Even in that case, the phrase is not necessary unless this statement specifies a
conditional phrase or that other statement is also an ACCEPT statement. The END-ACCEPT
phrase is allowed even when not necessary. For additional information on scope terminators
such as END-ACCEPT, see Scope of Statements (on page 31), Imperative Statements (on
page 30), and Delimited Scope Statements (on page 31).
AUTO Phrase
AUTO
AUTO - SKIP
AUTO-SKIP is a synonym for AUTO. The AUTO phrase describes the normal behavior of
RM/COBOL, where a field is automatically accepted when the last character of the field is
entered, without waiting for a field termination key to be pressed. The phrase is allowed for
compatibility with other dialects of COBOL. In RM/COBOL, the TAB phrase must be
specified to suppress the automatic acceptance of a field when the last character is entered.
[ NO ] BEEP
BELL
If the NO BEEP phrase is omitted, an audio alarm signal occurs when the ACCEPT statement
is executed.
The default behavior of RM/COBOL to issue an audio alarm signal when an ACCEPT
statement without the NO BEEP phrase is executed may be modified with the ACCEPT-
BEEP-DEFAULT keyword of the COMPILER-OPTIONS configuration record. When this
keyword specifies a value of NO, the RM/COBOL terminal-I-O ACCEPT statement causes
an audio alarm signal only when the BEEP phrase (without the NO) is specified. In this case,
a NO BEEP phrase causes a compilation warning because the phrase is redundant with the
configured setting. (For further details, see the discussion of the ACCEPT-BEEP-DEFAULT
keyword in “COMPILER-OPTIONS Configuration Record” in Chapter 10: Configuration of
the RM/COBOL User’s Guide.)
BLINK Phrase
BLINK
The presence of the BLINK phrase causes the PROMPT fill character and any displayed data
to be displayed in a blinking mode.
If the BLINK phrase is not specified, the data is displayed in a nonblinking mode.
CONTROL Phrase
identifier-4
CONTROL
literal-3
The value of identifier-4 or literal-3 in the CONTROL phrase is used to specify a dynamic
option list. The value must be a character-string consisting of a series of keywords delimited
by commas; some keywords allow assignment of a value by following the keyword with an
equal sign and the value. Blanks are ignored in the character-string. Lowercase letters are
treated as uppercase letters within keywords. Keywords specified override corresponding
static options specified as phrases for the same identifier-1. Keywords may be specified in
any order. Keywords, which specify options that do not apply to the statement, are ignored.
The keywords that affect an ACCEPT statement are BEEP, BLINK, CONVERT, ECHO,
ERASE, ERASE EOL, ERASE EOS, HIGH, LOW, NO BEEP, NO BLINK, NO CONVERT,
NO ECHO, NO ERASE, NO PROMPT, NO REVERSE, NO TAB, NO UNDERLINE, NO
UPDATE, OFF, PROMPT, REVERSE, TAB, UNDERLINE, UPDATE and UPPER. The
meanings of these keywords when they appear in the value of the CONTROL phrase operand
are the same as the corresponding phrases which may be written as static options of the
ACCEPT statement, with the addition of the negative forms to allow suppression of statically
declared options. The keywords UNDERLINE and UPPER are not available as static options
of the ACCEPT statement. When specified, UPPER causes all lowercase alphabetic
characters contained in the screen field to be changed to uppercase alphabetic characters
before input data conversion and storing in the receiving field. When specified,
UNDERLINE causes the field on the screen to be shown in underlined mode, provided the
terminal supports that mode. Additional keywords may be supported in environments that
have device-dependent functions (for example, color control); see “CONTROL Phrase” in
Chapter 8: RM/COBOL Features of the RM/COBOL User’s Guide for specifics.
The keywords are grouped by function such that only the rightmost appearance in the control
value of a keyword from a functional group actually affects the screen field. The functional
groupings are as follows:
Note that if the keyword UPDATE is specified, input data conversion is implied; unless
identifier-1 is numeric edited, the keywords CONVERT and NO CONVERT are ignored. In
the cases when identifier-1 is numeric and UPDATE is not specified, NO CONVERT may be
used to suppress implicit or explicit input conversion.
CONVERT Phrase
CONVERT
If identifier-1 is numeric, the CONVERT phrase causes input conversion of the input field to
a signed numeric value that is then stored in identifier-1. The CONVERT phrase is implied
when identifier-1 is numeric, unless specifically overridden by the NO CONVERT keyword
in identifier-7 or literal-7 of the CONTROL phrase, or by the use of the compiler option to
suppress implied input conversion (for details, see the discussion of the ACCEPT-
SUPPRESS-CONVERSION keyword in “COMPILER-OPTIONS Configuration Record” in
Chapter 10: Configuration of the RM/COBOL User’s Guide).
Numeric input conversion is accomplished by a scan of the input field according to the
following rules:
1. Set the sign according to the rightmost sign present in the input data, or positive if no
minus sign is present in the input data. The characters CR or DB occurring after all digits
in the input field are treated as a minus sign.
2. Set the implied decimal point according to the rightmost period given in the input. If no
period is present, the numeric value is an integer. If the DECIMAL-POINT IS COMMA
clause was specified in the source program, a comma replaces the period in determining
the implied decimal point.
3. Delete all nonnumeric characters from the input field.
identifier-1, however, according to the rules listed above without regard to the presence of an
exception condition.
The CONVERT phrase is implied by the UPDATE phrase when identifier-1 is numeric, but
the CONVERT and UPDATE phrases may both be specified without error.
The use of input conversion is strongly recommended for numeric receiving items unless the
program needs a different conversion algorithm and performs its own input validation.
If identifier-1 is numeric and input conversion is not specified (either explicitly or implicitly),
identifier-1 is treated as an elementary alphanumeric data item whose size is equal to the
number of data storage positions occupied by identifier-1. The data from the unconverted
input field is moved to identifier-1 according to the rules for an alphanumeric move. The use
of identifier-1, whose value has been set in this manner, in an arithmetic operation, will have
unpredictable results.
If identifier-1 is numeric edited and the CONVERT phrase is specified, the input field is
converted to a signed numeric value as described above and that value is then stored in
identifier-1 with editing according to the PICTURE character-string for identifier-1.
If identifier-1 is justified right alphanumeric and the CONVERT phrase is specified, the data
from the input field is moved to identifier-1 according to the move rules for a justified right
receiving data item.
If identifier-1 is alphanumeric edited and the CONVERT phrase is specified, those characters
in the input field which correspond in position (from the left) to the PICTURE symbols A, X
or 9 are moved to their respective positions in identifier-1. Spaces will be moved to those
positions in identifier-1 that are represented by the PICTURE symbols A, X or 9 but which
have no corresponding positions in the input field. The insertion characters 0, space and / will
be stored in identifier-1 character positions represented by PICTURE symbols 0, B and /,
respectively.
If identifier-1 is any other type, or if the CONVERT phrase is not specified, the data from the
input field is moved to identifier-1 according to the rules for an alphanumeric move.
CURSOR Phrase
identifier-5
CURSOR
literal-4
The value of identifier-5 or literal-4 in the CURSOR phrase specifies the initial cursor offset
within the screen field from which the data is to be accepted. When identifier-5 is specified,
the cursor offset at field termination is also returned to the program in identifier-5.
An offset of 1 represents the leftmost character position of the screen field. A value of zero is
treated as 1; a value greater than the size of the screen field is treated as equal to the size of
the screen field.
Note When the CURSOR clause is specified in the SPECIAL-NAMES paragraph, it has no
effect on this format of the ACCEPT statement. The CURSOR phrase must be used in this
format of the ACCEPT statement to position the cursor to other than the beginning of the
field. The CURSOR clause in the SPECIAL-NAMES paragraph is used in format 5,
ACCEPT screen-name, ACCEPT statements. This contrasts with the CRT STATUS clause
(on page 63) in the SPECIAL-NAMES paragraph, which is used with both this format and the
format 5 ACCEPT screen-name statement.
ECHO Phrase
ECHO
The presence of the ECHO phrase in an ACCEPT statement causes the contents of
identifier-1 to be displayed in the screen field following data input. The display of the
data is done as if a DISPLAY statement with similar options were executed. Note, however,
that the CONVERT phrase in an ACCEPT statement controls only input conversion; output
conversion is controlled by the UPDATE phrase.
If identifier-1 is numeric and input conversion was specified either explicitly or implicitly, the
display of the data uses output conversion.
When the ECHO phrase is not specified, the original input data remains in the screen field.
ERASE Phrase
EOL
ERASE
EOS
The presence of the ERASE phrase without either of the reserved words EOL or EOS causes
the entire screen of the terminal to be erased. The current line and current position are set
to 1.
The presence of the ERASE EOL phrase causes the portion of the line containing the leftmost
character of the screen field to be erased from the leftmost character of the screen field to the
rightmost character of that line.
The presence of the ERASE EOS phrase causes the portion of the screen to be erased from the
leftmost character of the screen field to the rightmost character of the bottom line of the
screen.
In all three cases above, erasure occurs before any data is displayed in or accepted from the
screen field.
When no ERASE phrase is specified, no erasure occurs before accepting the data.
character (in other words, not a field termination key) in the rightmost character position of
the screen field; this method of field termination results in a value of zero being stored in
identifier-9. If identifier-9 is omitted, the value of the exception status may be obtained with
a Format 2 ACCEPT statement that specifies the ESCAPE KEY option or from the data item
referenced by the CRT STATUS clause if that clause is specified in the SPECIAL-NAMES
paragraph.
If input data conversion has been specified (see the discussions of the CONVERT Phrase on
page 239 and the UPDATE Phrase on page 247) and the conversion process detects a
violation of the following rules, the exception status value 98 is stored in identifier-9,
overriding the exception status value associated with the field termination key.
If identifier-1 is numeric or numeric edited, the following rules are checked:
1. At most, one decimal point (period, or comma if DECIMAL-POINT IS COMMA) is
allowed.
2. At most, one operational sign (+ or – either leading or trailing, or DB or CR as the
rightmost nonblank characters of the input field) is allowed.
3. Leading asterisks are allowed, but asterisks may not follow any digits (0 through 9).
4. All characters must be in the set digits (0 through 9), space, period, comma, dollar sign,
currency symbol, stroke (/), and plus and minus. In addition, the characters C, R, D, B,
and asterisk are allowed as stipulated in rules 2 and 3.
5. The resulting value of the conversion must not cause a size error condition when stored in
identifier-1.
Note that input data conversion will store a value in identifier-1 even if one of these rules is
violated; see the discussion of the CONVERT Phrase (on page 239) for more details.
If identifier-1 is alphanumeric edited, an input data conversion error occurs when an input
field character in a position corresponding to the PICTURE symbol 0, B, or / (in the
PICTURE character-string describing identifier-1) exists but is not equal to 0, blank or /,
respectively.
When the value of identifier-9 is nonzero, imperative-statement-1 may be executed.
imperative-statement-1 will be executed when identifier-9 has the exception status value 98
(input data conversion rule violation) or the exception status value 99 (input timed out). For
other values of identifier-9, the execution of imperative-statement-1 depends on the field
termination key for ACCEPT statements, as discussed in “Field Termination Keys” in
Chapter 8: RM/COBOL Features of the RM/COBOL User’s Guide.
Additional information on field termination keys and the associated exception status values
placed in identifier-9 can also be found in the RM/COBOL Generic Exception Status
Values table in “Character Sequence Specification for Field Termination Keys” section of
Chapter 10: Configuration of the RM/COBOL User’s Guide.
The presence of the HIGH or LOW phrase causes the PROMPT fill character and the
accepted data (if UPDATE, ECHO or both are specified) to be displayed at the specified
intensity.
The presence of the OFF phrase causes data to be input from the terminal keyboard but not
displayed in the screen field. Space characters are displayed in the screen field in lieu of
data characters.
When none of the phrases HIGH, LOW or OFF is specified, the default intensity is HIGH.
The SECURE phrase causes asterisks to be displayed in the field instead of the actual
characters accepted. However, if the object version is restricted to less than 12, the SECURE
phrase is treated as a synonym for OFF.
value. When this format of the phrase is used, it is as if both the LINE and POSITION
phrases have been specified.
If the position value is greater than the maximum number of characters within a line, the
position value is reduced by the maximum number of characters within a line and the line
value is incremented by 1. This process is repeated until the position value is not greater than
the maximum number of characters within a line.
If the position value is equal to zero, the position value is set to the current position.
If the line value exceeds the number of lines on the screen, the contents of the screen are
scrolled up one line and the line value is set to the number of lines on the screen.
If the line of the rightmost character of the screen field exceeds the number of lines on the
screen, the contents of the screen are scrolled up the amount of the excess and the line value is
reduced by the amount of the excess.
The resulting line value and position value specify the position of the leftmost character of the
screen field.
The presence of the MODE IS BLOCK phrase in an ACCEPT statement causes the ACCEPT
to accept a group data item as a single input field. This is the normal behavior of
RM/COBOL, so if the phrase is omitted, a group is still accepted as a single input field. The
phrase is allowed for compatibility with other dialects of COBOL.
PROMPT Phrase
CHARACTER IS identifier-10
PROMPT
CHARACTER IS literal-6
The presence of the PROMPT phrase in an ACCEPT statement causes the data to be accepted
with prompting. The action of prompting is to display fill characters on the screen in the
positions from which data is to be accepted.
The value of literal-6 or the data item referenced by identifier-10 specifies the fill character to
be used in prompting. literal-6 must be a single-character, nonnumeric literal or figurative
constant. identifier-10 must refer to a single character alphanumeric data item. If literal-6
and identifier-10 are omitted in the PROMPT phrase, an underscore is used as the fill
character.
Note The keyword CHARACTER is required when identifier-10 is specified in the PROMPT
phrase. Otherwise, identifier-10 will be considered the next data item to be accepted in a
series of data items accepted within one ACCEPT statement.
When the PROMPT phrase is not specified, the data is accepted without prompting; the
original contents of the field on the screen are undisturbed before accepting input unless the
UPDATE phrase is specified.
When both the UPDATE and PROMPT phrases are specified, the fill character fills any
character positions not occupied by the original value of the receiving operand.
REVERSE Phrase
REVERSE
REVERSED
REVERSE - VIDEO
SIZE Phrase
identifier-7
SIZE
literal-7
The value of identifier-7 or literal-7 in the SIZE phrase specifies the size of the screen field
and the input field.
If the SIZE phrase is not present, or if a value of zero is specified, the size of the input field
and screen field (called the size value) is determined by the characteristics of identifier-1 and
by the presence or absence of input and output conversion (see the discussions of the
CONVERT Phrase on page 239 and the UPDATE Phrase on page 247) as follows:
• If identifier-1 is numeric and input conversion is specified (either explicitly or implicitly),
the size value is set to the number of digits defined in the PICTURE character-string for
identifier-1, plus 1 if identifier-1 is signed, plus 1 if identifier-1 is noninteger.
• If identifier-1 is numeric, input conversion is not specified, and identifier-1 is usage
DISPLAY, BINARY or equivalent, the size value is set to the number of data storage
positions (that is, the number of bytes) occupied by identifier-1.
• If identifier-1 is numeric, input conversion is not specified, the CONVERT phrase is
specified, and identifier-1 is usage PACKED-DECIMAL or equivalent, the size value is
set to twice the number of data storage positions occupied by identifier-1.
• If identifier-1 is numeric edited and the UPDATE and CONVERT phrases are specified
explicitly, the size value is set as described in rule 1. Note that the number of digits
defined in the PICTURE character-string does not include the insertion symbol 0.
• In all other circumstances, the size value is set to the number of data storage positions
occupied by identifier-1.
• If identifier-1 is numeric and the SIZE phrase is present and the value of its operand is
greater than the number of 9’s in the PICTURE character-string of identifier-1, truncation
of the entered value may occur and no conversion error is produced. If the usage of
identifier-1 is COMP-1, binary truncation is done. If the usage of identifier-1 is COMP-1
and its PICTURE character-string specifies five or more 9’s, the entered value is also
truncated.
TAB Phrase
TAB
The presence of the TAB phrase in an ACCEPT statement causes a wait for a field
termination key; the field termination key will signal field termination.
If the TAB phrase is omitted, field termination occurs when either the end of the input field is
encountered or a field termination key is pressed.
TIME Phrase
identifier-8
BEFORE TIME
literal-8
The value of identifier-8 or literal-8 in the TIME phrase specifies the length of time to wait
before automatically terminating when no data is entered during the execution of the
ACCEPT statement. The time period is specified in hundredths of seconds, but should be
considered only an approximate value because of system variations. For example, a value of
6000 specifies an approximate time-out value of one minute.
A time-out value of 0 indicates that the ACCEPT should terminate immediately if there is no
character waiting. A time-out value greater than 4,294,967,295 (a PIC 9(10) data item set to a
value 9999999999 is recommended) indicates that the TIME phrase is being overridden and
the ACCEPT will behave as if the TIME phrase were not specified.
If the user enters any data during the execution of an ACCEPT statement prior to the
completion of the timing interval, the timer is canceled. The user may then take any amount
of time to complete the entry of data for the ACCEPT statement as if the TIME phrase had
not been specified.
If the timing interval completes without any entry of data by the user, then the ACCEPT
statement terminates and returns a value as if the user had typed the Return key, except that an
exception condition is raised and the exception status value 99 is returned. (See also the
discussion of the ON EXCEPTION and NOT ON EXCEPTION Phrases (on page 241).
UNIT Phrase
identifier-2
UNIT
literal-1
The UNIT phrase, if specified, must be the first phrase entered. The other phrases may be
written in any order.
The value of identifier-2 or literal-1 in the UNIT phrase specifies the terminal from which
the data is to be accepted. If the UNIT phrase is omitted, the terminal that started the run unit
is used.
The UNIT phrase may be ignored by some runtime implementations except as it affects the
default value of the POSITION phrase (described previously). This will occur in all systems
that do not allow use of terminals other than the one associated with the run unit execution.
UPDATE Phrase
UPDATE
The UPDATE phrase causes the current value of identifier-1 to be displayed in the screen
field with output conversion (internal to human-readable form). The operator may then
modify the contents of the screen field before indicating field termination. The data in the
input field is then stored in identifier-1 with input conversion (human-readable to internal
form; see the discussion of the CONVERT Phrase on page 239).
In output conversion, the value of a numeric data item is converted to a standardized format
according to the output conversion rules for the DISPLAY statement:
1. A leading, separate minus sign is provided for a negative value.
2. An explicit decimal point is provided for a noninteger value. The representation of this
explicit decimal point is a period, except that, if the DECIMAL-POINT IS COMMA
clause is specified in the source program, a comma is used instead.
3. Digits are left justified with leading zeroes removed.
With the exception of numeric edited data items, nonnumeric data items are not converted
before they are displayed (that is, output conversion for nonnumeric data items is a null
operation).
If identifier-1 is numeric edited and both the CONVERT and UPDATE phrases are specified,
a numeric value for identifier-1 is determined according to the rules for the MOVE statement
(MOVE numeric-edited TO numeric). That value is then converted to a standardized form
according to the rules listed above. If identifier-1 is numeric edited, the UPDATE phrase is
specified, and the CONVERT phrase is not specified, identifier-1 is treated as a nonnumeric
data item and is not converted before display.
Note that output conversion affects only the appearance of the value in the screen field. The
contents of identifier-1 are not changed by output conversion itself.
Output conversion in an ACCEPT statement is controlled by the UPDATE phrase. The
UPDATE phrase also implies input conversion (see the discussion of the CONVERT
phrase). Unlike the action of the CONVERT phrase in a DISPLAY statement, the
CONVERT phrase in an ACCEPT statement does not control output conversion but instead
affects input conversion.
ACCEPT INVENTORY-COUNT;
ON EXCEPTION FUNCTION-CODE
PERFORM FUNCTION-KEY-PROCEDURE
END-ACCEPT.
ACCEPT command-string
LINE command-line
COLUMN command-column
CURSOR command-cursor-offset
CONTROL command-control-string.
phrase is allowed even when not necessary. For additional information on scope terminators
such as END-ACCEPT, see Scope of Statements (on page 31), Imperative Statements (on
page 30), and Delimited Scope Statements (on page 31).
identifier -1
LINE NUMBER integer-1
AT
COLUMN
ACCEPT screen-name-1 identifier-2
COL NUMBER integer-2
identifier-3
AT integer-3
EXCEPTION
ON ESCAPE imperative-statement-1
EXCEPTION
NOT ON ESCAPE imperative-statement-2
[ END - ACCEPT ]
screen-name-1 must be defined as an elementary or group entry in the Screen Section of the
Data Division. identifier-1 and identifier-2, when used, must refer to elementary numeric
integer data items.
COL is a synonym for COLUMN.
ESCAPE is a synonym for EXCEPTION.
If the LINE phrase is specified, the value of integer-1 or the current value of the data item
referred to by identifier-1 is used as an increment to each of the explicit or implicit LINE
specifications within screen-name-1, thus shifting the screen downward the specified number
of lines.
A similar rule applies if the COLUMN phrase is specified: the value of integer-2 or the
current value of the data item referred to by identifier-2 is used as an increment to each of the
explicit or implicit COLUMN specifications within screen-name-1, thus shifting the screen to
the right the specified number of columns.
If the AT identifier-3/integer-3 phrase is specified, then the first half, that is, the first two or
three digits, of the operand specifies the line value and the second half specifies the column
value. When this format of the phrase is used, it is as if both the LINE and COLUMN phrases
have been specified.
The following discussion uses the phrase “each input field referred to by screen-name-1.”
Within the Screen Section, an input field is defined by an elementary entry that contains a
PICTURE clause having the TO or USING option. If screen-name-1 is an elementary item
having a PICTURE clause with a TO or USING option, the phrase “each input field referred
to by screen-name-1” is a reference to the screen field defined by screen-name-1. If
screen-name-1 is a group item, the phrase is a reference to each subordinate elementary
input field, taken in the order of their definition.
For each input field referred to by screen-name-1, the cursor is positioned at the beginning of
the field, the field is filled with the retained value and the operator is given control to enter a
new value for that field. If the operator does not wish to change the retained value of the
field, the Return key can be used to terminate entry for the field, leaving the value unchanged.
If the CURSOR clause is specified in the SPECIAL-NAMES paragraph and the value in the
data item referenced by that CURSOR clause contains a valid cursor position, the cursor will
be placed as specified at the beginning of the ACCEPT statement; also, in this case, at the end
of the ACCEPT statement, the position of the cursor will be stored into the referenced data
item.
While the operator is entering a value into a field, the local editing keys may be used to revise
the value being entered. Until the last input field has been completed, the operator may move
the cursor to previously entered input fields to revise their contents. The keys needed to
perform these operations are defined in the “Field Edit Keys” topic in Chapter 8: RM/COBOL
Features of the RM/COBOL User’s Guide. Additionally, the field edit keys may be
configured by the value of the ACTION keyword of the TERM-INPUT configuration record,
as described in Chapter 10: Configuration of the user's guide.
The retained value that is shown in the field when the field first becomes active during an
ACCEPT operation depends on whether screen-name-1 has previously been the subject
of an ACCEPT or DISPLAY operation within this run unit. If this is the first usage of
screen-name-1 within the run unit, the retained value is ZEROES for numeric items or
SPACES for nonnumeric items. If this is not the first usage of screen-name-1 within the
run unit, the retained value is the value left from the last ACCEPT or DISPLAY of
screen-name-1.
If the current input field is numeric, the operator may enter a leading or trailing sign character
(provided the input field allows for a sign) and a decimal point in addition to the numeric
digits. The sign and decimal point characters are recognized and removed, using the same de-
editing algorithm that is used during a Format 3 ACCEPT of a numeric operand that specifies
the CONVERT phrase.
After each input field is completed, the runtime system checks that the characters entered are
valid for that particular field. If invalid characters have been entered, an error message is
displayed on the bottom line of the screen, and the operator is given control to correct the
field. (When the correction operation occurs, existing information on the bottom line, if any,
is overlayed and not restored.)
During the course of an ACCEPT operation, the operator may terminate the operation
prematurely by use of the Escape key or one of the function keys. If the Escape key is used,
the current and all remaining input fields within screen-name-1 are passed over without
changing their retained values. If one of the function keys is used, the current field is
completed and becomes the retained value; further input fields, if any, are passed over without
changing their retained values. In either case, the escape condition is raised. If neither the
Escape key nor one of the function keys is used to signal premature termination, the ACCEPT
operation terminates normally after the last input field has been completed.
The circumstance that caused termination of the ACCEPT operation is recorded by the
runtime system, and may be interrogated by executing an ACCEPT . . . FROM ESCAPE
KEY statement. If the CRT STATUS clause (on page 63) is specified in the SPECIAL-
NAMES paragraph, the exception status value is also available in the data item referenced by
that clause.
When the ACCEPT operation completes (either normally or prematurely), each retained value
corresponding to an input field within screen-name-1 is moved to its associated item. The
move is done according to the standard MOVE rules (which are listed in the MOVE
Statement on page 311) with the sending item being the retained value as described by the
PICTURE clause in the Screen Section entry, and the destination item being the associated
item. If the CURSOR clause is specified in the SPECIAL-NAMES paragraph and the data
item referenced by that clause contained a valid screen position at the beginning of the
ACCEPT statement, then that data item is updated with the cursor position at the end of the
ACCEPT statement.
If the escape condition is raised during an ACCEPT operation and there is an ON
ESCAPE phrase in the ACCEPT statement, control is transferred to imperative-statement-1
and execution continues according to the rules for each statement specified in
imperative-statement-1. If a procedure branching or conditional statement that causes explicit
transfer of control is executed, control is transferred in accordance with the rules for that
statement; otherwise, upon completion of execution of imperative-statement-1, control is
transferred to the end of the ACCEPT statement and the NOT ON ESCAPE phrase, if present,
is ignored.
If the escape condition is raised during an ACCEPT operation and there is no ON ESCAPE
phrase, the escape condition is ignored.
If the escape condition is not raised during an ACCEPT operation and there is a NOT
ON ESCAPE phrase, imperative-statement-1 is ignored, control is transferred to
imperative-statement-2 and execution continues according to the rules for each statement
specified in imperative-statement-2. If a procedure branching or conditional statement that
causes explicit transfer of control is executed, control is transferred in accordance with the
rules for that statement; otherwise, upon completion of execution of imperative-statement-2,
control is transferred to the end of the ACCEPT statement.
Screen fields within screen-name-1 that are not input fields have no effect on the operation of
the ACCEPT statement.
The BLANK LINE, BLANK REMAINDER and BLANK SCREEN attributes are not
active during an ACCEPT operation. The effect of other attributes (AUTO, BELL, BLINK,
FULL, REQUIRED, SECURE, and so forth) is as described in Chapter 4: Data Division (on
page 85).
The appearance of the screen is undefined and unpredictable when LINE or COLUMN values
are specified such that screen fields extend beyond the boundaries of the physical screen,
either horizontally or vertically.
The END-ACCEPT phrase delimits the scope of the ACCEPT statement. This phrase is not
necessary unless the ACCEPT statement is specified in the conditional phrase of another
statement. Even in that case, the phrase is not necessary unless this statement specifies a
conditional phrase or that other statement is also an ACCEPT statement. The END-ACCEPT
phrase is allowed even when not necessary. For additional information on scope terminators
such as END-ACCEPT, see Scope of Statements (on page 31), Imperative Statements (on
page 30), and Delimited Scope Statements (on page 31).
ADD Statement
The ADD statement causes two or more numeric operands to be summed and the result to
be stored.
Format 1: Add…To
identifier-1
ADD TO { identifier-2 [ ROUNDED ] }
literal-1
Format 2: Add…Giving
identifier-1 identifier-2
ADD TO literal-2
literal-1
CORRESPONDING
ADD identifier-1 TO identifier-2 [ ROUNDED ]
CORR
In Format 1, the values of the operands preceding the word TO are added together; that sum is
then added to the current value of each data item referenced by identifier-2 storing the result
immediately into that data item.
In Format 2, the values of the operands preceding the word GIVING are added together; that
sum is then stored as the new value of each data item referenced by identifier-3.
In Formats 1 and 2, each identifier must refer to an elementary numeric item, except that in
Format 2, each identifier following the word GIVING may refer to either an elementary
numeric item or an elementary numeric edited item.
In Format 3, data items in identifier-1 are added to and stored in the corresponding data items
in identifier-2.
In Format 3, each identifier must refer to a group item.
Each literal must be a numeric literal.
Additional rules and explanations regarding features of the ADD statement that are common
to other arithmetic statements can be found in the discussion of common rules (on page 182).
Note, in particular, the discussions of the ROUNDED phrase, the size error condition,
overlapping operands, modes of operation, composite size, and incompatible data.
The END-ADD phrase delimits the scope of the ADD statement. This phrase is not necessary
unless the ADD statement is specified in the conditional phrase of another statement. Even in
that case, the phrase is not necessary unless this statement specifies a conditional phrase or
that other statement is also an ADD statement. The END-ADD phrase is allowed even when
not necessary. For additional information on scope terminators such as END-ADD, see Scope
of Statements (on page 31), Imperative Statements (on page 30), and Delimited Scope
Statements (on page 31).
CORRESPONDING Phrase
CORRESPONDING
CORR identifier-1 TO identifier-2 [ ROUNDED ]
If the CORRESPONDING phrase is used, selected items within identifier-1 are added to, and
the result stored in, the corresponding items in identifier-2.
For the ADD statement with the CORRESPONDING phrase:
• The description of identifier-1 and identifier-2 must not contain level-number 66, 77, 78,
or 88, the USAGE IS INDEX clause, or the USAGE IS POINTER clause.
• Neither identifier-1 nor identifier-2 may be reference modified.
• identifier-1 or identifier-2 may be described with the OCCURS or REDEFINES clauses
or be subordinate to data items described with the OCCURS or REDEFINES clauses. If
identifier-1 or identifier-2 is a table element, then the required subscripting must be
specified as part of identifier-1 or identifier-2. The specified subscripting will be applied
to the selected subordinate corresponding data items, respectively, for identifier-1 and
identifier-2.
The rules that govern the selection of eligible subordinate data item pairs are as follows:
1. The data items are not designated by the keyword FILLER and have the same data-name
and the same qualifiers up to but not including the original group items, identifier-1 and
identifier-2.
2. Both of the data items are elementary numeric data items.
3. A data item that is subordinate to identifier-1 or identifier-2 and contains a REDEFINES,
OCCURS, USAGE IS INDEX, or USAGE IS POINTER clause is ignored, as well as
those data items subordinate to the data item that contains the REDEFINES, OCCURS,
USAGE IS INDEX, or USAGE IS POINTER clause.
4. The name of each data item that satisfies the above conditions must be unique after
application of the implied qualifiers.
ADD CORRESPONDING
DAY-TOTALS(DAYX) TO MONTH-TOTALS(MONTHX).
ALTER Statement
The ALTER statement modifies a predetermined sequence of operations.
.
.
.
SWITCH-PARAGRAPH.
GO TO INITIALIZE-IT.
INITIALIZE-IT.
INITIALIZE EMPLOYEE-RECORD.
ALTER SWITCH-PARAGRAPH TO INITIALIZED.
INITIALIZED.
.
.
.
SET-INITIALIZE-IT.
ALTER SWITCH-PARAGRAPH TO INITIALIZE-IT.
CALL Statement
The CALL statement causes control to be transferred from one object program to another,
within the run unit.
identifier-2
[ BY REFERENCE ] OMITTED
identifier-2
USING BY CONTENT literal-2
OMITTED
identifier-1
CALL identifier -2
literal-1
literal-2
OMITTED
GIVING
RETURNING identifier-3
[ ON OVERFLOW imperative-statement-1 ]
[ END - CALL ]
identifier-2
[ BY REFERENCE ] OMITTED
identifier-2
USING BY CONTENT literal-2
OMITTED
identifier-1
CALL identifier-2
literal-1
literal-2
OMITTED
GIVING
RETURNING identifier-3
[ ON EXCEPTION imperative-statement-1 ]
1. One of those two programs must also be contained directly or indirectly either within the
separately compiled program that includes that CALL statement or within the separately
compiled program which itself directly or indirectly contains the program that includes
that CALL statement.
2. The other of those two programs must be a different separately compiled program.
If the called program does not possess the initial attribute, it and each program directly or
indirectly contained within it, is in its initial state the first time it is called within a run unit
and the first time it is called after a CANCEL to the called program.
On all other entries into the called program, the state of the program and each program
directly or indirectly contained within it remains unchanged from its state when last exited.
If the called program possesses the initial attribute, it and each program directly or indirectly
contained within it, is placed into its initial state every time the called program is called within
a run unit.
Files associated with the internal file connectors of a called program are not in the open mode
when the program is in an initial state.
On all other entries into the called program, the states and positioning of all such files is the
same as when the called program was last exited.
The process of calling a program or exiting from a called program does not alter the status or
positioning of a file associated with any external file connector.
The END-CALL phrase delimits the scope of the CALL statement. This phrase is not
necessary unless the CALL statement is specified in the conditional phrase of another
statement. Even in that case, the phrase is not necessary unless this statement specifies a
conditional phrase or that other statement is also a CALL or CALL PROGRAM statement (on
page 261). The END-CALL phrase is allowed even when not necessary. For additional
information on scope terminators such as END-CALL, see Scope of Statements (on page 31),
Imperative Statements (on page 30), and Delimited Scope Statements (on page 31).
USING Phrase
identifier-2
[ BY REFERENCE ] OMITTED
identifier-2
USING BY CONTENT literal-2
OMITTED
identifier-2
literal-2
OMITTED
The operands specified by the USING phrase of the CALL statement indicate those data items
available to a calling program that may be referred to in the called program. The order of
appearance of the operands in the USING phrase of the CALL statement and the USING
phrase in the Procedure Division header is critical. Corresponding operands refer to a single
set of data that is available to the called and calling programs. The correspondence is by
position, not name. Index-names cannot be made available to the calling program. Index-
names in the called and calling programs always refer to separate indexes, except for index-
names with the external attribute.
The USING phrase is included in the CALL statement only if there is a USING phrase in the
Procedure Division header of the called program. The number of operands in the two USING
phrases need not be the same. However, when the two lists have a different number of
operands, trailing operands for which there is no corresponding operand in the other list are
inaccessible to the called program.
The reserved word OMITTED may be specified to represent an inaccessible operand in the
list of operands in the USING phrase of the CALL statement.
In the called program, operands that are inaccessible, either because of omitted trailing
operands or use of the word OMITTED in the USING phrase of the CALL statement in the
calling program, have a null address. If the called program refers to an inaccessible argument,
other than with the ADDRESS special register or in the USING or GIVING phrase of a
CALL statement, a data reference error will occur. The called program can check for
inaccessible operands by using the ADDRESS special register to test the address of the actual
argument for equality to the figurative constant NULL.
Each operand in the USING phrase must have been defined as a data item in the File Section,
Working-Storage Section, Communication Section or Linkage Section, and must be a level 01
data item, a level 77 data item, or an elementary data item.
The values of the parameters referenced in the USING phrase of the CALL statement are
made available to the called program at the time the CALL statement is executed.
Both the BY CONTENT and BY REFERENCE phrases are transitive across the parameters
that follow them until another BY CONTENT or BY REFERENCE phrase is encountered. If
neither the BY CONTENT nor the BY REFERENCE phrase is specified prior to the first
parameter, the BY REFERENCE phrase is assumed for identifiers and the BY CONTENT
phrase is assumed for literals.
Note Prior to v7.5 of RM/COBOL, both identifiers and literals were passed BY
REFERENCE when neither the BY CONTENT nor the BY REFERENCE phrase had been
explicitly specified. A configuration option has been added to retain the prior behavior; see
the SUPPRESS-LITERAL-BY-CONTENT keyword of the COMPILER-OPTIONS
configuration record in Chapter 10: Configuration of the RM/COBOL User’s Guide.
If the BY REFERENCE phrase is either specified or implied for an operand in the USING
list, the object program operates as if the associated data item in the called program occupies
the same storage area as the corresponding data item in the calling program. The description
of the data item in the called program must describe the same number of character positions
as described by the corresponding item in the calling program.
If the BY CONTENT phrase is specified or implied for a parameter, the called program
cannot change the value of this parameter as referenced in the USING phrase of the CALL
statement, though the called program may change the value of the data item referenced by the
corresponding data-name in the Procedure Division header of the called program. The data
description of each parameter in the BY CONTENT phrase of the CALL statement must be
the same (that is, no conversion, extension or truncation) as the data description of the
corresponding parameter in the USING phrase of the Procedure Division header.
When the ADDRESS special register is specified in the USING phrase, the result value is
always passed by content. The base address of a level 01 or 77 Linkage Section item can only
be changed by Formats 5 and 6 of the SET statement. Thus, if the goal is to change the
address of a Linkage Section item based on an argument value, the calling program must pass
by reference a pointer data item as an argument. The called program may then modify the
value of this pointer data item argument. The calling program may then use the pointer data
item after the CALL statement in a Format 5 SET statement to set the address of the Linkage
Section item.
When an identifier that refers to a level-number 01 or 77 Linkage Section data item that
represents a formal argument is specified in the USING phrase of a CALL statement, the data
item is resolved according to its description in the calling program. This is an exception to
the rule that formal arguments are resolved according to their description in the Linkage
Section of the called program. How the data item is resolved mainly affects the length of the
data item as seen in the called program. For additional information on this special case of
resolving Linkage Section record-names, see Linkage Section (on page 98).
GIVING Phrase
GIVING
RETURNING identifier-3
data item is resolved according to its description in the calling program. This is an exception
to the rule that formal arguments are resolved according to their description in the Linkage
Section of the called program.
ON EXCEPTION imperative-statement-1
If, when a CALL statement is executed, the program specified by the CALL statement can be
made available for execution, control is transferred to the called program. After control is
returned from the called program, the ON OVERFLOW or ON EXCEPTION phrase, if
specified, is ignored and control is transferred to the end of the CALL statement or, if the
NOT ON EXCEPTION phrase is specified, to imperative-statement-2. In the latter case,
execution continues through imperative-statement-2 according to the rules for each statement
specified in that statement. If a procedure branching or conditional statement that causes
explicit transfer of control is executed, control is transferred in accordance with the rules for
that statement; otherwise, upon completion of the execution of imperative-statement-2,
control is transferred to the end of the CALL statement.
If, when a CALL statement is executed, it is determined that the program specified by the
CALL statement cannot be made available for execution, the NOT ON EXCEPTION phrase,
if specified, is ignored and one of the following two actions occurs:
1. If either the ON OVERFLOW or the ON EXCEPTION phrase is specified, control is
transferred to imperative-statement-1. Execution then continues according to the rules
for each statement in imperative-statement-1. If a procedure branching or conditional
statement that causes explicit transfer of control is encountered, control is transferred in
accordance with the rules for that statement; otherwise, upon completion of the execution
of imperative-statement-1, control is transferred to the end of the CALL statement.
2. If neither the ON OVERFLOW nor the ON EXCEPTION phrase is specified, a runtime
error message is produced and execution of the run unit is terminated.
Reasons for not making a called program available for execution include the following:
• The program cannot be found using the file extension and directory search sequences,
which are described in Chapter 2: Installation and System Considerations for UNIX and
in Chapter 3: Installation and System Considerations for Windows of the RM/COBOL
User’s Guide.
• The file format of the program is not one of the legal formats for an RM/COBOL called
program.
• There is insufficient available memory to load the program.
END-IF END-IF.
.
.
.
CALL SUBPRG1. *>Call "APP01" or "APP02" per choice.
RETRY-1.
CALL SUBNAME OF SUBTABLE (IX) GIVING STATUS-1
USING FUNCTION-TYPE, ITEM-1, ITEM-2,
ON EXCEPTION PERFORM CANCEL-PARAGRAPH GO TO RETRY-1
NOT ON EXCEPTION SET SUB-LOADED (IX) TO TRUE
END-CALL.
identifier-2
identifier-1 USING
CALL PROGRAM literal-2
literal-1 OMITTED
[ ON EXCEPTION imperative-statement-1 ]
[ END - CALL ]
literal-1 must be a nonnumeric literal.
identifier-1 must be defined as an alphanumeric data item such that its value can be a
program-name.
If the program specified by literal-1 or by the current value of the data item identified by
identifier-1 can be found and loaded, the USING operands, if any, are copied to a save area in
memory, the current run unit is canceled, and control is transferred to the specified program,
passing the saved USING operands as parameters.
Cancellation of the run unit in which the CALL PROGRAM statement is executed includes
closing any files that are in an open mode and the release of all external objects.
The specified program is entered as the main program of a completely new run unit in the
same way as a program started from the command line, except that the argument list to this
program is not restricted in the same way; for an explanation of the restrictions on the
argument list for a main program started from the command line, see the A Runtime
Command Option in Chapter 7: Running of the RM/COBOL User’s Guide. The main
program of a run unit started with the CALL PROGRAM statement may receive all the
arguments passed by that CALL PROGRAM statement.
The specified program is not under the control of a calling program. There is no provision for
return of control from the specified program to the program in which the CALL PROGRAM
statement is executed. If the specified program executes an EXIT PROGRAM statement,
execution of the program continues with the next executable statement.
If the program referred to by literal-1 or by the current value of the data item identified by
identifier-1 cannot be found or loaded, the exception condition is raised and control remains
in the current program.
If the exception condition is raised and there is an ON EXCEPTION phrase, control is
transferred to imperative-statement-1 and execution continues according to the rules for each
statement specified in imperative-statement-1. If a procedure branching or conditional
statement that causes explicit transfer of control is executed, control is transferred in
accordance with the rules for that statement; otherwise, upon completion of execution of
imperative-statement-1, control is transferred to the end of the CALL PROGRAM statement.
The reason for the exception condition can be determined by executing an ACCEPT . . .
FROM EXCEPTION STATUS statement.
If the exception condition is raised and there is no ON EXCEPTION phrase, the exception
condition is ignored.
Selection of the program to be activated by a CALL PROGRAM statement is done using the
same rules as are used for that purpose by the CALL Statement (see page 255).
The USING phrase is subject to the same conditions and has the same purpose and effect as
described previously for the CALL statement.
The END-CALL phrase delimits the scope of the CALL PROGRAM statement. This phrase
is not necessary unless the CALL PROGRAM statement is specified in the conditional phrase
of another statement. Even in that case, the phrase is not necessary unless this statement
specifies a conditional phrase or that other statement is also a CALL (on page 255) or CALL
PROGRAM statement. The END-CALL phrase is allowed even when not necessary. For
additional information on scope terminators such as END-CALL, see Scope of Statements (on
page 31), Imperative Statements (on page 30), and Delimited Scope Statements (on page 31).
CANCEL Statement
The CANCEL statement ensures that the next time the referenced programs are called they
will be in their initial state. For a separately compiled program, the CANCEL statement
releases the memory areas occupied by the referenced programs.
identifier-1
CANCEL
literal-1
identifier-1 must be defined as an alphanumeric data item such that its value can be a
program-name.
Subsequent to the execution of a CANCEL statement, the programs it refers to cease to have a
logical relationship to the run unit in which the CANCEL statement appears. A subsequently
executed CALL statement naming such a program results in that program being initiated in its
initial state. The memory areas associated with the named programs are released so as to be
made available for disposition by the runtime system.
A program named in a CANCEL statement in another program must be callable by that
other program.
When an explicit or implicit CANCEL statement is executed, all programs contained within
the program referenced by the CANCEL statement are also canceled. The result is the same
as if a valid CANCEL statement were executed for each contained program in the reverse
order in which the programs appear in the separately compiled program.
A program named in the CANCEL statement must not refer to any program that has been
called and has not yet executed an EXIT PROGRAM statement.
A logical relationship to a canceled subprogram is established only by execution of a
subsequent CALL statement. A called program is canceled either by being referred to as the
operand of a CANCEL statement, by the termination of the run unit of which the program is a
member or by execution of an EXIT PROGRAM statement in a called program that possesses
the initial attribute. See the discussion of the PROGRAM-ID paragraph (on page 50).
No action is taken when a CANCEL statement is executed naming a program that has not
been called in this run unit or has been called and is at present canceled. Control passes to the
next statement.
The contents of data items in external data records described by a program are not changed
when that program is canceled.
During execution of an explicit or implicit CANCEL statement, an implicit CLOSE statement
without any optional phrases is executed for each file in an open mode that is associated with
an internal file connector in the program named in the explicit CANCEL statement or implied
in the implicit CANCEL statement. Any USE procedures associated with any of these files
are not executed.
CANCEL SUBPROGRAM-NAME-HOLDER.
CANCEL-PARAGRAPH.
SET SUB-UNLOADED TO FALSE.
PERFORM VARYING IX FROM 1 BY 1 UNTIL IX > 4
IF SUB-LOADED OF SUBTABLE (IX)
CANCEL SUBNAME OF SUBTABLE (IX)
SET SUB-LOADED OF SUBTABLE (IX) TO FALSE
SET SUB-UNLOADED TO TRUE
END-IF
END-PERFORM.
IF NOT SUB-UNLOADED
DISPLAY "Insufficient memory."
STOP RUN
END-IF.
CLOSE Statement
The CLOSE statement terminates the processing of reels or units, and files with optional
rewind, lock, or both, or removal where applicable.
The files referenced in the CLOSE statement need not all have the same organization
or access.
The NO REWIND, REEL, and UNIT phrases may only be specified for files that are
sequential organization.
The function of a CLOSE statement (with no options) is to cause the runtime system to close
the file. For files opened for OUTPUT, the runtime system also writes an EOF as it closes
the file.
If a STOP RUN statement is executed prior to closing the file, the runtime system closes the
file. Such a close is equivalent to the execution of a CLOSE statement except that any
associated USE procedure is not executed.
A CLOSE statement may be executed only for a file in an open mode.
Once a CLOSE statement without the REEL or UNIT phrase has been executed for a file, no
other statement (except the SORT or MERGE statement with the USING or GIVING phrase)
can be executed that references that file, either explicitly or implicitly, unless an intervening
OPEN statement for that file is executed.
The execution of a CLOSE statement causes the value of the file status data item, if any,
associated with file-name-1 to be updated.
The REEL and UNIT phrases are synonymous in this context. The CLOSE REEL and
CLOSE UNIT statements cause processing to be discontinued on the current volume and to
be continued on the next volume of a multivolume series. CLOSE REEL and CLOSE UNIT
on a single-volume file are ignored.
The REEL and UNIT phrases may only be specified for sequential organization files.
The action of the phrase for multivolume disk files and tape files depends on the open mode:
• For files that are open OUTPUT, the current volume is closed. The next WRITE
statement will cause the record to be written to the next volume in the series. If no next
volume is described or available to the series, an error occurs.
• For files that are open INPUT or I-O, the current volume is closed. The next READ
statement will obtain the first record from the next volume in the series. If no next
volume exists for the file, the next READ statement causes an at end condition.
NO REWIND Phrase
WITH NO REWIND
The NO REWIND phrase may be used to write and read multiple files on a tape with a single
file-name. The phrase suppresses the automatic rewinding of a tape volume when a CLOSE
statement, without the NO REWIND phrase, is executed.
The NO REWIND phrase may only be specified for sequential organization files.
Following a CLOSE file-name-1 WITH NO REWIND, an OPEN file-name-1 WITH NO
REWIND may be used to write or read the next file on the tape. For input, the file must be
closed without rewinding after reading all the records in the file; otherwise, the open without
rewinding will fail since the tape is not positioned at the beginning of a file.
The NO REWIND phrase is ignored for files that are not on tape or directed to a printer.
Specifying both the UNIT or REEL phrase and the NO REWIND phrase for a single
file-name within a CLOSE statement is an allowed syntactical form, but in such a case the
NO REWIND phrase has no meaning and is ignored at execution time.
REMOVAL Phrase
FOR REMOVAL
The REMOVAL phrase may be used so that the operating system is notified that the reel or
unit is logically removed from this run unit. However, the reel or unit may be accessed again,
in its proper order of reels and units within the file, if a CLOSE statement without the REEL
or UNIT phrase is subsequently executed for this file followed by the execution of an OPEN
statement for the file.
The REMOVAL phrase may only be specified for sequential organization files.
The NO REWIND and REMOVAL phrases have no effect at object time if they do not apply
to the storage medium on which the file resides.
LOCK Phrase
WITH LOCK
The function of the CLOSE WITH LOCK statement is to perform the CLOSE function and
set a flag to prevent the file from being opened again during execution of this program. In
some runtime environments, the CLOSE WITH LOCK statement frees system resources that
would otherwise not be freed until the run unit terminates.
The execution of a CLOSE statement always releases any file lock or record locks held by the
run unit for file-name-1. The LOCK phrase of the CLOSE statement is unrelated to file
locking and record locking.
COMPUTE Statement
The COMPUTE statement calculates the value of an arithmetic expression and assigns the
value to one or more data items.
CONTINUE Statement
The CONTINUE statement has no effect on the execution of the program.
CONTINUE
IF NORMAL-RESULT = "Y"
CONTINUE
ELSE
PERFORM EXCEPTION-CASE-ANALYSIS
END-IF.
After the successful execution of a DELETE statement, the identified record has been
logically removed from the file and can no longer be accessed.
The execution of a DELETE statement does not affect the contents of the record area
associated with file-name-1 or the contents of the data item referenced by the data-name
specified in the DEPENDING ON phrase of the RECORD clause associated with
file-name-1.
The file referenced by file-name-1 must be open in the I-O mode at the time of execution of
this statement.
For a file in sequential access mode, the last input-output statement executed for file-name-1
prior to the execution of the DELETE statement must have been a successfully executed
READ statement. The runtime system logically removes from the file the record that was
accessed by that READ statement.
For a file in random or dynamic access mode, except for an indexed file described with the
DUPLICATES phrase in the RECORD KEY clause, the runtime system logically removes
from the file the record identified by the contents of the key data item associated with
file-name-1. If the file does not contain the record specified by the key, the invalid key
condition exists. For a relative file, the key data item is the relative key data item specified
in the RELATIVE KEY phrase of the ACCESS MODE clause of the file control entry for
file-name-1. For an indexed file, the key data item is the prime key data item specified in the
RECORD KEY clause of the file control entry for file-name-1.
Transfer of control following the successful or unsuccessful execution of the DELETE
operation depends on the presence or absence of the optional INVALID KEY and NOT
INVALID KEY phrases in the DELETE statement. See the discussions of invalid key
conditions for relative files (on page 211) and indexed files (on page 218).
For an indexed file described with the DUPLICATES phrase in the RECORD KEY clause,
the DELETE statement in the dynamic access mode is executed as if the file were in the
sequential access mode and the DELETE statement in the random access mode is not allowed.
The execution of the DELETE statement causes the value of the specified file status data
item, if any, associated with file-name-1 to be updated.
The file position indicator is not affected by the execution of a DELETE statement.
The INVALID KEY phrase and the NOT INVALID KEY phrase must not be specified for a
DELETE statement that references a file which is in sequential access mode.
The INVALID KEY phrase must be specified for a DELETE statement that references a
file which is not in sequential access mode and for which an applicable USE procedure is
not specified.
See also the discussions of relative organization input-output (on page 207) and indexed
organization input-output (on page 213) for additional information on the invalid key
condition and the use of the INVALID KEY and NOT INVALID KEY phrases.
The record to be deleted by the execution of the DELETE statement must not be locked by
another run unit. For a shared input-output file, the run unit executing the DELETE statement
should obtain a record lock by preceding the DELETE statement with a READ statement that
locks the record to be deleted. If the run unit does not already hold a lock on the record to be
deleted, the runtime system will attempt to obtain the lock. If the lock cannot be obtained
because another run unit holds a lock on the record, subsequent action of the program is as
described for the READ statement when attempting to lock a record already locked by
another run unit. If the lock cannot be obtained because this run unit holds a lock on the
record through another COBOL file-name, the DELETE statement is unsuccessful. For
additional information on coordinating file updates in a shared file environment, see File
Locking (on page 220) and Record Locking (on page 221).
After successful execution of the DELETE statement, any record lock held by the run unit on
the deleted record is released regardless of the record locking mode applicable to file-name-1.
In single record locking modes when a different record than the one being deleted is locked,
that record lock is released upon execution of the DELETE statement.
In multiple record locking modes any record locks held by the run unit for file-name-1 are
not released upon execution of the DELETE statement, except for the record lock on the
deleted record.
The END-DELETE phrase delimits the scope of the DELETE statement. This phrase is not
necessary unless the DELETE statement is specified in the conditional phrase of another
statement. Even in that case, the phrase is not necessary unless this statement specifies a
conditional phrase or that other statement is also a DELETE or DELETE FILE statement
(on page 269). The END-DELETE phrase is allowed even when not necessary. For
additional information on scope terminators such as END-DELETE, see Scope of Statements
(on page 31), Imperative Statements (on page 30), and Delimited Scope Statements (on
page 31).
For each file referred to by file-name-1, the value of its file status data item, if any,
is updated.
When a DELETE FILE statement references a file that does not exist, the statement
executes successfully. Otherwise, a failure of deletion causes the execution of any applicable
USE procedure.
The END-DELETE phrase delimits the scope of the DELETE FILE statement. This phrase is
not necessary unless the DELETE statement is specified in the conditional phrase of another
statement. Even in that case, the phrase is not necessary unless this statement specifies a
conditional phrase or that other statement is also a DELETE (on page 267) or DELETE FILE
statement. The END-DELETE phrase is allowed even when not necessary. For additional
information on scope terminators such as END-DELETE, see Scope of Statements (on
page 31), Imperative Statements (on page 30), and Delimited Scope Statements (on page 31).
DISABLE Statement
The DISABLE statement notifies the Message Control System (MCS) to inhibit data transfer
between specified output queues and destinations for output, between specified sources and
input queues for input or between the program and one specified source or destination for
input-output.
INPUT [ TERMINAL ]
I - O TERMINAL identifier-1
DISABLE cd-name-1 WITH KEY literal-1
OUTPUT
TERMINAL
• A DISABLE statement that refers to an OUTPUT cd-name and does not specify the
OUTPUT keyword is treated as if the OUTPUT clause were specified.
• A DISABLE statement that refers to an I-O cd-name and does not specify the I-O
keyword is treated as if the I-O TERMINAL clause were specified.
INPUT Phrase
INPUT [ TERMINAL ]
cd-name-1 must reference an input-output CD when the I-O TERMINAL phrase is specified.
When the I-O TERMINAL phrase is specified, the logical path between the source and the
program is deactivated. The source is defined by the contents of the data item referenced by
data-name-3 (SYMBOLIC TERMINAL) of the area referenced by cd-name-1.
OUTPUT Phrase
OUTPUT
TERMINAL Phrase
TERMINAL
In the WITH KEY phrase, literal-1 or the contents of the data item referenced by identifier-1
are compared with a password built into the system. The DISABLE statement is honored
only if literal-1 or the contents of the data item referenced by identifier-1 match the system
password. When literal or the contents of the data item referenced by identifier-1 do not
match the system password, the value of the STATUS KEY item in the area referenced by
cd-name-1 is updated.
If the WITH KEY phrase is omitted, the DISABLE statement is honored only if a password is
not required by the system.
identifier-1 mnemonic-name-3
DISPLAY UPON low-volume-I-O-name-1
literal-1
[ WITH NO ADVANCING ]
The DISPLAY statement transfers the contents of each sending operand, identifier-1 or
literal-1 to the hardware device in the order listed.
In a Format 1 DISPLAY statement, the contents of the data item referred to by identifier-1 or
the value of literal-1 is transmitted to the standard output device. The presence of the UPON
phrase may affect which output device is used. If mnemonic-name-3 is used in the UPON
phrase, it must have been defined in the SPECIAL-NAMES paragraph of the Environment
Division with the low-volume-I-O-name-1 IS mnemonic-name-3 clause. The associated
low-volume-I-O-name-1 must be CONSOLE or SYSOUT.
The size of a data transfer is determined at program execution time; for details, see the
description of the B Runtime Command Option in Chapter 7: Running of the RM/COBOL
User’s Guide. If the size of the data item being transferred is not the same as that determined,
one of the following applies:
1. If the size of the data item being transferred exceeds the determined size, the data
beginning with the leftmost character is displayed aligned to the left on the terminal
screen for a length of the determined size, and then this rule is reapplied to the remaining
characters to the right until all the data has been transferred.
2. If the size of the data item being transferred is less than the determined size, the
transferred data is displayed aligned to the left on the terminal screen.
When the DISPLAY statement contains more than one operand, the size of the sending item
is the sum of the sizes of the operands, and the values of the operands are transferred in the
sequence in which the operands are encountered without modifying the positioning of the
cursor between the successive operands.
If the WITH NO ADVANCING phrase is not specified, the positioning of the standard output
device is reset to the leftmost position of the next line following the transfer of the last
operand of the DISPLAY statement.
If the WITH NO ADVANCING phrase is specified, the standard output device remains
positioned at the character position immediately following the last character of the last
operand displayed.
DISPLAY . . . UPON CONSOLE is treated as if CONSOLE IS CONSOLE was specified in
the SPECIAL-NAMES paragraph if CONSOLE has not been otherwise defined.
DISPLAY . . . UPON SYSOUT is treated as if SYSOUT IS SYSOUT was specified in the
SPECIAL-NAMES paragraph if SYSOUT has not been otherwise defined.
BEEP
BELL
BLINK
identifier-4
CONTROL
literal-4
CONVERT
EOL
ERASE
EOS
HIGH
HIGHLIGHT
LOW
LOWLIGHT
identifier-1 identifier-2
DISPLAY UNIT WITH
LINE
identifier-5
literal-1 literal-2
literal-5
AT COLUMN
COL identifier-3
POSITION
literal-3
identifier-7
AT
literal-7
MODE IS BLOCK
REVERSE
REVERSED
REVERSE - VIDEO
identifier-6
SIZE
literal-6
The DISPLAY statement transfers the contents of each sending operand, identifier-1 or
literal-1 to the terminal screen in the order listed.
If a figurative constant is specified as one of the sending operands, only a single occurrence of
the figurative constant is displayed, except as specified in the rules for the SIZE Phrase (see
page 279).
identifier-2, identifier-3, identifier-5, and identifier-6 must be described as integer numeric
data items. literal-2, literal-3, literal-5, and literal-6 must be nonnegative integer numeric
literals.
identifier-4 must be a nonnumeric data item. literal-4 must be a nonnumeric literal.
identifier-7 (AT) must refer to an unsigned numeric integer display data item of four or six
characters in length. literal-7 (AT) must be an unsigned numeric integer literal of four or six
characters in length.
Several terms are used to describe the detailed function of each phrase in a Format 2
DISPLAY statement:
1. The term “output field” describes a conceptual data item containing the data transmitted
to the terminal and displayed on the terminal screen. The size of this data item is
determined according to the rules described below (see also the discussion of the SIZE
Phrase on page 279), and the type of this data item is alphanumeric.
2. The term “sending item” is synonymous with the data item identifier-1 or literal-1.
3. The term “screen field” applies to the physical field presented on the screen itself.
Table 30 shows the relationships of the various Format 2 DISPLAY statement phrases to the
characteristics of the output field and the screen field subject to control by the program.
Table 30: DISPLAY Statement Phrases for Output and Screen Fields
Note that the CONTROL phrase may be used in many instances to allow dynamic (that is,
runtime as opposed to compile time) specification of characteristics.
Features that require support of the host operating system or terminal hardware may not be
supported in all circumstances. Unsupported features will compile correctly, but will be
ignored at runtime. For specific details on each implementation environment, see the
“Terminal Input and Output on UNIX” and “Terminal Input and Output on Windows”
sections in Chapters 2 and 3, respectively, of the RM/COBOL User’s Guide. Also note that
some phrases may require that character positions on the screen between fields be reserved for
attribute characters (typically, to support the HIGH, LOW, BLINK, REVERSE, ERASE EOL
and ERASE EOS phrases). It is the programmer’s responsibility to allow for attribute
characters by not juxtaposing fields that may require them. For more information, see
“ACCEPT and DISPLAY Phrases” in Chapter 8: RM/COBOL Features of the RM/COBOL
User's Guide.
The phrases following a sending operand apply only to that operand. When the DISPLAY
statement contains multiple sending operands and any of the phrases are omitted for a
particular operand, the defaults described below for that phrase are applied to that operand.
BEEP Phrase
BEEP
BELL
BLINK Phrase
BLINK
The presence of the BLINK phrase causes the data to be displayed in a blinking mode. If the
BLINK phrase is not specified, the data is displayed in a nonblinking mode.
CONTROL Phrase
identifier-4
CONTROL
literal-4
The value of identifier-4 or literal-4 in the CONTROL phrase is used to specify a dynamic
option list. The value must be a character-string consisting of a series of keywords delimited
by commas; some keywords allow assignment of a value by following the keyword with an
equal sign and the value. Blanks are ignored in the character-string. Lowercase letters are
treated as uppercase letters within keywords. Keywords specified override corresponding
static options specified as phrases for the same sending item. Keywords may be specified in
any order. Keywords, which specify options that do not apply to the statement, are ignored.
The keywords that affect a DISPLAY statement are BEEP, BLINK, CONVERT, ERASE,
ERASE EOL, ERASE EOS, HIGH, LOW, NO BEEP, NO BLINK, NO CONVERT,
NO ERASE, NO REVERSE, NO UNDERLINE, REVERSE and UNDERLINE. The
meanings of these keywords when they appear in the value of the CONTROL phrase
operand are the same as the corresponding phrases which may be written as static options of
the DISPLAY statement, with the addition of the negative forms to allow suppression of
statically declared options. The keyword UNDERLINE is an exception. It is not recognized
as a static option, but it may be used in the value of the CONTROL phrase operand. When
specified there, UNDERLINE causes the field on the screen to be shown in underline mode,
provided the terminal supports that mode. Additional keywords may be supported in
environments that have device-dependent functions (for example, color control); see
“CONTROL Phrase” in Chapter 8: RM/COBOL Features of the RM/COBOL User’s Guide
for the specific implementation.
The keywords are grouped by function such that only the rightmost appearance in the control
value of a keyword from a functional group actually affects the screen field. The groupings
are as follows:
1. Erasure: ERASE, ERASE EOL, ERASE EOS, NO ERASE
2. Alarm: BEEP, NO BEEP
3. Intensity: HIGH, LOW, OFF
4. Blinking: BLINK, NO BLINK
5. Video: REVERSE, NO REVERSE
6. Output data conversion: CONVERT, NO CONVERT
7. Underscoring: UNDERLINE
CONVERT Phrase
CONVERT
The presence of the CONVERT phrase causes the contents of the sending item to be
converted before being moved to the output field and displayed.
If the sending item is numeric or numeric edited and CONVERT is specified, the value of the
sending item is converted from its internal form into display digits, which are moved to the
output field with leading zero digits removed. The display digits are left justified in the
output field, with a leading, separate minus sign provided if the value is negative and an
explicit decimal point provided if the sending item is noninteger. The representation of this
explicit decimal point is a period, except that, if the DECIMAL-POINT IS COMMA clause is
specified in the source program, a comma is used instead. Unused character positions to the
right of the converted number in the output field are space filled. If the SIZE phrase specifies
a value too small for the converted number, the string resulting from the conversion is
truncated on the right.
If the sending item is nonnumeric, or if the CONVERT phrase is not specified, the sending
item is treated as an alphanumeric item and the contents of the sending item are moved to the
output field according to the rules of a simple alphanumeric move (that is, left justified, with
space fill to the right).
ERASE Phrase
EOL
ERASE
EOS
The presence of the ERASE phrase without either of the reserved words EOL or EOS causes
the entire screen of the terminal to be erased. The current line and current position are set
to 1.
The presence of the ERASE EOL phrase causes the portion of the line containing the leftmost
character of the screen field to be erased from the leftmost character of the screen field to the
rightmost character of that line.
The presence of the ERASE EOS phrase causes the portion of the screen to be erased from
the leftmost character of the screen field to the rightmost character of the bottom line of
the screen.
In all three cases above, erasure occurs before any data is displayed in the screen field.
When the ERASE phrase is not specified, no erasure occurs before displaying the data. The
displayed data will replace any previous contents of the screen field and the remainder of the
screen will be undisturbed.
2. If the position value is not equal to zero, the line value is set to the current line plus 1.
3. If the position value is equal to zero, the line value is set to the current line.
If the position value is greater than the maximum number of characters within a line, the
position value is reduced by the maximum number of characters within a line and the line
value is incremented by 1. This process is repeated until the position value is not greater than
the maximum number of characters within a line.
If the position value is equal to zero, the position value is set to the current position.
If the line value exceeds the number of lines on the screen, the contents of the screen are
scrolled up one line and the line value is set to the number of lines on the screen.
If the line of the rightmost character of the screen field exceeds the number of lines on the
screen, the contents of the screen are scrolled up the amount of the excess and the line value is
reduced by the amount of the excess.
The resulting line value and position value specify the position of the leftmost character of the
screen field.
The presence of the MODE IS BLOCK phrase in a DISPLAY statement causes the display of
a group data item as a single field. This is the normal behavior of RM/COBOL, so if the
phrase is omitted, a group is still displayed as a single field. The phrase is allowed for
compatibility with other dialects of COBOL.
REVERSE Phrase
REVERSE
REVERSED
REVERSE - VIDEO
SIZE Phrase
identifier-6
SIZE
literal-6
The value of identifier-6 or literal-6 in the SIZE phrase specifies the size of the screen field
and the output field.
If the SIZE phrase is not present or a value of zero is specified, the size of identifier-1 or
literal-1 is used. If identifier-1 or literal-1 is numeric or numeric edited and the CONVERT
phrase is specified for the same identifier-1 or literal-1, the size is considered to be the
number of digits (9’s and P’s) defined in the PICTURE character-string or literal plus one if
the item is signed and plus one if the item is noninteger.
If literal-1 is a figurative constant and the SIZE phrase is specified, then the figurative
constant is repeated to match the specified size before being displayed.
UNIT Phrase
identifier-2
UNIT
literal-2
The UNIT phrase, if specified, must be written first. The other phrases may be written in
any order.
The value of identifier-2 or literal-2 in the UNIT phrase specifies the terminal upon which
the data is to be displayed. If the UNIT phrase is omitted, the terminal that started the run unit
is used.
The UNIT phrase may be ignored by some runtime implementations except in its effect on the
default value of the POSITION phrase (described previously). This situation will occur in all
systems that do not allow the use of terminals other than the one associated with the run unit
execution.
identifier-1
LINE NUMBER integer-1
AT
COLUMN
DISPLAY screen-name-1 identifier-2
COL NUMBER
integer-2
identifier-3
AT integer-3
DIVIDE Statement
The DIVIDE statement divides one numeric data item into another and stores the quotient
and remainder.
Format 1: Divide…Into
identifier-1
DIVIDE INTO { identifier-2 [ ROUNDED ] }
literal-1
Format 2: Divide…Into…Giving
identifier-1 identifier-2
DIVIDE INTO literal-2
literal-1
Format 3: Divide…By…Giving
identifier-2 identifier-1
DIVIDE BY literal-1
literal-2
Format 4: Divide…Into…Giving…Remainder
identifier-1 identifier-2
DIVIDE INTO literal-2
literal-1
Format 5: Divide…By…Giving…Remainder
identifier-2 identifier-1
DIVIDE BY literal-1
literal-2
REMAINDER Phrase
GIVING identifier-3 [ ROUNDED ] REMAINDER identifier-4
Formats 4 and 5 are used when a remainder from the division operation is desired, namely
identifier-4. The remainder is defined as the result of subtracting the product of the quotient
(identifier-3) and the divisor from the dividend. If identifier-3 is defined as a numeric edited
item, the quotient used to calculate the remainder is an intermediate field that contains the
unedited quotient. If ROUNDED is used, the quotient used to calculate the remainder is an
intermediate field which contains the quotient of the DIVIDE statement, truncated rather than
rounded. The intermediate field used in these calculations has the same number of digit
positions and the same scale as identifier-3.
In Formats 4 and 5, the accuracy of the REMAINDER data item (identifier-4) is defined by
the calculation described above.
Appropriate decimal alignment and truncation (not rounding) is performed for the content of
the data item referenced by identifier-4, as needed. When the composite of the quotient and
dividend operands contains more than 19 digits, the accuracy of the REMAINDER data item
may be greater than that obtainable by the use of a COMPUTE statement which duplicates the
calculation described above.
When the ON SIZE ERROR phrase is used in Formats 4 and 5, the following rules pertain:
1. If the size error condition occurs on the quotient, no remainder calculation is meaningful.
Thus, the contents of the data items referenced by both identifier-3 and identifier-4
remain unchanged.
2. If the size error condition occurs on the remainder, the contents of the data item
referenced by identifier-4 remain unchanged.
ENABLE Statement
The ENABLE statement notifies the Message Control System (MCS) to allow data transfer
between specified output queues and destinations for output, between specified sources and
input queues for input or between the program and one specified source or destination for
input-output.
INPUT [ TERMINAL ]
identifier-1
cd-name-1 WITH KEY
I - O TERMINAL
ENABLE
OUTPUT literal-1
TERMINAL
INPUT Phrase
INPUT [ TERMINAL ]
cd-name-1 must reference an input-output CD when the I-O TERMINAL phrase is specified.
When the I-O TERMINAL phrase is specified, the logical path between the source and the
program is activated. The source is defined by the contents of the data item referenced by
data-name-3 (SYMBOLIC TERMINAL) of the area referenced by cd-name-1.
OUTPUT Phrase
OUTPUT
TERMINAL Phrase
TERMINAL
In the WITH KEY phrase, literal-1 or the contents of the data item referenced by identifier-1
are compared with a password built into the system. The ENABLE statement is honored
only if literal-1 or the contents of the data item referenced by identifier-1 match the system
password. When literal-1 or the contents of the data item referenced by identifier-1 do
not match the system password, the value of the status key item in the area referenced by
cd-name-1 is updated.
If the WITH KEY phrase is omitted, the ENABLE statement is honored only if a password is
not required by the system.
ENTER Statement
The ENTER statement provides a means of allowing the use of more than one language in the
same program. In RM/COBOL, no other source language is allowed in the source program.
EVALUATE Statement
The EVALUATE statement describes a multi-branch, multi-join structure. It can cause
multiple conditions to be evaluated. The subsequent action of the object program depends on
the results of these evaluations.
identifier-1 identifier-2
literal-1 literal-2
EVALUATE expression-1 ALSO expression-2
TRUE TRUE
FALSE FALSE
ANY
condition-1
TRUE
WHEN FALSE
identifier-3 identifier-4
THROUGH
[ NOT ] literal-3 THRU literal-4
arithmetic-expression-1 arithmetic-expression-2
ANY
condition-2
TRUE
ALSO FALSE
identifier-5 identifier-6
[ NOT ] literal-5 THROUGH literal-6
arithmetic-expression-3 THRU arithmetic-expression-4
imperative-statement-1
Each selection object within a set of selection objects must correspond to the selection subject
having the same ordinal position within the set of selection subjects according to the
following rules:
1. Identifiers, literals or arithmetic expressions appearing within a selection object
must be valid operands for comparison to the corresponding operand in the set of
selection subjects.
2. condition or the word TRUE or FALSE appearing as a selection object must correspond
to a conditional expression or the word TRUE or FALSE in the set of selection subjects.
3. The word ANY may correspond to a selection subject of any type.
The END-EVALUATE phrase delimits the scope of the EVALUATE statement. This phrase
is not necessary unless the EVALUATE statement is specified in the conditional phrase of
another statement. Even in that case, the phrase is not necessary unless this statement
specifies a conditional phrase or that other statement is also an EVALUATE statement. The
END-EVALUATE phrase is allowed even when not necessary. For additional information on
scope terminators such as END-EVALUATE, see Scope of Statements (on page 31),
Imperative Statements (on page 30), and Delimited Scope Statements (on page 31).
h. If the NOT phrase is specified for a selection object, the values assigned to that item
are all permissible values of the selection subject not equal to the value, or not
included in the range of values, that would have been assigned to the item had the
NOT phrase not been specified.
2. The execution of the EVALUATE statement then proceeds as if the values assigned to
the selection subjects and selection objects were compared to determine if any WHEN
phrase satisfies the set of selection subjects. This comparison proceeds as follows:
a. Each selection object within the set of selection objects for the first WHEN phrase is
compared to the selection subject having the same ordinal position within the set of
selection subjects.
b. One of the following conditions must be satisfied if the comparison is to be satisfied:
1) If the items being compared are assigned numeric or nonnumeric values, or a
range of numeric or nonnumeric values, the comparison is satisfied if the value,
or one of the range of values, assigned to the selection object is equal to the
value assigned to the selection subject according to the rules for comparison.
2) If the items being compared are assigned truth values, the comparison is
satisfied if the items are assigned the identical truth value.
3) If the selection object being compared is specified by the word ANY, the
comparison is always satisfied regardless of the value of the selection subject.
c. If the above comparison is satisfied for every selection object within the set of
selection objects being compared, the WHEN phrase containing that set of selection
objects is selected as the one satisfying the set of selection subjects.
d. If the above comparison is not satisfied for one or more selection objects within the
set of selection objects being compared, that set of selection objects does not satisfy
the set of selection subjects.
e. This procedure is repeated for subsequent sets of selection objects, in the order of
their appearance in the source program, until either a WHEN phrase satisfying the
set of selection subjects is selected or until all sets of selection objects are exhausted.
3. After the comparison operation is completed, execution of the EVALUATE statement
proceeds as follows:
a. If a WHEN phrase is selected, execution continues with the first
imperative-statement-1 following the selected WHEN phrase.
b. If no WHEN phrase is selected and a WHEN OTHER phrase is specified, execution
continues with imperative-statement-2.
c. The scope of execution of the EVALUATE statement is terminated when execution
reaches the end of imperative-statement-1 of the selected WHEN phrase or the end
of imperative-statement-2, or when no WHEN phrase is selected and no WHEN
OTHER phrase is specified.
EVALUATE TRUE
WHEN ANNUALLY AND YEAR-END
PERFORM ANNUAL-UPDATE
WHEN QUARTERLY AND QUARTER-END
PERFORM QUARTER-UPDATE
WHEN MONTHLY AND MONTH-END
PERFORM MONTH-UPDATE
END-EVALUATE.
EXIT Statement
The EXIT statement provides a common end point for a series of procedures. The EXIT
PROGRAM statement marks the logical end of a called program. The EXIT PERFORM
statement provides a means of exiting an in-line PERFORM (with or without returning to any
specified test). The EXIT PARAGRAPH or EXIT SECTION statements provide a means of
exiting a structured procedure without executing any of the following statements within a
procedure.
EXIT
EXIT PROGRAM
PARAGRAPH
EXIT
SECTION
The Format 1 EXIT statement must appear in a sentence by itself, and that sentence must be
the only sentence in the paragraph.
.
.
.
WEEKEND-PROC-CONT.
.
.
.
WEEKEND-PROC-EXIT.
EXIT.
GOBACK Statement
The GOBACK statement specifies the logical end of a called program.
GOBACK
EXIT PROGRAM.
STOP RUN.
The GOBACK statement must appear as the only statement, or as the last of a series of
imperative statements, in a sentence.
The GOBACK statement must not appear in a declarative procedure in which the GLOBAL
phrase is specified.
If control reaches a GOBACK statement while operating under the control of a CALL
statement, control returns to the point in the calling program immediately following the
CALL statement. For details, see the discussion of the Format 2 EXIT PROGRAM statement
in EXIT Statement (on page 291).
If no CALL statement is active and the GOBACK statement is executed in the main program,
control returns to the invoker (which may be the operating system and thus cause the end of
the run unit).
GO TO Statement
The GO TO statement causes control to be transferred from one part of the Procedure
Division to another.
Format 1: Go To (Alterable)
GO TO [ procedure-name-1 ]
Format 2: Go To (Non-Alterable)
GO TO procedure-name-1
Format 3: Go To…Depending On
A Format 1 GO TO statement can only appear in a single statement paragraph and can be
altered with an ALTER statement.
When a paragraph is referenced by an ALTER statement, that paragraph can consist only of a
paragraph header followed by a Format 1 GO TO statement.
If procedure-name-1 is not specified in Format 1, an ALTER statement, referring to the
paragraph containing this GO TO statement, must be executed prior to the execution of this
GO TO statement; otherwise, the run unit is terminated with an error message when the GO
TO statement is executed.
When a Format 1 or 2 GO TO statement is executed, control is transferred to
procedure-name-1 or to another procedure-name if the GO TO statement has been
modified by an ALTER statement.
If a Format 2 GO TO statement appears in a consecutive sequence of imperative statements
within a sentence, it must appear as the last statement in that sequence.
DEPENDING ON Phrase
DEPENDING ON identifier-1
GO TO Statement Examples
IF STATE-1-UP
ALTER STATE-1-SWITCH TO STATE-1-UP-PROC
ELSE
ALTER STATE-1-SWITCH TO STATE-1-DOWN-PROC.
.
.
.
STATE-1-SWITCH.
GO TO.
.
.
.
STATE-1-UP-PROC.
.
.
.
STATE-1-DOWN-PROC.
.
.
.
GO TO STATE-1-EXIT-PROC.
IF Statement
The IF statement causes a specified condition to be evaluated. The subsequent action of the
object program depends on whether the value of the condition is true or false.
statement-1
IF condition-1 THEN
NEXT SENTENCE
statement-2
ELSE NEXT SENTENCE
[ END - IF ]
statement-1 and statement-2 each represent either an imperative statement or a conditional
statement optionally preceded by an imperative statement.
The scope of an IF statement is terminated by any of the following:
• An END-IF phrase at the same level of nesting.
• A separator period.
• If nested, by an ELSE phrase associated with an IF statement at a higher level of nesting.
• The next phrase of any statement in which the IF statement is contained.
• If condition-1 is true and the NEXT SENTENCE phrase is specified instead of statement-
1, the ELSE phrase, if specified, is ignored and control passes to the next executable
sentence.
• If condition-1 is false, statement-1 or its surrogate NEXT SENTENCE is ignored, and
statement-2, if specified, is executed. If statement-2 contains a procedure branching or
conditional statement, control is explicitly transferred in accordance with the rules of that
statement; otherwise, upon the completion of statement-2 control passes to the end of the
IF statement. If the ELSE statement-2 phrase is not specified, statement-1 is ignored and
control passes to the end of the IF statement.
• If condition-1 is false, and the ELSE NEXT SENTENCE phrase is specified, statement-1
is ignored, if specified, and control passes to the next executable sentence.
Either statement-1 or statement-2 may contain an IF statement. When this occurs, the IF
statement is said to be nested.
IF statements within IF statements may be considered as paired IF and ELSE and END-IF
combinations, proceeding from left to right. Thus, any ELSE or END-IF encountered is
considered to apply to the most recent preceding IF that has not been already paired with an
ELSE or END-IF.
IF Statement Examples
IF CHAR-STR IS ALPHABETIC
THEN MOVE CHAR-STR TO ALPHA-STR;
ELSE IF CHAR-STR IS NUMERIC
THEN MOVE CHAR-STR TO NUM;
ELSE NEXT SENTENCE.
INITIALIZE Statement
The INITIALIZE statement provides the ability to set selected types of data fields to
predetermined values; for example, numeric data to zeroes, alphanumeric data to spaces, or
data pointers to NULL.
identifier-2
THEN REPLACING category-name DATA BY literal-1
[ THEN TO DEFAULT ]
where category-name is:
ALPHABETIC
ALPHANUMERIC
ALPHANUMERIC - EDITED
DATA - POINTER
NUMERIC
NUMERIC - EDITED
4. Whether identifier-1 references an elementary item or a group item, the effect of the
execution of the INITIALIZE statement is as though a series of implicit MOVE or SET
statements, each of which has an elementary data item as its receiving-operand, were
executed. The receiving-operands of these implicit statements are defined in general
rule 5 and the sending-operands are defined in general rule 6.
If the category of a receiving operand is data-pointer, the implicit statement is:
the receiving-operand with a MOVE statement, produces the same result as the
initial value of the data item as produced by the application of the VALUE clause.
b. If the data item being initialized does not qualify as a receiving-operand because of
the VALUE phrase, but does qualify because of the REPLACING phrase, the
sending-operand is the literal-1 or identifier-2 associated with the category specified
in the REPLACING phrase that matched the category of the receiving-operand.
c. If the data item does not qualify as a receiving-operand because of the VALUE or
REPLACING phrases, the sending-operand used depends on the category of the
receiving-operand as shown in Table 31.
Alphabetic SPACES
Alphanumeric SPACES
Alphanumeric-edited SPACES
Data-pointer NULL
Numeric ZERO
Numeric-edited ZERO
7. The order of execution of these implicit MOVE and SET statements is the order, left to
right, of the specification of each identifier-1 in the INITIALIZE statement. Within this
sequence, whenever identifier-1 refers to a group data item, affected elementary data
items are initialized in the sequence of their definition within the group data item. For a
fixed-occurrence data item, all occurrences of the affected elementary data items are
initialized. For a variable-occurrence data item, the number of occurrences initialized is
determined by the rules of the OCCURS clause for a receiving data item.
8. If identifier-1 occupies the same storage area as identifier-2, the result of the execution of
this statement is undefined, even if they are defined by the same data description entry.
For additional information, see Overlapping Operands (on page 184).
INITIALIZE EMPLOYEE-RECORD
REPLACING NUMERIC DATA BY ZERO
ALPHANUMERIC DATA BY ALL "#".
INITIALIZE HR-RECORD
REPLACING NUMERIC DATA BY 100.00.
INSPECT Statement
The INSPECT statement provides the ability to tally (Format 1), replace (Format 2), or tally
and replace (Format 3) occurrences of single characters or groups of characters in a data item.
Single character replacements can also be expressed as a conversion (Format 4).
Format 1: Inspect…Tallying
BEFORE identifier-4
CHARACTERS INITIAL literal-2
AFTER
ALL
identifier-2 FOR
LEADING identifier-3 BEFORE INITIAL identifier-4
TRAILING literal-1 AFTER literal-2
FIRST
Format 2: Inspect…Replacing
Format 3: Inspect…Tallying…Replacing
BEFORE identifier-4
CHARACTERS INITIAL literal-2
AFTER
ALL
identifier-2 FOR
LEADING identifier-3 BEFORE INITIAL identifier-4
TRAILING literal-1 AFTER
literal-2
FIRST
REPLACING
Format 4: Inspect…Converting
identifier-1 must reference either a group item or any category of elementary items that have
DISPLAY usage.
identifier-3, . . ., identifier-n must reference an elementary item that has DISPLAY usage.
Each literal must be a nonnumeric literal and may be any figurative constant except those that
begin with the word ALL. If literal-1, literal-2 or literal-4 is a figurative constant, it refers to
an implicit one-character data item.
No more than one BEFORE phrase and one AFTER phrase can be specified for any one ALL,
LEADING, CHARACTERS, FIRST or CONVERTING phrase.
For Formats 1, 2 and 3:
• If the TRAILING adjective is used, only one TALLYING operand (identifier-2), one
adjective phrase and one occurrence of identifier-3 or literal-1 may be specified. Series
of these phrases are not allowed when the TRAILING adjective is used.
• If the TRAILING adjective is used, literal-1, literal-2, and literal-3, or the size of the
data item referenced by identifier-3, identifier-4, and identifier-5, must be one character
in length.
For Formats 1 and 3:
• identifier-2 must reference an elementary numeric data item.
For Format 4:
• The size of literal-5 or the data item referenced by identifier-7 must be equal to the size
of literal-4 or the data item referenced by identifier-6. When a figurative constant is used
as literal-5, its size is equal to the size of literal-4 or to the size of the data item
referenced by identifier-6.
• The same character must not appear more than once either in literal-4 or in the data item
referenced by identifier-6.
class, and proceeds from left to right to the rightmost character position as described in
general rules 5 through 7, except that, if the TRAILING adjective is used, inspection
begins at the rightmost character position of the data item referenced by identifier-1 and
proceeds from right to left.
2. For use in the INSPECT statement, the contents of the data item referenced by
identifier-1, identifier-3, identifier-4, identifier-5, identifier-6, or identifier-7 is treated
as follows:
a. If any identifier-1, identifier-3, identifier-4, identifier-5, identifier-6, or identifier-7
refers to an alphabetic or alphanumeric data item, the INSPECT statement treats the
contents of each such data item as a character-string.
b. If any identifier-1, identifier-3, identifier-4, identifier-5, identifier-6 or identifier-7
refers to an alphanumeric edited, numeric edited or unsigned numeric data item, the
data item is inspected as though it had been redefined as alphanumeric (see general
rule 2a) and the INSPECT statement had been written to reference the redefined data
item.
c. If any identifier-1, identifier-3, identifier-4, identifier-5, identifier-6 or identifier-7
refers to a signed numeric data item, the data item is inspected as though it had
been moved to an unsigned numeric data item of the same length (excluding any
separate sign position) and then the rules in general rule 2b had been applied. See
the discussion of the MOVE Statement (on page 311). If identifier-1 is a signed
numeric item, the original value of the sign is retained upon completion of the
INSPECT statement.
3. In general, rules 5 through 17, all references to literal-1, literal-2, literal-3, literal-4, and
literal-5 apply equally to the contents of the data item referenced by identifier-3,
identifier-4, identifier-5, identifier-6, and identifier-7, respectively.
4. Subscripting associated with any identifier is evaluated only once as the first operation in
the execution of the INSPECT statement.
5. During inspection of the contents of the data item referenced by identifier-1, each
properly matched occurrence of literal-1 is tallied (Formats 1 and 3) or replaced by
literal-3 (Formats 2 and 3).
6. The comparison operation to determine the occurrences of literal-1 to be tallied or to be
replaced occurs as follows:
a. The operands of the TALLYING or REPLACING phrase are considered in the order
they are specified in the INSPECT statement from left to right. The first literal-1 is
compared to an equal number of contiguous characters, starting with the leftmost
(rightmost for TRAILING adjective) character position in the data item referenced
by identifier-1. literal-1 matches that portion of the contents of the data item
referenced by identifier-1 if they are equal, character for character, and if any of the
following conditions are present:
1) Neither LEADING nor FIRST is specified.
2) The LEADING adjective applies to literal-1 and literal-1 is a leading
occurrence as defined in general rules 10 and 13.
3) The FIRST adjective applies to literal-1 and literal-1 is the first occurrence as
defined in general rule 13.
b. If no match occurs in the comparison of the first literal-1, the comparison is repeated
with each successive literal-1, if any, until either a match is found or there is no next
successive literal-1. In the latter case, the character position in the data item
referenced by identifier-1 immediately to the right (left for TRAILING adjective) of
the leftmost (rightmost for TRAILING adjective) character position considered in
the last comparison cycle is considered the new leftmost (rightmost for TRAILING
adjective) character position, and the comparison cycle begins again with the first
literal-1.
c. Whenever a match occurs, tallying or replacing takes place as described in general
rules 10 and 13. The character position in the data item referenced by identifier-1
immediately to the right (left for TRAILING adjective) of the rightmost (leftmost for
TRAILING adjective) character position that participated in the match is now
considered to be the leftmost (rightmost for TRAILING adjective) character position
of the data item referenced by identifier-1, and the comparison cycle starts again
with the first literal-1.
d. The comparison operation continues until the rightmost (leftmost for TRAILING
adjective) character position of the data item referenced by identifier-1 has
participated in a match or has been considered as the leftmost (rightmost for
TRAILING adjective) character position. When this occurs, inspection is
terminated.
e. If the CHARACTERS phrase is specified, an implied one-character operand
participates in the cycle described in general rules 6a through 6d above as if it had
been specified as literal-1, except that no comparison to the contents of the data item
referenced by identifier-1 takes place. This implied character is considered always to
match the leftmost character of the contents of the data item referenced by identifier-
1 participating in the current comparison cycle.
7. The comparison operation defined in general rule 6 is affected by the BEFORE and
AFTER phrases as follows:
a. If neither the BEFORE nor the AFTER phrase is specified, literal-1 or the implied
operand of the CHARACTERS phrase participates in the comparison operation as
described in general rule 6. literal-1 or the implied operand of the CHARACTERS
phrase is first eligible to participate in matching at the leftmost (rightmost for
TRAILING adjective) character position of the data item referenced by identifier-1.
b. If the BEFORE (AFTER for TRAILING adjective) phrase is specified, the
associated literal-1 or the implied operand of the CHARACTERS phrase participates
only in those comparison cycles which involve that portion of the contents of the
data item referenced by identifier-1 from its leftmost (rightmost for TRAILING
adjective) character position up to, but not including, the first (last for TRAILING
adjective) occurrence of literal-2 within the contents of the data item referenced by
identifier-1. The position of this first (last) occurrence is determined before the first
cycle of the comparison operation described in general rule 6 is begun. If, on any
comparison cycle, literal-1 or the implied operand of the CHARACTERS phrase is
not eligible to participate, it is considered not to match the contents of the data item
referenced by identifier-1. If there is no occurrence of literal-2 within the contents
of the data item referenced by identifier-1, its associated literal-1 or the implied
operand of the CHARACTERS phrase participates in the comparison operation as
though the BEFORE phrase had not been specified.
c. If the AFTER (BEFORE for TRAILING adjective) phrase is specified, the
associated literal-1 or the implied operand of the CHARACTERS phrase may
participate only in those comparison cycles which involve that portion of the
contents of the data item referenced by identifier-1 from the character position
immediately to the right (left for TRAILING adjective) of the rightmost (leftmost for
TRAILING adjective) character position of the first (last for TRAILING adjective)
occurrence of literal-2 within the contents of the data item referenced by identifier-1
to the rightmost (leftmost for TRAILING adjective) character position of the data
item referenced by identifier-1. This is the character position at which literal-1 or
the implied operand of the CHARACTERS phrase is first eligible to participate in
matching. The position of this first (last) occurrence is determined before the first
cycle of the comparison operation described in general rule 6 is begun. If, on any
comparison cycle, literal-1 or the implied operand of the CHARACTERS phrase is
not eligible to participate, it is considered not to match the contents of the data item
referenced by identifier-1. If there is no occurrence of literal-2 within the contents
of the data item referenced by identifier-1, its associated literal-1 or the implied
operand of the CHARACTERS phrase is never eligible to participate in the
comparison operation.
b. When the adjective ALL is specified, each occurrence of literal-1 matched in the
contents of the data item referenced by identifier-1 is replaced by literal-3.
c. When the adjective LEADING is specified, the first and each successive contiguous
occurrence of literal-1 matched in the contents of the data item referenced by
identifier-1 is replaced by literal-3, provided that the leftmost occurrence is at the
point where comparison began in the first comparison cycle in which literal-1 was
eligible to participate.
d. When the adjective TRAILING is specified, the rightmost and each preceding
contiguous occurrence of literal-1 matched in the contents of the data item
referenced by identifier-1 is replaced by literal-3, provided that the rightmost
occurrence is at the point where comparison began in the first comparison cycle in
which literal-1 was eligible to participate.
e. When the adjective FIRST is specified, the leftmost occurrence of literal-1 matched
within the contents of the data item referenced by identifier-1 is replaced by
literal-3. This rule applies to each successive specification of the FIRST adjective
regardless of the value of literal-1.
14. If identifier-3, identifier-4 or identifier-5 occupies the same storage area as identifier-1,
the result of the execution of this statement is undefined, even if it is defined by the same
data description entry.
MERGE Statement
The MERGE statement combines two or more identically sequenced files on a set of specified
keys, and during the process makes records available, in merged order, to an output procedure
or to an output file.
ASCENDING
MERGE file-name-1 ON KEY { data-name-1 }
DESCENDING
A MERGE statement may appear anywhere in the Procedure Division except in the
declaratives portion.
file-name-1 must be described in a sort-merge file description entry in the Data Division.
data-name-1 may be qualified. data-name-1 must reference either a record-name associated
with file-name-1 or a data item in a record associated with file-name-1. If more than one
record description entry is associated with file-name-1, the data items referenced by
different specifications of data-name-1 need not all be associated with the same record
description entry.
The data item referenced by data-name-1 must not be a group item that contains a
variable-occurrence data item.
file-name-2, file-name-3, and file-name-4 must be described in a file description entry in the
Data Division.
No two files specified in any one MERGE statement may reside on the same multiple file reel
(or reels). See the discussion of the I-O-CONTROL paragraph (on page 81).
File-names must not be repeated within the MERGE statement.
The words THRU and THROUGH are synonymous.
No pair of file-names in a MERGE statement may be specified in the same SAME AREA,
SAME RECORD AREA, SAME SORT AREA or SAME SORT-MERGE AREA clause.
(See the I-O-CONTROL paragraph.)
If the file referenced by file-name-1 contains variable-length records, the size of the records
contained in the files referenced by file-name-2 and file-name-3 must not be shorter than the
shortest record or longer than the longest record described for file-name-1. If the file
referenced by file-name-1 contains fixed-length records, the size of the records contained in
the files referenced by file-name-2 and file-name-3 must not be longer than the longest record
described for file-name-1.
If the GIVING phrase is specified and the file referenced by file-name-4 contains
variable-length records, the size of the records contained in the file referenced by file-name-1
must not be shorter than the shortest record or longer than the longest record size specified for
file-name-4. If the file referenced by file-name-4 contains fixed-length records, the size
of the records contained in the file referenced by file-name-1 must not be longer than the fixed
record size specified for file-name-4.
c. For a relative file, the relative key data item for the first record returned contains the
value 1; for the second record returned, the value 2; and so forth. After execution of
the MERGE statement, the contents of the relative key data item indicate the last
record returned to the file.
d. The processing of the file is terminated. The termination is performed as if a
CLOSE statement without optional phrases had been executed.
These implicit functions are performed such that any associated USE procedures are
executed; however, the execution of such a USE procedure must not cause the execution
of any statement manipulating the file referenced by, or accessing the record area
associated with, file-name-4. On the first attempt to write beyond the externally defined
boundaries of the file, any USE procedure specified for the file is executed; if control is
returned from that USE procedure or if no such USE procedure is specified, the
processing of the file is terminated as described above.
13. Segmentation can be applied to programs containing the MERGE statement. However,
the following restrictions apply:
a. If the MERGE statement appears in a section that is not in an independent segment,
any output procedure referenced by that MERGE statement must appear:
1) Totally within nonindependent segments, or
2) Wholly contained in a single independent segment.
b. If a MERGE statement appears in an independent segment, any output procedure
referenced by that MERGE statement must be contained:
1) Totally within nonindependent segments, or
2) Wholly within the same independent segment as that MERGE statement.
DATA DIVISION.
FILE SECTION.
SD MERGE-FILE.
01 MERGE-RECORD.
02 MERGE-KEY-1 PIC X(05).
02 MERGE-KEY-2 PIC 9(05) BINARY.
02 MERGE-DATA-1 PIC X(20).
FD SORTED-FILE-1.
01 SORTED-FILE-1-RECORD.
02 SORTED-KEY-1 PIC X(05).
02 SORTED-KEY-2 PIC 9(05) BINARY.
02 SORTED-DATA-1 PIC X(20).
FD SORTED-FILE-2.
01 SORTED-FILE-2-RECORD.
PROCEDURE DIVISION.
MAIN1.
MERGE MERGE-FILE
ON ASCENDING KEY MERGE-KEY-1
ON DESCENDING KEY MERGE-KEY-2
USING SORTED-FILE-1 SORTED-FILE-2
OUTPUT PROCEDURE IS PUT-RECORDS.
STOP RUN.
PUT-RECORDS.
SET EOF TO FALSE.
PERFORM UNTIL EOF
RETURN MERGE-FILE RECORD
AT END SET EOF TO TRUE
NOT AT END CALL "WRITE-RECORD" USING MERGE-RECORD
END-RETURN
END-PERFORM.
END PROGRAM MERGE01.
MOVE Statement
The MOVE statement transfers data, in accordance with the rules of editing, to one or more
data areas.
Format 1: Move…To
identifier-1
MOVE TO { identifier-2 }
literal-1
CORRESPONDING
MOVE identifier-1 TO { identifier-2 }
CORR
literal-1 or the data item referenced by identifier-1 represents the sending area;
identifier-2 (. . .) represents the receiving area (or areas).
An index data item must not appear as an operand of a MOVE statement.
The data designated by literal-1 or identifier-1 is moved to the data item referenced by each
identifier-2 in the order in which it is specified. The rules referring to identifier-2 also apply
to the other receiving areas.
Any length evaluation or subscripting associated with identifier-2 is evaluated immediately
before the data is moved to the respective data item. Any length evaluation or subscripting
associated with identifier-1 is evaluated only once, immediately before data is moved to the
first of the receiving operands. The result of the statement
is equivalent to:
Any necessary conversion of data from one form of internal representation to another takes
place during legal elementary moves, along with any de-editing implied by the sending data
item or editing specified for the receiving data item:
1. When an alphanumeric edited or alphanumeric item is a receiving item, alignment and
any necessary space-filling takes place as defined in the discussion of standard alignment
rules (on page 161). If the size of the sending item is greater than the size of the
receiving item, the excess characters are truncated on the right after the receiving item is
filled. If the sending item is described as being signed numeric, the operational sign is
not moved; if the operational sign occupies a separate character position (see the
discussion of the SIGN clause (on page 124) that character is not moved and the size of
the sending item is considered to be one less than its actual size (in terms of standard data
format characters). If the sending item is numeric edited, no de-editing takes place. If
the usage of the sending operand is different from that of the receiving operand,
conversion of the sending operand to the internal representation of the receiving operand
takes place. If the PICTURE character-string of the sending operand contains the symbol
“P”, all digit positions specified with this symbol are considered to contain the value zero
and are counted in the size of the sending item.
2. When a numeric or numeric edited item is the receiving item, alignment by decimal point
and any necessary zero filling takes place (see the discussion of standard alignment rules)
where zeroes are replaced because of editing requirements.
When a signed item is the receiving item, the sign of the sending item is placed in the
receiving item (see the discussion of the SIGN clause). Conversion of the representation
of the sign takes place as necessary. If the sending item is unsigned, a positive sign is
generated for the receiving item.
When an unsigned numeric item is the receiving item, the absolute value of the sending
item is moved and no operational sign is generated for the receiving item.
When the sending operand is described as being alphanumeric, data is moved as if the
sending operand were described as an unsigned numeric integer.
When a numeric edited data item is the sending item, conversion is implied to establish
the unedited numeric value of the operand, which may be signed; then the unedited
numeric value is moved to the receiving field. The implied conversion deletes all
characters other than the decimal digits 0, 1, . . . 9, sets the operational sign negative if a
minus sign is present in the sending item or positive otherwise, and sets the scale
according to the rightmost decimal point present in the sending item or to the scale of the
sending data item otherwise. The representation of the decimal point used in this
conversion is a period unless the DECIMAL POINT IS COMMA clause is specified in
the source program, in which case a comma is used. In this conversion, any decimal digit
0 that matches an inserted character 0 in the sending item is excluded from the resulting
unedited numeric value.
3. When a receiving field is described as alphabetic, justification and any necessary space-
filling takes place. See the discussion of standard alignment rules (on page 161).
If the size of the sending item is greater than the size of the receiving item, the excess
characters are truncated on the right after the receiving item is filled.
Any move that is not an elementary move is treated exactly as if it were an alphanumeric to
alphanumeric elementary move, except that there is no conversion of data from one form of
internal representation to another. In such a move, the receiving area is filled without regard
for the individual elementary or group items contained within either the sending or receiving
area, except as noted in the OCCURS clause. When a group item is moved to an elementary
item described with the JUSTIFIED RIGHT clause, right justification occurs.
When a sending and receiving item share a part of their storage areas, the result of the
execution of such a statement is undefined.
Table 32 summarizes the legality of the various types of MOVE statements.
Alphabetic
Alphanumeric
Alphanumeric
Edited
Numeric Integer
Numeric
Noninteger
Numeric Edited
Allowed.
Disallowed.
CORRESPONDING Phrase
CORRESPONDING
CORR identifier-1 TO { identifier-2 }
When the CORRESPONDING phrase is specified, all identifiers must refer to group items.
When a MOVE statement with a CORRESPONDING phrase specifies more than one
receiving group item (identifier-2), the effect is the same as if multiple MOVE statements
with CORRESPONDING phrases had been written, one for each of the receiving group items
(identifier-2), and each having the same sending group item (identifier-1).
For the MOVE statement with the CORRESPONDING phrase:
• The description of identifier-1 and identifier-2 must not contain level-number 66, 77, 78,
or 88 or the USAGE IS INDEX clause.
• Neither identifier-1 nor identifier-2 may be reference modified.
• identifier-1 or identifier-2 may be described with the OCCURS or REDEFINES clauses
or may be subordinate to data items described with the OCCURS or REDEFINES
clauses. If identifier-1 or identifier-2 is a table element, then the required subscripting
must be specified as part of identifier-1 or identifier-2. The specified subscripting will be
applied to the selected subordinate corresponding data items, respectively, for identifier-1
and identifier-2.
For each individual MOVE statement with a CORRESPONDING phrase, subordinate data
item pairs are selected, one from the sending group item and one from the receiving group
item. Then for each such selected pair, data movement occurs from the data item that is
subordinate to the sending group item to the data item that is subordinate to the receiving
group item. The data movement that occurs is the same as if individual MOVE statements
had been written for each of the selected pairs.
The rules that govern the selection of eligible subordinate data item pairs are as follows:
1. The data items are not designated by the keyword FILLER and have the same data-name
and the same qualifiers up to but not including the original group items, identifier-1 and
identifier-2.
2. At least one of the data items is an elementary data item and the resulting move is legal
according to the move rules.
3. A data item that is subordinate to identifier-1 or identifier-2 and contains a REDEFINES,
OCCURS, USAGE IS INDEX, or USAGE IS POINTER clause is ignored, as well as
those data items subordinate to the data item that contains the REDEFINES, OCCURS,
USAGE IS INDEX, or USAGE IS POINTER clause.
4. The name of each data item that satisfies the above conditions must be unique after
application of the implied qualifiers.
When multiple receiving group identifiers (identifier-2, . . .) are listed, all corresponding items
in the first identifier-2 are moved prior to moving corresponding items in the second and any
subsequent receiving group identifiers.
CORRESPONDING and CORR are synonymous.
MULTIPLY Statement
The MULTIPLY statement causes numeric data items to be multiplied and stores the result.
Format 1: Multiply…By
identifier-1
MULTIPLY BY { identifier-2 [ ROUNDED ] }
literal-1
Format 2: Multiply…Giving
identifier-1 identifier-2
MULTIPLY BY literal-2
literal-1
Each identifier must refer to a numeric elementary item, except that in Format 2, the
identifiers following the word GIVING may refer to either an elementary numeric item or an
elementary numeric edited item.
Each literal must be a numeric literal.
Additional rules and explanations regarding features of the MULTIPLY statement that are
common to other arithmetic statements can be found in the discussion of common rules (on
page 182). Note, in particular, the discussions of the ROUNDED phrase, the size error
condition, overlapping operands, modes of operation, composite size, and incompatible data.
The END-MULTIPLY phrase delimits the scope of the MULTIPLY statement. This phrase
is not necessary unless the MULTIPLY statement is specified in the conditional phrase of
another statement. Even in that case, the phrase is not necessary unless this statement
specifies a conditional phrase or that other statement is also a MULTIPLY statement. The
END-MULTIPLY phrase is allowed even when not necessary. For additional information on
scope terminators such as END-MULTIPLY, see Scope of Statements (on page 31),
Imperative Statements (on page 30), and Delimited Scope Statements (on page 31).
OPEN Statement
The OPEN statement initiates the processing of files.
OPEN [ EXCLUSIVE ]
REVERSED
INPUT file-name-1 [ WITH LOCK ] WITH NO REWIND
OUTPUT { file-name-2 [ WITH LOCK ] [ WITH NO REWIND ] }
I - O { file-name-3 [ WITH LOCK ] }
EXTEND { file-name-4 [ WITH LOCK ] }
The successful execution of an OPEN statement determines the availability of the file and
results in the file being in an open mode. A file is available if it is physically present and
recognized by the runtime system. Table 33 shows the results of opening available and
unavailable files.
The successful execution of an OPEN statement makes the associated record area available to
the program. If the file connector associated with the file-name is an external file connector,
there is only one record area associated with the file connector for the run unit.
The files referenced in the OPEN statement need not all have the same organization or access.
The EXTEND phrase may only be specified for files with sequential access.
The REVERSED and NO REWIND phrases may only be specified for files that are
sequential organization.
The EXCLUSIVE phrase indicates that the open is to obtain exclusive access to each file
referenced in the OPEN statement until the file is closed. The EXCLUSIVE phrase is
redundant for any file for which the LOCK MODE IS EXCLUSIVE clause is specified in its
file control entry.
The LOCK phrase indicates that the open is to obtain exclusive access to the associated file
until the file is closed. The LOCK phrase is redundant if the EXCLUSIVE phrase is specified
in the same OPEN statement or if the LOCK MODE IS EXCLUSIVE clause is specified in
the file control entry for the file.
The successful execution of the OPEN statement sets the lock mode of the file using the
EXCLUSIVE and LOCK phrases of the OPEN statement, the LOCK MODE clause, if
specified, in the file control entry for the file, or configurable defaults for each open mode.
The section File Locking (on page 220) provides a general discussion of lock mode. If the
file is opened in shared input-output mode, record locking will apply as described in the
section Record Locking (on page 221). The RM/COBOL User’s Guide also contains
additional information regarding system-dependent features of file and record locking (see
“File Sharing” in Chapter 8: RM/COBOL Features), as well as information on configuration
of defaults (see the description of relevant keywords in the “RUN-FILES-ATTR
Configuration Record” section in Chapter 10: Configuration).
Availability of a File
File Is Available Unavailable
Prior to the successful execution of an OPEN statement for a given file, no statement can be
executed that references that file, either explicitly or implicitly, except that the file may be
listed in the USING or GIVING phrases of a SORT or MERGE statement.
An OPEN statement must be successfully executed prior to the execution of any of the
permissible input-output statements. In Table 34, a ■■■ symbol at an intersection indicates
that the specified statement, used in the access mode given for that row, may be used with the
open mode given at the top of the column.
A file may be opened with the INPUT, OUTPUT, EXTEND, and I–O phrases in the same
program. Following the initial execution of an OPEN statement for a file, each subsequent
OPEN statement execution for that same file must be preceded by the execution of a CLOSE
statement, without the LOCK, REEL or UNIT phrase, for that file.
Permissible Statements
Open Mode
Access Statement Input Output I-O Extend
READ
WRITE
REWRITE
Sequential
START
DELETE
READ
WRITE
REWRITE
Random
START
DELETE
READ
WRITE
REWRITE
Dynamic
START
DELETE
May be used.
Execution of the OPEN statement does not obtain or release the first data record.
The file description entry for file-name-1, file-name-3 or file-name-4 must be equivalent to
that used when this file was created.
The execution of an OPEN statement causes the value of the specified file status data item, if
any, associated with the file to be updated.
INPUT Phrase
INPUT file-name-1 [ WITH LOCK ] REVERSED
WITH NO REWIND
If a file opened with the INPUT phrase is an optional file that is not present, the OPEN
statement sets the file position indicator to indicate that an optional input file is not present.
Otherwise:
• When sequential or relative files are opened with the INPUT phrase, the file position
indicator is set to 1.
• When indexed files are opened with the INPUT phrase, the file position indicator is set to
the characters that have the lowest ordinal position in the collating sequence associated
with the file, and the prime record key is established as the key of reference.
The REVERSED and NO REWIND phrases may only be specified if file-name-1 refers to a
sequential organization file. Since the NO REWIND Phrase is common to the INPUT and
OUTPUT phrases, it is discussed separately on page 320.
When the REVERSED phrase is specified, the file is positioned at its end by execution of the
OPEN statement. Subsequent READ statements for the file make the data records of the file
available in reverse order; that is, starting with the last record.
The REVERSED phrase is applicable only to files whose storage medium is capable of
reverse motion. The phrase is ignored at runtime when not applicable to the storage medium
of the file. (Note that at the time this document was published, the RM/COBOL file manager
did not support any storage medium capable of reverse motion.)
OUTPUT Phrase
OUTPUT { file-name-2 [ WITH LOCK ] [ WITH NO REWIND ]}
Upon successful execution of an OPEN statement with the OUTPUT phrase specified, a file is
created. At that time, the associated file contains no data records.
The NO REWIND phrase may only be specified if file-name-2 refers to a sequential
organization file. Since the NO REWIND Phrase is common to the INPUT and OUTPUT
phrases, it is discussed separately on page 320.
I-O Phrase
I- O { file-name-3 [ WITH LOCK ]}
The I–O phrase permits the opening of a mass storage file for both input and output
operations. If the referenced file does not exist and the OPTIONAL phrase is specified in the
SELECT clause for the referenced file, the file is created as a new empty file as is done when
the OUTPUT phrase is used.
The I–O phrase can be used only for mass storage files (files assigned to the DISC, DISK, or
RANDOM device-type).
When the I–O phrase is specified and the LABEL RECORDS clause indicates that label
records are present, the execution of the OPEN statement includes the following:
When sequential or relative files are opened with the I–O phrase, the file position indicator is
set to 1.
When indexed files are opened with the I–O phrase, the file position indicator is set to the
characters that have the lowest ordinal position in the collating sequence associated with the
file, and the prime record key is established as the key of reference.
In 1985 mode, if the run unit does not have write access to the file, the execution of an OPEN
statement with the I–O phrase is unsuccessful and the I–O status value is set to indicate this
condition. In 1974 mode, if the run unit does not have write access to the file, an OPEN
statement with the I–O phrase is successful; however, any attempt to execute a DELETE,
REWRITE, or WRITE statement while in this mode will be unsuccessful.
EXTEND Phrase
EXTEND { file-name-4 [ WITH LOCK ]}
When the EXTEND phrase is specified, the OPEN statement positions the file immediately
following the last logical record of that file. Subsequent WRITE statements referencing the
file will add records to the file as though the file has been opened with the OUTPUT phrase.
The EXTEND phrase may be specified only if file-name-4 refers to a file with sequential
access. The EXTEND phrase must not be specified for a file whose device-type is INPUT.
The last record for a sequential file is the last record written in the file.
The last record for a relative file is the currently existing record with the highest relative
record number.
The last record for an indexed file is the currently existing record with the highest prime key
value according to the collating sequence of the file. If the indexed file is described with
the DUPLICATES phrase in the RECORD KEY clause of its file control entry and the
highest prime key value is duplicated within the records of the file, then the last record is the
currently existing record with the highest prime key value that was chronologically last
released to the file.
NO REWIND Phrase
WITH NO REWIND
The NO REWIND phrase can be used only with sequential single reel or unit files. The
phrase is ignored if it does not apply to the storage medium on which the file resides.
If the storage medium for the file permits rewinding, the following rules apply:
1. When the REVERSED, EXTEND or NO REWIND phrase is not specified, execution of
the OPEN statement causes the file to be positioned at its beginning.
2. When the NO REWIND phrase is specified, execution of the OPEN statement does not
cause the file to be repositioned; the file must be already positioned at its beginning prior
to the execution of the OPEN statement.
PERFORM Statement
The PERFORM statement is used to transfer control explicitly to one or more procedures and
to return control implicitly whenever execution of the specified procedure is complete. The
PERFORM statement is also used to control execution of one or more imperative statements
that are within the scope of that PERFORM statement.
THROUGH
PERFORM procedure-name-1 procedure-name-2
THRU
Format 2: Perform…Times
THROUGH
PERFORM procedure-name-1 procedure-name-2
THRU
identifier-1
integer-1 TIMES
Format 3: Perform…Until
THROUGH
PERFORM procedure-name-1 procedure-name-2
THRU
BEFORE
WITH TEST AFTER UNTIL condition-1
Format 4: Perform…Varying
THROUGH
PERFORM procedure-name-1 procedure-name-2
THRU
BEFORE
WITH TEST AFTER
identifier-3
identifier-2 identifier-4
VARYING FROM index-name-2 BY literal-2
index-name-1 literal-1
UNTIL condition-1
identifier-6
identifier-5 identifier-7
AFTER index-name-3 FROM index-name-4 BY literal-4
literal-3
UNTIL condition-2
more complex forms of the PERFORM . . . VARYING statement are executed may be
inferred by generalization from the simpler forms.
For a PERFORM . . . VARYING statement that does not have an AFTER phrase nor a TEST
AFTER phrase (that is, TEST BEFORE is specified or implied), the data item referred to by
identifier-2 is set to literal-1 or the current value of the data item referred to by identifier-3 at
the point of initial execution of the statement; then condition-1 in the UNTIL phrase is tested.
If it is false, the specified set of statements is executed once. The value of the data item
referred to by identifier-2 is augmented by the specified increment or decrement value
(literal-2 or the value of the data item referred to by identifier-4 in the BY phrase) and
condition-1 is retested, with subsequent execution of the specified set of statements if it is
found to be false. The cycle continues until condition-1 is found to be true, at which time
control is transferred to the end of the PERFORM statement. If condition-1 is true at the
beginning of execution of the PERFORM statement, control is transferred to the end of the
PERFORM statement without executing the specified set of statements at all.
Figure 5 represents this sequence of actions.
Entrance
True
condition-1 Exit
False
Augment identifier-2
with current BY value
When control reaches the end of this form of the PERFORM . . . VARYING statement, the
data item referred to by identifier-2 contains a value that exceeds the setting last used by one
increment or decrement value, unless condition-1 was true to begin with, in which case it
contains literal-1 or the current value of the data item referred to by identifier-3.
For a PERFORM . . . VARYING statement that has one AFTER phrase but no TEST
AFTER phrase (that is, TEST BEFORE is specified or implied), the data item referred to by
identifier-2 is set to literal-1 or to the current value of the data item referred to by identifier-3;
then the data item referred to by identifier-5 is set to literal-3 or to the current value of the
data item referred to by identifier-6. Subsequent actions form a nested set of two cycles.
condition-1 is tested. If it is true, control is transferred to the end of the PERFORM
statement; if it is false, condition-2 is tested. If condition-2 is false, the specified set of
statements is executed once, and then the data item referred to by identifier-5 is augmented by
literal-4 or by the current value of the data item referred to by identifier-7, and condition-2 is
retested with subsequent execution of the specified set of statements if it is found to be false.
This inner cycle of execution, testing, and augmentation continues until condition-2 is found
to be true, at which time the data item referred to by identifier-2 is augmented by literal-2 or
by the current value of the data item referred to by identifier-4, identifier-5 is set to literal-3
or to the current value of the data item referred to by identifier-6, and condition-1 is retested
with subsequent reevaluation of condition-2 as long as condition-1 is found to be false. This
outer cycle continues until condition-1 is found to be true.
Figure 6 represents this sequence of actions.
Entrance
True
condition-1 Exit
False
True
condition-2
False
This PERFORM . . . VARYING statement has one AFTER phrase and no TEST
AFTER phrase.
When control reaches the end of this form of the PERFORM . . . VARYING statement, the
data item referred to by identifier-5 contains literal-3 or the current value of the data item
referred to by identifier-6. The data item referred to by identifier-2 contains a value that
exceeds the last used setting by one increment or decrement value, unless condition-1 was
true to begin with, in which case it contains literal-1 or the current value of the data item
referred to by identifier-3.
For a PERFORM . . . VARYING statement that does not have an AFTER phrase but does
have a TEST AFTER phrase, the data item referred to by identifier-2 is set to literal-1 or the
current value of the data item referred to by identifier-3 at the point of initial execution of the
statement; then the specified set of statements is executed once and condition-1 in the UNTIL
phrase is tested. If it is false, the value of the data item referred to by identifier-2 is
augmented by the specified increment or decrement value (literal-2 or the value of the data
item referred to by identifier-4) and the specified set of statements is executed again with
subsequent reevaluation of condition-1. The cycle continues until condition-1 is found to be
true, at which time control is transferred to the end of the PERFORM statement. For this
form of the PERFORM . . . VARYING statement, the specified set of statements is always
executed at least once.
Figure 7 represents this sequence of actions.
Entrance
True
condition-1 Exit
False
Augment identifier-2
with current BY value
When control reaches the end of this form of the PERFORM . . . VARYING statement,
identifier-2 contains the same value it contained at the end of the most recent execution of the
specified set of statements.
For a PERFORM . . . VARYING statement that has one AFTER phrase and a TEST AFTER
phrase, the data item referred to by identifier-2 is set to literal-1 or the current value of the
data item referred to by identifier-3, then the data item referred to by identifier-5 is set to
literal-3 or the current value of the data item referred to by identifier-6. The specified set of
statements is executed once and condition-2 is tested. If it is false, the data item referred to by
identifier-5 is augmented by literal-4 or the current value of the data item referred to by
identifier-7 and the specified set of statements is executed again with subsequent reevaluation
of condition-2. This inner cycle of execution, testing and augmentation continues until
condition-2 is found to be true, at which time condition-1 is tested. If it is true, control is
transferred to the end of the PERFORM statement. If it is false, the data item referred to by
identifier-2 is augmented by literal-2 or the current value of the data item referred to by
identifier-4. identifier-5 is set to literal-3 or the current value of the data item referred to by
identifier-6; and the specified set of statements is executed again with subsequent reevaluation
of condition-2. This outer cycle continues until both condition-1 and condition-2 are found to
be true.
Figure 8 represents this sequence of actions.
Entrance
True
condition-2
False
Augment identifier-5
with current BY value
True
condition-1 Exit
False
Augment identifier-2
with current BY value
This PERFORM . . . VARYING statement has one AFTER phrase and a TEST
AFTER phrase.
When control reaches the end of this form of the PERFORM . . . VARYING statement, each
data item varied by an AFTER or VARYING phrase contains the same value it contained at
the end of the most recent execution of the specified set of statements.
The preceding definition of the operation of a Format 4 PERFORM statement complies with
ANSI COBOL 1985. It should be noted that this definition differs slightly from the definition
in ANSI COBOL 1974, with which earlier versions of RM/COBOL complied. The difference
is in the point at which inner cycle loop variables are reset to their FROM values.
It can have an effect only on Format 4 PERFORM statements that specify one or more
AFTER phrases and that specify an inner FROM operand that is dependent on one of the
higher-level loop operands. Most Format 4 PERFORM statements are not of this form, and
are, therefore, not affected by this change. In situations where it is necessary to preserve
compatibility with earlier versions of COBOL in this regard, two courses of action are
possible: either modify the text of the source program, replacing the Format 4 PERFORM
statement with an appropriate sequence of IF, MOVE, ADD and Format 1 PERFORM
statements; or make use of the Compile Command option that causes the RM/COBOL
compiler to treat Format 4 PERFORM statements as before. The description of the
7 Compile Command Option in Chapter 6: Compiling of the RM/COBOL User’s Guide
contains further information on this option and the language features it controls.
During the execution of the specified set of statements associated with the PERFORM
statement, any change to the VARYING variable (the data item referred to by identifier-2 and
index-name-1), the BY variable (the data item referred to by identifier-4), the AFTER variable
(the data item referred to by identifier-5 and index-name-3), or the FROM variable (the data
item referred to by identifier-3 and index-name-2) are taken into consideration and affect the
operation of the PERFORM statement.
When the data items referred to by two identifiers are varied, the data item referred to by
identifier-5 goes through a complete cycle (FROM, BY, UNTIL) each time the contents of the
data item referred to by identifier-2 are varied. When the contents of three or more data items
referred to by identifiers are varied, the mechanism is the same as for two identifiers except
that the data item being varied by each AFTER phrase goes through a complete cycle each
time the data item being varied by the preceding AFTER phrase is augmented.
The range of a PERFORM statement consists logically of all those statements that are
executed as a result of executing the PERFORM statement through execution of the implicit
transfer of control to the end of the PERFORM statement. The range includes all statements
that are executed as the result of a transfer of control by CALL, EXIT, GO TO and
PERFORM statements in the range of the PERFORM statement, as well as all statements in
declarative procedures that are executed as a result of the execution of statements in the range
of the PERFORM statement. The statements in the range of a PERFORM statement need not
appear consecutively in the source program.
If the specified set of statements for one PERFORM statement includes another PERFORM
statement, the specified set of statements associated with the inner PERFORM must itself be
either totally included in, or totally excluded from, the logical sequence referred to by the
outer PERFORM statement. Thus an active PERFORM statement, whose execution point
begins within the range of another active PERFORM statement, must not allow control to
pass to the exit of the other active PERFORM statement; furthermore, two or more such
active PERFORM statements may not have a common exit. This is illustrated in Figure 9,
Figure 10, and Figure 11.
x PERFORM a THRU m
d PERFORM f THRU j
m
Performed statements totally included in logical sequence referred to by first
PERFORM.
x PERFORM a THRU m
d PERFORM f THRU j
j
Performed statements totally excluded from logical sequence referred to by first
PERFORM.
x PERFORM a THRU m
d PERFORM f THRU j
A PERFORM statement that appears in a section that is not in an independent segment can
have within its range, in addition to any declarative sections whose execution is caused within
that range, only one of the following:
• Sections, paragraphs, or both, wholly contained in one or more nonindependent
segments.
• Sections, paragraphs, or both, wholly contained in a single independent segment.
A PERFORM statement that appears in an independent segment can have within its range, in
addition to any declarative sections whose execution is caused within that range, only one of
the following:
• Sections, paragraphs, or both, wholly contained in one or more nonindependent
segments.
• Sections, paragraphs, or both, wholly contained in the same independent segment as the
PERFORM statement.
PERFORM
DISPLAY "Ending run unit now"
STOP RUN
END-PERFORM.
PERFORM 4 TIMES
ADD ITEM-COUNT TO ITEM-COUNT
END-PERFORM.
PERFORM ITEM-PROCEDURE
WITH TEST AFTER UNTIL ITEM-COUNT = 0.
PERFORM TABLE-INITIALIZE
VARYING IX1 FROM 1 BY 1 UNTIL IX1 > 5
AFTER IX2 FROM 1 BY 1 UNTIL IX2 > 10.
PURGE Statement
The PURGE statement eliminates from the Message Control System (MCS) a partial message
that has been released by one or more SEND statements.
PURGE cd-name-1
PURGE COM-LINE-2.
READ Statement
For sequential access, the READ statement makes available the next or previous logical
record from a file. For random access, the READ statement makes available a specified
record from a mass storage file.
[ AT END imperative-statement-1 ]
[ END - READ ]
WITH [ NO ] LOCK
READ file-name-1 RECORD
INTO identifier-1
data-name-1
KEY IS split-key-name-1
be qualified. The compiler implicitly qualifies data-name-1 in the KEY phrase of a READ
START statement for an indexed organization file with file-name-1 when data-name-1 does
not include file-name-1 as its last qualifier.
The setting of the file position indicator at the start of the execution of a Format 1 READ
statement is used in determining the record to be made available according to the following
rules. Comparisons for records in sequential files relate to the record number. Comparisons
for records in relative files relate to the relative key number. Comparisons for records in
indexed files relate to the value of the current key of reference, and the comparisons of key
values are made according to the collating sequence of the file.
1. If the file position indicator indicates that no valid next record has been established,
execution of the READ statement is unsuccessful.
2. If the file position indicator indicates that an optional input file is not present, execution
proceeds as described below for the case when no next record exists.
3. If the file position indicator was established by a previous OPEN or START statement,
and
a. PREVIOUS was not specified, the first existing record in the file whose record
number or key value is greater than or equal to the file position indicator is selected.
b. PREVIOUS was specified, the first existing record in the file whose record number
or key value is less than or equal to the file position indicator is selected.
4. If the file position indicator was established by a previous READ statement, and the file
is a sequential or relative file, or an indexed file whose current key of reference does not
allow duplicates, and
a. PREVIOUS was not specified, the first existing record in the file whose record
number or key value is greater than the file position indicator is selected.
b. PREVIOUS was specified, the first existing record in the file whose record number
or key value is less than the file position indicator is selected.
5. For indexed files, if the file position indicator was established by a previous READ
statement, and the current key of reference does allow duplicates, and
a. PREVIOUS was not specified, the first record in the file whose key value is either
equal to the file position indicator and whose logical position within the set of
duplicates is immediately after the record that was made available by that previous
READ statement, or whose key value is greater than the file position indicator, is
selected.
b. PREVIOUS was specified, the first record in the file whose key value is either equal
to the file position indicator and whose logical position within the set of duplicates is
immediately before the record that was made available by that previous READ
statement, or whose key value is less than the file position indicator, is selected.
If a record is found that satisfies these requirements, and there is no record lock conflict for
that record, it is made available in the record area for the file.
If no record is found that satisfies these requirements, the file position indicator is set to
indicate that no next record exists, and execution proceeds as described below for the case
when no next record exists.
If a record is made available, the file position indicator is updated as follows:
• For sequential files, the file position indicator is set to the record number of the record
made available.
• For relative files, the file position indicator is set to the relative record number of the
record made available. If the RELATIVE KEY clause is specified for file-name-1 and
the number of significant digits in the relative record number of the selected record is
larger than the size of the relative key data item, the file position indicator is set to
indicate this condition and execution proceeds as described below for the case when no
next record exists.
• For indexed files, the file position indicator is set to the value of the current key of
reference of the record made available.
The execution of the READ statement causes the value of the file status data item, if any,
associated with file-name-1 to be updated.
When the logical records of a file are described with more than one record description, they
share the same storage area; this is equivalent to an implicit redefinition of the area. If the
number of character positions in the record that is read is less than the minimum size specified
by the record description entries for file-name-1, the portion of the record area that is to the
right of the last valid character read is undefined. If the number of character positions in the
record that is read is greater than the maximum size specified by the record description entries
for file-name-1, the record is truncated on the right to the maximum size. In either case, the
READ statement is successful and an I–O status value is set indicating that a record length
conflict has occurred.
For a Format 1 READ statement, if the file position indicator indicates that no next (or
previous) logical record exists, or that an optional input file is not present, the NOT AT END
phrase, if specified, is ignored, and the following operations occur in the order specified:
1. An I–O status value is derived from the setting of the file position indicator and stored
into the file status data item for the file, if there is one.
2. If the AT END phrase is specified in the Format 1 READ statement, control is transferred
to the imperative statement in the AT END phrase. Any USE procedure associated with
file-name-1 is not executed.
3. If the AT END phrase is not specified, the applicable USE procedure, if there is one,
is executed. Upon return from the USE procedure, control is transferred to the end of
the READ statement. If there is no applicable USE procedure, an error message is
produced and the run unit is terminated. The runtime can be configured, as described
for the DEFAULT-USE-PROCEDURE keyword of the RUN-FILES-ATTR record in
Chapter 10: Configuration of the RM/COBOL User’s Guide, to assume that a default
empty USE procedure is applicable, thus causing execution to continue at the next
executable statement after the READ statement.
If the at end condition occurs, execution of the Format 1 READ statement is unsuccessful.
Following the unsuccessful execution of the READ statement, the contents of the associated
record area are undefined and the file position indicator is set to indicate that no valid next
record has been established. A further Format 1 READ statement for that file must not be
executed without first executing one of the following:
• A successful CLOSE statement followed by the execution of a successful OPEN
statement for that file
• A successful START statement for that file
• A successful Format 2 READ statement for that file
If an at end condition does not occur during the execution of a Format 1 READ statement, the
AT END phrase and its associated imperative statement are ignored, if specified, and the
following actions occur:
• The file position indicator is set and the I–O status value associated with the file-name is
updated and stored into the file status data item for the file, if there is one.
• If an exception condition other than at end exists, control is transferred according to rules
of the USE procedure applicable to the file-name.
• If no exception condition exists, the record is made available in the record area and any
implicit move resulting from the presence of an INTO phrase is executed. Control is
transferred to the end of the READ statement or to imperative-statement-2, if specified,
in the NOT AT END phrase. In the latter case, execution continues according to the rules
for each statement specified in imperative-statement-2. If a procedure branching or
conditional statement that causes explicit transfer of control is executed, control is
transferred in accordance with the rules for that statement; otherwise, upon completion of
the execution of imperative-statement-2, control is transferred to the end of the READ
statement.
For relative files if the RELATIVE KEY phrase is specified, the execution of a Format 1
READ statement updates the contents of the relative key data item such that it contains the
relative record number of the record made available.
For relative files the execution of a Format 2 READ statement sets the file position indicator
to, and makes available, the record whose relative record number is contained in the data item
named in the RELATIVE KEY phrase for the file. If the file does not contain such a record,
the invalid key condition exists and execution of the READ statement is unsuccessful.
For an indexed file being sequentially accessed using the NEXT phrase (specified either
implicitly or explicitly) in a Format 1 READ statement, records having the same duplicate
value in an alternate record key which is the key of reference are made available in the same
order in which they are released by execution of WRITE statements, or by execution of
REWRITE statements that create such duplicate values. If the file is being sequentially
accessed using the PREVIOUS phrase in a Format 1 READ statement, the records with
duplicate keys are made available in reverse of the order that they are released or made
duplicate.
In single record locking modes, any record lock held by the run unit for file-name-1 is
released upon execution of the READ statement. The successful execution of the READ
statement may obtain a record lock on the accessed record as described in the discussion of
the LOCK Phrase (on page 337).
In multiple record locking modes any record locks held by the run unit for file-name-1 are not
released upon execution of the READ statement.
The END-READ phrase delimits the scope of the READ statement. This phrase is not
necessary unless the READ statement is specified in the conditional phrase of another
statement. Even in that case, the phrase is not necessary unless this statement specifies a
conditional phrase or that other statement is also a READ statement. The END-READ phrase
is allowed even when not necessary. For additional information on scope terminators such as
END-READ, see Scope of Statements (on page 31), Imperative Statements (on page 30), and
Delimited Scope Statements (on page 31).
KEY Phrase
data-name-1
KEY IS
split-key-name-1
For an indexed file if the KEY phrase is specified in a Format 2 READ statement,
data-name-1 or split-key-name-1 is established as the key of reference for this retrieval.
If the dynamic access mode is specified, this key of reference is also used for retrievals
by any subsequent executions of Format 1 READ statements for the file until a different
key of reference is established for the file.
If the KEY phrase is not specified in a Format 2 READ statement, the prime record key is
established as the key of reference for this retrieval.
If the dynamic access mode is specified, this key of reference is also used for retrievals by any
subsequent executions of Format 1 READ statements for the file until a different key of
reference is established for the file.
For indexed files, the execution of a Format 2 READ statement causes the value of the key
of reference to be compared with the value contained in the corresponding data item of the
stored records in the file, until the first record having an equal value is found. The file
position indicator is positioned to this record which is then made available. If no record can
be so identified, the invalid key condition exists and execution of the READ statement is
unsuccessful.
For relative files, the KEY phrase cannot be specified.
LOCK Phrase
WITH [ NO ] LOCK
The LOCK phrase may be specified to control record locking for a shared input-output file. If
the file is not a shared input-output file, the LOCK phrase is ignored and the execution of the
READ statement does not attempt to obtain a lock on the record accessed. For a file open in
the INPUT mode, the execution of the READ statement never attempts to obtain a lock on the
record accessed.
In manual record locking modes, the READ statement only attempts to lock the record
accessed when the LOCK phrase, without the NO option, is specified. If the record accessed
by the READ statement is to be subsequently rewritten or deleted, the LOCK phrase, without
the NO option, should be specified in a READ statement executed in manual record locking
modes. For a READ statement that is executed in manual record locking modes, the NO
LOCK phrase is redundant.
In automatic record locking modes, the READ statement automatically attempts to lock the
record accessed except when the NO LOCK phrase is specified. Specifying NO LOCK will
reduce file contention in a shared file environment when the record accessed by the READ
statement is not to be subsequently rewritten or deleted. In automatic record locking modes,
the LOCK phrase, without the NO option, is redundant.
When a READ statement attempts to obtain a record lock and the record accessed is already
locked by another concurrently executing run unit, the subsequent action depends on the form
of the program:
• If the program declares both a file status data item for file-name-1 and an applicable
USE procedure for file-name-1, the READ statement completes unsuccessfully with
an I–O status value that indicates a locked record conflict and the USE procedure is
performed. The status of the file position indicator in this case is described in the
WITH NO LOCK Phrase (READ Statement) sections for sequential, relative, and
indexed files in “File Types and Structure” in Chapter 8: RM/COBOL Features of the
RM/COBOL User’s Guide.
• If the conditions in the above paragraph are not satisfied, the runtime system waits for the
other run unit to unlock the record before completing the READ statement execution for
this run unit.
If the record is already locked by this run unit through another COBOL file-name that refers
to the same physical file, the READ statement will not wait but will complete unsuccessfully
regardless of whether both a file status data item and applicable USE procedure are defined in
the program.
If the record is already locked by this run unit through file-name-1, the READ statement
completes successfully and the lock status of the accessed record is not changed.
When a READ statement does not attempt to obtain a lock on the record accessed, the lock
status of the record is not significant. The current contents of the record are obtained at the
time of the execution of the READ statement without indication of its locked or unlocked
status.
See Record Locking (on page 221) for additional information on record locking.
INTO Phrase
INTO identifier-1
If the INTO phrase is specified, the record being read is moved from the record area to the
area specified by identifier-1 according to the rules specified for the MOVE statement without
the CORRESPONDING phrase. The size of the current record is determined by rules
specified in the RECORD clause. If the file description entry contains a RECORD IS
VARYING clause, the implied move is a group move. The implied move does not occur if
the execution of the READ statement was unsuccessful. Any subscripting associated with
identifier-1 is evaluated after the record has been read and immediately before it is moved to
the data item.
When the INTO phrase is used, the record being read is available in both the input record area
and the data area associated with identifier-1.
The INTO phrase must not be used when the input file contains logical records of various
sizes as indicated by their record descriptions. The storage area associated with identifier-1
and the record area associated with file-name-1 must not be the same storage area.
The causes of the invalid key condition for a READ statement execution have been indicated
in the preceding text. See the discussions of relative organization input-output (on page 207)
and indexed organization input-output (on page 213) for additional information on the invalid
key condition and the use of the INVALID KEY clause.
Transfer of control following the successful or unsuccessful execution of the READ operation
depends on the presence or absence of the optional INVALID KEY and NOT INVALID KEY
phrases in the Format 2 READ statement. See the discussions of invalid key conditions for
relative files (on page 211) and indexed files (on page 218).
See also the discussions of relative organization input-output (on page 207) and indexed
organization input-output (on page 213) for additional information on the invalid key
condition and the use of the INVALID KEY and NOT INVALID KEY phrases.
RECEIVE Statement
The RECEIVE statement makes available to the program a message or a message segment
and pertinent information about that data.
MESSAGE
RECEIVE cd-name-1 INTO identifier-1
SEGMENT
[ NO DATA imperative-statement-1 ]
A single execution of a RECEIVE statement never returns to the data item referenced by
identifier-1 more than a single message (when the MESSAGE phrase is used) or a single
segment (when the SEGMENT phrase is used). However, the MCS does not return any
portion of a message to the object program until the entire message is available to the MCS,
even when the SEGMENT phrase of the RECEIVE statement is specified.
Once the execution of a RECEIVE statement has returned a portion of a message, only
subsequent execution of RECEIVE statements in that run unit can cause the remaining portion
of the message to be returned.
The END-RECEIVE phrase delimits the scope of the RECEIVE statement. This phrase is not
necessary unless the RECEIVE statement is specified in the conditional phrase of another
statement. Even in that case, the phrase is not necessary unless this statement specifies a
conditional phrase or that other statement is also a RECEIVE statement. The END-RECEIVE
phrase is allowed even when not necessary. For additional information on scope terminators
such as END-RECEIVE, see Scope of Statements (on page 31), Imperative Statements (on
page 30), and Delimited Scope Statements (on page 31).
When, during the execution of a RECEIVE statement, the MCS makes data available in the
data item referenced by identifier-1, the NO DATA phrase, if specified, is ignored and control
is transferred to the end of the RECEIVE statement or, if the WITH DATA phrase is
specified, to imperative-statement-2. In the latter case, execution continues according to the
rules for each statement in imperative-statement-2. If a procedure branching or conditional
statement that causes explicit transfer of control is executed, control is transferred in
accordance with the rules for that statement; otherwise, upon completion of the execution of
imperative-statement-2, control is transferred to the end of the RECEIVE statement.
When, during the execution of a RECEIVE statement, the MCS does not make data available
in the data item referenced by identifier-1, one of the following actions occurs:
• If the NO DATA phrase is specified in the RECEIVE statement, the RECEIVE operation
is terminated with the indication that action is complete and control is transferred to
imperative-statement-1. Execution then continues according to the rules for each
statement in imperative-statement-1. If a procedure branching or conditional statement
that causes explicit transfer of control is executed, control is transferred in accordance
with the rules for that statement; otherwise, upon completion of the execution of
imperative-statement-1, control is transferred to the end of the RECEIVE statement and
the WITH DATA phrase, if specified, is ignored.
• If the NO DATA phrase is not specified in the RECEIVE statement, execution of the
object program is suspended until data is made available in the data item referenced by
identifier-1.
• If one or more queues or subqueues are unknown to the MCS, the appropriate status key
value is stored and control is then transferred as if data had been made available.
MESSAGE Phrase
MESSAGE
If the MESSAGE phrase is used, end of segment indicators (ESI) are ignored, and the
following rules apply to data transfer:
1. If a message is the same size as the area referenced by identifier-1, the message is stored
in the area referenced by identifier-1.
2. If a message size is less than the area referenced by identifier-1, the message is aligned to
the leftmost character position of the area referenced by identifier-1 with no space fill.
3. If the message size is greater than the area referenced by identifier-1, the message fills the
area referenced by identifier-1 left to right starting with the leftmost character of the
message. The remainder of the message can be transferred to the area referenced by
identifier-1 with subsequent RECEIVE statements that specify the same queue structure.
The remainder of the message is treated as a new message.
4. If an end of group indicator (EGI) is associated with the text accessed by the RECEIVE
statement, the existence of an end of message indicator (EMI) is implied. For further
explanation, see Table 35: Data Item Contents on page 354 of the SEND statement.
SEGMENT Phrase
SEGMENT
RELEASE Statement
The RELEASE statement transfers records to the initial phase of a sort operation.
identifier-1
RELEASE record-name-1 FROM
literal-1
A RELEASE statement may be used only within the range of an input procedure
associated with a SORT statement for a file whose sort-merge file description entry
contains record-name-1.
record-name-1 must be the name of a logical record in the associated sort-merge file
description entry and may be qualified.
record-name-1 and identifier-1 must not refer to the same storage area.
The execution of a RELEASE statement causes the record named by record-name-1 to be
released to the initial phase of a sort operation.
When control passes from the input procedure, the file consists of all those records that were
placed in it by the execution of RELEASE statements.
FROM Phrase
identifier-1
FROM
literal-1
If the FROM phrase is used, literal-1 or the contents of identifier-1 are moved to
record-name-1, then the contents of record-name-1 are released to the sort file. Moving
takes place according to the rules specified for the MOVE Statement (on page 311) without
the CORRESPONDING phrase. The information in the record area is no longer available,
but the information in the data area associated with identifier-1 is available.
RETURN Statement
The RETURN statement obtains either sorted records from the final phase of a sort operation
or merged records during a merge operation.
[ AT END imperative-statement-1 ]
The END-RETURN phrase delimits the scope of the RETURN statement. This phrase is not
necessary unless the RETURN statement is specified in the conditional phrase of another
statement. Even in that case, the phrase is not necessary unless this statement specifies a
conditional phrase or that other statement is also a RETURN statement. The END-RETURN
phrase is allowed even when not necessary. For additional information on scope terminators
such as END-RETURN, see Scope of Statements (on page 31), Imperative Statements (on
page 30), and Delimited Scope Statements (on page 31).
REWRITE Statement
The REWRITE statement logically replaces a record existing in a mass storage file.
identifier-1
REWRITE record-name-1 FROM
literal-1
record-name-1 and identifier-1 must not refer to the same storage area.
record-name-1 is the name of a logical record in the File Section of the Data Division and
may be qualified.
The file associated with record-name-1 must be a mass storage file and must be open in the
I-O mode at the time of execution of this statement.
The INVALID KEY and the NOT INVALID KEY phrases must not be specified for a
REWRITE statement which references a sequential file or a relative file in sequential access
mode.
The INVALID KEY phrase must be specified in the REWRITE statement for files in the
random or dynamic access mode for which an appropriate USE procedure is not specified.
For indexed files the INVALID KEY phrase must be specified in the REWRITE statement for
files for which an appropriate USE procedure is not specified.
For files in the sequential access mode, the last input-output statement executed for the
associated file prior to the execution of the REWRITE statement must have been a
successfully executed READ statement. The runtime system replaces the record that was
accessed by that READ statement.
When an indexed file is described with the DUPLICATES phrase in the RECORD KEY
clause, the REWRITE statement in the dynamic access mode is executed as if the file were in
the sequential access mode and the REWRITE statement in the random access mode is not
allowed.
The file position indicator is not affected by the execution of a REWRITE statement.
The execution of the REWRITE statement causes the value of the file status data item, if any,
associated with the file to be updated.
The record to be replaced by the execution of the REWRITE statement must not be locked by
another run unit. For a shared input-output file, the run unit executing the REWRITE
statement should obtain a record lock by preceding the REWRITE statement with a READ
statement that locks the record to be replaced. If the run unit does not already hold a lock on
the record to be replaced, the runtime system will attempt to obtain the lock. If the lock
cannot be obtained because another run unit holds a lock on the record, subsequent action of
the program is as described for the READ statement when attempting to lock a record already
locked by another run unit. If the lock cannot be obtained because this run unit holds a lock
on the record through another COBOL file-name, the REWRITE statement is unsuccessful.
For additional information on coordinating file updates in a shared file environment, see File
Locking (on page 220) and Record Locking (on page 221).
In single record locking modes, any record lock held by the run unit for the file associated
with record-name-1 is released after execution of the REWRITE statement.
In multiple record locking modes, record locks are not released except for the record lock
obtained by the runtime system when the record to be replaced was not locked by the run unit
prior to execution of the REWRITE statement.
For a relative file accessed in a random or dynamic access mode, the runtime system replaces
the record specified by the contents of the relative key data item of the file. If the file does
not contain the record selected by that key value, the invalid key condition exists.
For an indexed file accessed in the sequential access mode, the record to be replaced is
selected by the value of the prime record key. When the REWRITE statement is executed,
the value of the prime record key of the record to be replaced must be equal to the value of the
prime record key of the last record read from the file. When the DUPLICATES phrase is
specified in the RECORD KEY clause of the file control entry for the file, the record to be
replaced is the one accessed by the previously executed READ statement.
For an indexed file in the random or dynamic access mode, the record to be replaced is
selected by the prime record key.
For an indexed file, execution of the REWRITE statement for a record that has an alternate
record key occurs as follows:
• When the value of a specific alternate record key is not changed, the order of retrieval
when that key is the key of reference remains unchanged.
• When the value of a specific alternate record key is changed, the subsequent order of
retrieval of that record may be changed when that specific alternate record key is the key
of reference. When duplicate key values are permitted, the record is logically positioned
last within the set of duplicate records containing the same alternate record key value as
the alternate record key value that was placed in the record.
For indexed files the invalid key condition exists under any of the following circumstances:
• When the access mode of the file is sequential and the value of the prime record key of
the record to be replaced is not equal to the value of the prime record key of the last
record read from the file.
• When the access mode of the file is dynamic or random and the value of the prime record
key of the record to be replaced is not equal to the value of the prime record key of any
record existing in the file.
• When the value of an alternate record key of the record to be replaced, for which
duplicates are not allowed, equals the value of the corresponding data item of a record
already existing in the file.
When the invalid key condition is recognized for both relative and indexed files, the execution
of the REWRITE statement is unsuccessful, the updating operation does not take place, the
contents of the record area are unaffected, and the I-O status value of the file associated with
record-name-1 is set to a value indicating the cause of the condition.
Transfer of control following the successful or unsuccessful execution of the REWRITE
operation depends on the presence or absence of the optional INVALID KEY and NOT
INVALID KEY phrases in the REWRITE statement. See the discussions of invalid key
conditions for relative files (on page 211) and indexed files (on page 218).
See also the discussions of relative organization input-output (on page 207) and indexed
organization input-output (on page 213) for additional information on the invalid key
condition and the use of the INVALID KEY and NOT INVALID KEY phrases.
For sequential files, if the number of character positions in the record referenced by
record-name-1 is not equal to the number of character positions in the record being replaced,
the execution of the REWRITE statement is unsuccessful, the updating operation does not
take place, the contents of the record area are unaffected, and the I-O status value of the file
associated with record-name-1 is set to a value indicating the cause of the condition.
For relative and indexed files, the number of character positions in the record referenced by
record-name-1 need not be the same as the number of character positions in the record being
replaced. However, if it is larger than the largest or smaller than the smallest number of
character positions allowed by the RECORD IS VARYING clause associated with the file,
the execution of the REWRITE statement is unsuccessful, the updating operation does not
take place, the contents of the record area are unaffected, and the I-O status value of the file
associated with record-name-1 is set to a value indicating the cause of the condition.
The END-REWRITE phrase delimits the scope of the REWRITE statement. This phrase is
not necessary unless the REWRITE statement is specified in the conditional phrase of another
statement. Even in that case, the phrase is not necessary unless this statement specifies a
conditional phrase or that other statement is also a REWRITE statement. The END-
REWRITE phrase is allowed even when not necessary. For additional information on scope
terminators such as END-REWRITE, see Scope of Statements (on page 31), Imperative
Statements (on page 30), and Delimited Scope Statements (on page 31).
FROM Phrase
identifier-1
FROM
literal-1
The execution of a REWRITE statement with the FROM phrase is equivalent to the execution
of a move from identifier-1 or literal-1 to record-name-1 followed by the execution of the
same REWRITE statement without the FROM phrase. The contents of the record area prior
to the execution of the implicit MOVE statement have no effect on the execution of the
REWRITE statement.
REWRITE INVENTORY-RECORD
INVALID KEY PERFORM INVALID-KEY-HANDLER
END-REWRITE.
SEARCH Statement
The SEARCH statement is used to search a table for a table element that satisfies the
specified condition and to adjust the associated index-name to indicate that table element.
identifier-2
SEARCH identifier-1 VARYING
index-name-1
[ AT END imperative-statement-1 ]
imperative-statement-2
WHEN condition-1 NEXT SENTENCE
[ END - SEARCH ]
[ AT END imperative-statement-1 ]
identifier-3
IS EQUAL TO
data-name-1 literal-1
WHEN IS = arithmetic-expression-1
condition-name-1
identifier-4
data-name-2 IS EQUAL TO literal-2
AND
IS = arithmetic-expression-2
condition- name-2
imperative-statement-2
NEXT SENTENCE
[ END - SEARCH ]
In both Formats 1 and 2, identifier-1 must not be subscripted or reference modified, but its
description must contain an OCCURS clause with an INDEXED BY phrase. The description
of identifier-1 in Format 2 must also contain the KEY IS phrase in its OCCURS clause.
identifier-2, when specified, must be described as USAGE IS INDEX or as a numeric
elementary item without any positions to the right of the assumed decimal point.
In Format 1, condition-1 may be any conditional expression.
In Format 2, all referenced condition-names must be defined as having only a single value.
The data-name associated with a condition-name must appear in the KEY phrase of the
OCCURS clause of identifier-1. Each data-name may be qualified. Each data-name must be
subscripted by the first index-name associated with identifier-1 along with other indexes or
literals as required, and must be referenced in the KEY phrase of the OCCURS clause of
identifier-1. identifier-3, identifier-4, or identifiers specified in arithmetic-expression-1 or
arithmetic-expression-2 must not be referenced in the KEY phrase of the OCCURS clause
of identifier-1 or be subscripted by the first index-name associated with identifier-1.
In Format 2, when multiple keys are defined and a data-name in the KEY phrase of the
OCCURS clause of identifier-1 is referenced, or when a condition-name associated with a
data-name in the KEY phrase of the OCCURS clause of identifier-1 is referenced, all
preceding data-names in the KEY phrase of the OCCURS clause of identifier-1 or their
associated condition-names must also be referenced.
The END-SEARCH phrase delimits the scope of the SEARCH statement. This phrase is not
necessary unless the SEARCH statement is specified in the conditional phrase of another
statement. Even in that case, the phrase is not necessary unless this statement specifies a
conditional phrase or that other statement is also a SEARCH statement. The END-SEARCH
phrase is allowed even when not necessary. For additional information on scope terminators
such as END-SEARCH, see Scope of Statements (on page 31), Imperative Statements (on
page 30), and Delimited Scope Statements (on page 31).
1. If Format 1 is used, a serial type of search operation takes place, starting at the current
index setting.
a. If, at the start of the execution of the search, the index-name associated with
identifier-1 contains a value that corresponds to an occurrence number that is greater
than the highest permissible occurrence number for identifier-1, the search is
terminated immediately. Then, if the AT END phrase is specified, imperative-
statement-1 is executed; if the AT END phrase is not specified, control passes to the
end of the SEARCH statement.
b. If, at the start of the execution of the search, the index-name associated with
identifier-1 contains a value that corresponds to an occurrence number that is not
greater than the highest permissible occurrence number for identifier-1, the
SEARCH statement operates by evaluating the conditions in the WHEN phrases in
the order in which they are written, making use of the index settings to determine the
occurrence of those items to be tested. If none of the conditions are satisfied, the
index-name for identifier-1 is incremented, and the process is repeated unless the
index is out of range (in which case the search terminates as indicated in rule 1a). If
one of the conditions is satisfied, the search terminates immediately and control
passes to the imperative statement associated with that condition, if present, or if the
NEXT SENTENCE phrase is associated with that condition, the control passes to the
next executable sentence.
The index-name remains set at the value that causes the condition to be satisfied.
2. In a Format 2 search, the results of the SEARCH ALL operation are predictable only
when both of these conditions exist:
a. The data in the table is ordered in the same manner as described in the
ASCENDING/DESCENDING KEY clause associated with the description of
identifier-1.
b. The contents of the key (or keys) referenced in the WHEN clause are sufficient to
identify a unique table element.
3. If Format 2 of the SEARCH statement is used, a binary search technique is applied. The
value of the index-name for identifier-1 is varied in alternating directions and in
progressively smaller steps until either a value is found for which all the conditions of the
WHEN phrase are satisfied or it is determined that no value allows all of the conditions to
be satisfied. In the latter case, control is passed to imperative-statement-1 in the AT END
phrase, if specified, or to the end of the SEARCH statement if there is no AT END
phrase; in either case, the final setting of the index is not predictable. If a setting of the
index is found for which all of the conditions are satisfied, control passes to imperative-
statement-2, if specified, or if the NEXT SENTENCE phrase is specified, to the next
executable sentence; in either case, the final setting of the index is the one for which the
conditions are all satisfied. Regardless of the outcome of the SEARCH statement, the
initial setting of the index is not significant.
4. After execution of imperative-statement-1, imperative-statement-2, and so forth, that does
not contain an explicit transfer of control, control passes to the end of the SEARCH
statement.
5. In Format 2, the index-name that is used for the search operation is the first (or only)
index-name that appears in the INDEXED BY phrase of identifier-1. Any other index-
names for identifier-1 remain unchanged.
6. In Format 1, if the VARYING phrase is not used, the index-name that is used for the
search operation is the first (or only) index-name that appears in the INDEXED BY
phrase of identifier-1. Any other index-names for identifier-1 remain unchanged.
Entrance
False
True
imperative-
condition-1
statement-2 2
False
1 True
imperative-
condition-2 1
statement-2
False
Increment index-name for
identifier-1 (index-name-1
if applicable)
1
Increment index-name-1
(for a different table) or
identifier-2
1
These operations are options included only when specified in the SEARCH statement.
2
Each of these control transfers is to the end of the SEARCH statement unless the
imperative statement contains an explicit transfer.
This Format 1 SEARCH statement contains two WHEN phrases.
SEND Statement
The SEND statement causes a message, a message segment, or a portion of a message or
segment to be released to one or more output queues maintained by the Message Control
System (MCS).
identifier-1
SEND cd-name-1 FROM
literal-1
identifier-2
identifier-1 ESI
SEND cd-name-1 FROM WITH EMI
literal-1
EGI
identifier-3 LINE
integer-1 LINES
BEFORE
AFTER ADVANCING
mnemonic-name-2
PAGE
[ REPLACING LINE ]
cd-name-1 must reference an output CD or an input-output CD.
identifier-2 must reference a one-character integer without an operational sign.
When identifier-3 is used in the ADVANCING phrase, it must be the name of an elementary
integer item.
When the mnemonic-name phrase is used, the name must be identified with a feature-name
that is a channel-name. See the syntax and rules for mnemonic-name-2 that are discussed in
Mnemonic-Name Clause (on page 65).
integer-1 or the value of the data item referenced by identifier-3 may be zero.
However, the message does not logically exist for the MCS and hence cannot be sent to
a destination.
8. Once the execution of a SEND statement has released a portion of a message to the MCS,
only subsequent executions of SEND statements in the same run unit can cause the
remaining portion of the message to be released.
For Format 2:
9. The content of the data item referenced by identifier-2 indicates that the content of the
data item referenced by identifier-1, when specified, is to have an associated end of
segment indicator (ESI), end of message indicator (EMI), end of group indicator (EGI),
or no indicator (which implies a portion of a message or a portion of a segment). If
identifier-1 is not specified, only the indicator is transmitted to the MCS. See Table 33
on page 317.
Any character other than ‘1’, ‘2’ or ‘3’ is interpreted as ‘0’.
If the content of the data item referenced by identifier-2 is other than ‘1’, ‘2’, or ‘3’,
and identifier-1 is not specified, an error is indicated by the value in the data item
referenced by data-name-3 (STATUS KEY) of the area referenced by cd-name-1, and
no data is transferred.
10. The WITH EGI phrase indicates to the MCS that the group of messages is complete.
The WITH EMI phrase indicates to the MCS that the message is complete.
The WITH ESI phrase indicates to the MCS that the message segment is complete.
The MCS recognizes these indications and uses them to maintain segment, message and
group control.
11. The hierarchy of ending indicators is EGI, EMI and ESI. An EGI need not be preceded
by ESI or EMI. An EMI need not be preceded by an ESI.
ADVANCING Phrase
identifier-3 LINE
integer-1 LINES
BEFORE
AFTER ADVANCING
mnemonic-name-2
PAGE
The ADVANCING phrase allows control of the vertical positioning of each message or
message segment on a communication device where vertical positioning is applicable. If
vertical positioning is not applicable on the device, the ADVANCING phrase is ignored.
If identifier-2 is specified and the content of the data item referenced by identifier-2 is zero,
the ADVANCING phrase is ignored.
On a device where vertical positioning is applicable and the ADVANCING phrase is not
specified, the default advance is one line.
If vertical positioning is applicable, the following rules apply to the ADVANCING phrase:
1. If identifier-3 or integer-1 is specified, characters transmitted to the communication
device are repositioned vertically downward the number of lines equal to the value
associated with the data item referenced by identifier-3 or integer-1.
2. If mnemonic-name-2 is specified, characters transmitted to the communication device are
positioned downward to the next occurrence of the channel indicator for the channel
number associated with mnemonic-name-2. If the communication device does not
support channel skipping, advancing defaults to ADVANCING 1 LINE.
3. If the BEFORE phrase is used, the message or message segment is represented on the
communication device before vertical repositioning.
4. If the AFTER phrase is used, the message or message segment is represented on the
communication device after vertical repositioning.
5. If PAGE is specified, characters transmitted to the communication device are represented
before or after (depending on the phrase used) the device is repositioned to the next page.
If PAGE is specified but has no meaning with a specific device, advancing defaults to
ADVANCING 1 LINE.
6. When the receiving communication device is a character imaging device on which it is
possible to present more than one character at the same position, and the device permits
the choice of either the second or subsequent characters appearing superimposed on
characters already displayed at that position or each character appearing in place of the
characters previously transmitted to that line, then:
a. If the REPLACING phrase is specified, the characters transmitted by the SEND
statement replace all characters that may have previously been transmitted to the
same line beginning with the leftmost character position of the line.
b. If the REPLACING phrase is not specified, the characters transmitted by the SEND
statement appear superimposed upon the characters that may have previously been
transmitted to the same line beginning with the leftmost character position of the
line.
7. When the receiving communication device does not support the replacement of
characters, regardless of whether the REPLACING phrase is specified, the characters
transmitted by the SEND statement appear superimposed upon the characters that may
have previously been transmitted to the same line, beginning with the leftmost character
position of the line.
8. When the receiving communication device does not support the superimposition of more
than one character at the same position, regardless of whether the REPLACING phrase is
specified, the characters transmitted by the SEND statement replace all characters that
may have previously been transmitted to the same line, beginning with the leftmost
character position of the line.
SET Statement
The SET statement is used to establish reference points for table handling operations, alter the
status of external switches, and alter the value of conditional variables.
index-name-2
index-name-1
SET TO identifier-2
identifier-1 integer-1
UP identifier-3
SET { index-name-3 } BY integer-2
DOWN
ON
SET { mnemonic-name-1 } TO
OFF
TRUE
SET { condition-name-1 } TO
FALSE
IN
IN ADDRESS OF identifier-5
ADDRESS data-name-1
SET OF TO identifier-6
identifier-4 NULL
NULLS
IN identifier-7
ADDRESS data-name-1 UP
SET OF DOWN BY integer-3
identifier-4 IN
LENGTH OF identifier-8
identifier-1 and identifier-2 must name either index data items, or elementary items described
as an integer.
identifier-3 and identifier-7 must refer to elementary data items described as an integer.
integer-1 and integer-2 may be signed. integer-1 must be positive.
mnemonic-name-1 must be identified in the SPECIAL-NAMES paragraph of the
Environment Division as one of the permissible switch-names SWITCH-1, SWITCH-2, . . .,
SWITCH-8, or UPSI-0, UPSI-1, . . ., UPSI-7.
condition-name-1 must be associated with a conditional variable.
data-name-1 must be the name of a level 01 or level 77 data description entry that is described
in the Linkage Section.
identifier-4 and identifier-6 must refer to elementary data items described with
POINTER usage.
In Format 4, if the TRUE phrase is specified, the Format 2 VALUE clause (on page 132)
described for the condition-name must either not specify a relational operator prior to the first
listed literal or that first relational operator must be one that includes an equality relation. For
additional information regarding the use of a relational operator in the VALUE clause and the
existence of a true value for purposes of the SET statement, see Condition-Name Rules
(Format 2 VALUE Clause) (on page 135).
In Format 4, if the FALSE phrase is specified, the FALSE phrase must be specified in the
VALUE clause of the data description entry for condition-name-1.
• If identifier-1 is an index data item, it may be set equal to the contents of either index-
name-2 or identifier-2, where identifier-2 is also an index data item.
• If identifier-1 is not an index data item, it may be set only to an occurrence number that
corresponds to the value of index-name-2. Neither identifier-2 nor integer-1 can be used
in this case.
• The process is repeated if specified. Any subscripting associated with identifier-1 is
evaluated immediately before the value of the respective data item is changed.
In Format 2, the contents of each index-name-3 are incremented (UP BY) or decremented
(DOWN BY) by a value that corresponds to the number of occurrences represented by the
value of integer-2 or of the data item referenced by identifier-3. Each time the value of
identifier-3 is used as it was at the beginning of the execution of the statement.
Note Standard COBOL does not require conversion of an index value (that is, the character
offset within the table to a specific occurrence of a table element) to or from the occurrence
number in either case. It is an error to code the following sequence when index-name-4 and
index-name-5 are not associated with the same table:
In Format 3, the status of each external switch associated with the specified
mnemonic-name-1 is modified such that the truth value resultant from evaluation of a
condition-name associated with that switch reflects an on status if the ON phrase is specified
or an off status if the OFF phrase is specified.
In Format 4 if the TRUE phrase is specified, the literal in the VALUE clause associated with
condition-name-1 is placed in the conditional variable according to the rules for the VALUE
clause. If more than one literal is specified in the VALUE clause, the conditional variable is
set to the value of the first literal that appears in the VALUE clause.
In Format 4 if the FALSE phrase is specified, the literal in the FALSE phrase of the VALUE
clause associated with condition-name-1 is placed in the conditional variable according to the
rules for the VALUE clause.
If multiple condition-names are specified in Format 4, the results are the same as if a separate
SET statement had been written for each condition-name-1 in the same order as specified in
the SET statement.
In Format 5, the sending value represents the address of a data item. If identifier-6 is
specified, the sending value is the value of the pointer data item referred to by identifier-6.
If ADDRESS OF identifier-5 is specified, the sending value represents the address of the data
item referred to by identifier-5. If NULL or NULLS is specified, the sending value is the null
pointer value, which is not the address of any data item.
In Format 5, the receiving data item is either a pointer data item or the base address of a based
linkage record. If identifier-4 is specified, the receiving data item is a pointer data item into
which the sending value is stored. If ADDRESS OF data-name-1 is specified, the receiving
data item is a system-defined base address pointer data item for the based linkage record. In
the latter case, the object program subsequently operates as if the based linkage record
identified by data-name-1 were located at the address represented by the sending value.
In Format 6, the UP phrase increments and the DOWN phrase decrements the offset field of a
pointer receiving data item identified by identifier-4 or the base address of a based linkage
record identified by data-name-1 by a given number of character positions. The number of
character positions to increment or decrement the receiving value is given by integer-3, the
value of the data item referred to by identifier-7, or the value returned by the LENGTH
special register for identifier-8. If the receiving item initially has a null value, the Format 6
SET statement has no effect. If after the operation of the Format 6 SET statement, the offset
exceeds the length field of the receiving pointer value no action is taken. However, if that
resultant pointer value is used unchanged to reference a based linkage record, the run unit will
be terminated with a data reference error 104. Note that, because the offset field of a pointer
value is an unsigned quantity, setting it down below zero will generally result in a large
positive number that exceeds the length field of the pointer value. Again, no error occurs
until a later attempt is made to use the resultant pointer value.
SET P1 TO P2.
SET P2 TO NULL.
SORT Statement
The SORT statement creates a sort file by executing an input procedure or by transferring
records from another file, sorts the records in the sort file on a set of specified keys, and in the
final phase of the sort operation, makes available each record from the sort file, in sorted
order, to an output procedure or to an output file.
ASCENDING
SORT file-name-1 ON KEY { data-name-1 }
DESCENDING
THROUGH
INPUT PROCEDURE IS procedure-name-1 THRU procedure-name-2
USING { file-name-2 }
THROUGH
OUTPUT PROCEDURE IS procedure-name-3 THRU procedure-name-4
GIVING { file-name-3 }
A SORT statement may appear anywhere in the Procedure Division except in the
declaratives portion.
file-name-1 must be described in a sort-merge file description entry in the Data Division.
data-name-1 may be qualified.
data-name-1 must reference either a record-name associated with file-name-1 or a data item in
a record associated with file-name-1. If more than one record description entry is associated
with file-name-1, the data items referenced by different specifications of data-name-1 need
not all be associated with the same record description entry.
The data item referenced by data-name-1 must not be a group item that contains a
variable-occurrence data item.
file-name-2 and file-name-3 must be described in a file description entry in the Data Division.
The files referenced by file-name-2 and file-name-3 may reside on the same multiple file reel
(or reels). See the discussion of the I-O-CONTROL paragraph (on page 81).
No pair of file-names in the same SORT statement may be specified in the same SAME
SORT AREA or SAME SORT-MERGE AREA clause. (See the I-O-CONTROL paragraph.)
The words THRU and THROUGH are synonymous.
If the USING phrase is specified and the file referenced by file-name-1 contains
variable-length records, the size of the records contained in the file referenced by file-name-2
must not be shorter than the shortest record or longer than the longest record described for
file-name-1. If the file referenced by file-name-1 contains fixed-length records, the size of the
records contained in the file referenced by file-name-2 must not be longer than the fixed
record size specified for the file referenced by file-name-1.
If the GIVING phrase is specified and the file referenced by file-name-3 contains
variable-length records, the size of the records contained in the file referenced by file-name-1
must not be shorter than the shortest record or longer than the longest record described for
file-name-3. If the file referenced by file-name-3 contains fixed-length records, the size of the
records contained in the file referenced by file-name-1 must not be longer than the fixed
record size specified for the file referenced by file-name-3.
8. The execution of the SORT statement consists of three distinct phases as follows:
a. Records are made available to the file referenced by file-name-1. This is achieved
either by the execution of RELEASE statements in the input procedure or by the
implicit execution of READ statements for file-name-2. When this phase
commences, the file referenced by file-name-2 must not be in the open mode. When
this phase terminates, the file referenced by file-name-2 is not in the open mode.
b. The file referenced by file-name-1 is sequenced. No processing of the files
referenced by file-name-2 and file-name-3 takes place during this phase.
c. The records of the file referenced by file-name-1 are made available in sorted order.
The sorted records are either written to the file referenced by file-name-3 or, by the
execution of a RETURN statement, are made available for processing by the output
procedure. When this phase commences, the file referenced by file-name-3 must not
be in the open mode. When this phase terminates, the file referenced by file-name-3
is not in the open mode.
9. The input procedure may consist of any procedure needed to select, modify or copy the
records that are made available one at a time by the RELEASE statement to the file
referenced by file-name-1. The range includes all statements that are executed as the
result of a transfer of control by CALL, EXIT without the optional PROGRAM phrase,
GO TO and PERFORM statements in the range of the input procedure, as well as all
statements in declarative procedures that are executed as a result of the execution of
statements in the range of the input procedure. The range of the input procedure must not
cause the execution of any MERGE, RETURN, or SORT statement.
10. If an input procedure is specified, control is passed to the input procedure before the file
referenced by file-name-1 is sequenced by the SORT statement. The compiler inserts a
return mechanism at the end of the last statement in the input procedure and when control
passes the last statement in the input procedure, the records that have been released to the
file referenced by file-name-1 are sorted.
11. If the USING phrase is specified, all the records in the file (or files) referenced by
file-name-2 are transferred to the file referenced by file-name-1. For each of the files
referenced by file-name-2 the execution of the SORT statement causes the following
actions to be taken:
a. The processing of the file is initiated. The initiation is performed as if an OPEN
statement with the INPUT phrase had been executed.
b. The logical records are obtained and released to the sort operation. Each record is
obtained as if a READ statement with the NEXT the AT END phrases had been
executed. If the file referenced by file-name-1 contains fixed-length records, any
record in the file referenced by file-name-2 containing fewer character positions than
that specified for file-name-1 is space-filled on the right beginning with the first
character position after the last character in the record when that record is released to
the file referenced by file-name-1.
c. For a relative file, the contents of the relative key data item are undefined after
the execution of the SORT statement if file-name-2 is not referenced in the
GIVING phrase.
d. The processing of the file is terminated. The termination is performed as if a
CLOSE statement without optional phrases had been executed. This termination is
performed before the file referenced by file-name-1 is sequenced by the SORT
statement.
These implicit functions are performed such that any associated USE procedures are
executed; however, the execution of such a USE procedure must not cause the execution
of any statement manipulating the file referenced by file-name-2 or accessing the record
area associated with file-name-2.
12. The output procedure may consist of any procedure needed to select, modify or copy the
records that are made available one at a time by the RETURN statement in sorted order
from the file referenced by file-name-1. The range includes all statements that are
executed as the result of a transfer of control by CALL, EXIT without the optional
PROGRAM phrase, GO TO and PERFORM statements in the range of the output
procedure, as well as all statements in declarative procedures that are executed as a
result of the execution of statements in the range of the output procedure. The range of
the output procedure must not cause the execution of any MERGE, RELEASE, or
SORT statement.
13. If an output procedure is specified, control passes to it after the file referenced by file-
name-1 has been sequenced by the SORT statement. The compiler inserts a return
mechanism at the end of the last statement in the output procedure and when control
passes the last statement in the output procedure, the return mechanism provides for
termination of the sort and then passes control to the next executable statement after the
SORT statement. Before entering the output procedure, the sort procedure reaches a
point at which it can select the next record in sorted order when requested. The
RETURN statements in the output procedure are the requests for the next record.
14. If the GIVING phrase is specified, all the sorted records are written on the file referenced
by file-name-3 as the implied output procedure for the SORT statement. At the start of
execution of the SORT statement, the file referenced by file-name-3 must not be in the
open mode. For each of the files referenced by file-name-3, the execution of the SORT
statement causes the following actions to be taken:
a. The processing of the file is initiated. The initiation is performed as if an OPEN
statement with the OUTPUT phrase had been executed. The initiation occurs after
the execution of the input procedure, if there is one.
b. The sorted logical records are returned and written onto the file. Each record is
written as if a WRITE statement without any optional phrases had been executed.
c. For a relative file, the relative key data item for the first record returned contains the
value 1; for the second record returned, the value 2, and so forth. After execution of
the SORT statement, the contents of the relative key data item indicate the last record
returned to the file.
d. The processing of the file is terminated. The termination is performed as if a
CLOSE statement without optional phrases had been executed.
These implicit functions are performed such that any associated USE procedures are
executed. However, the execution of such a USE procedure must not cause the execution
of any statement manipulating the file referenced by, or accessing the record area
associated with, file-name-3. On the first attempt to write beyond the externally defined
boundaries of the file, any USE procedure specified for the file is executed. If control is
returned from that USE procedure or if no such USE procedure is specified, the
processing of the file is terminated as described above.
15. Segmentation can be applied to programs containing the SORT statement. However, the
following restrictions apply:
a. If a SORT statement appears in a section that is not in an independent segment, any
input procedures or output procedures referenced by that SORT statement must
appear:
1) Totally within nonindependent segments, or
2) Wholly contained in a single independent segment.
PROCEDURE DIVISION.
MAIN1.
SORT SORT-FILE
ON ASCENDING KEY SORT-KEY-1
ON DESCENDING KEY SORT-KEY-2
WITH DUPLICATES IN ORDER
INPUT PROCEDURE IS GET-RECORDS
OUTPUT PROCEDURE IS PUT-RECORDS.
STOP RUN.
GET-RECORDS.
PERFORM WITH TEST AFTER UNTIL EOF
CALL "READ-RECORD" USING SORT-RECORD, EOF-FLAG
IF NOT EOF
RELEASE SORT-RECORD
END-IF
END-PERFORM.
PUT-RECORDS.
SET EOF TO FALSE.
PERFORM UNTIL EOF
RETURN SORT-FILE RECORD
AT END SET EOF TO TRUE
NOT AT END
CALL "WRITE-RECORD" USING SORT-RECORD
END-RETURN
END-PERFORM.
END PROGRAM SORT01.
identifier-1
WITH SIZE
integer-1
RIGHT
TRIMMED
LEFT identifier-2
WHILE KEY IS [ NOT ] LIKE
CASE - INSENSITIV E literal-1
CASE - SENSITIVE
[ END - START ]
Note The required relational characters >, < and = are not underlined to avoid confusion with
other symbols.
file-name-1 must be the name of a relative or indexed file.
file-name-1 must be the name of a file with sequential or dynamic access.
data-name-1 or split-key-name-1 may be qualified. The compiler implicitly qualifies
data-name-1 in the KEY phrase of a START statement for an indexed organization file
with file-name-1 when data-name-1 does not include file-name-1 as its last qualifier.
split-key-name-1 and the SIZE phrase may be specified only for indexed files.
identifier-1 must refer to an elementary integer data item.
literal-1 must be a nonnumeric literal.
When FIRST or LAST are specified in the KEY phrase instead of a relational operator, no
comparison takes place and the value of the relative key data item for a relative file or the
value of the key of reference data item for an indexed file is not used in setting the file
position indicator.
For a relative file the file position indicator is modified as follows:
• If the relational operator specifies that the key must be “equal to”, “greater than” or
“greater than or equal to” the data item, then the file position indicator is set to the lowest
relative record number of a record currently existing in the file whose key satisfies the
comparison.
• If the relational operator specifies that the key must be “less than” or “less than or equal
to” the data item, then the file position indicator is set to the highest relative record
number of a record currently existing in the file whose key satisfies the comparison.
• If FIRST is specified, the file position indicator is set to the lowest relative record number
of a record currently existing in the file.
• If LAST is specified, the file position indicator is set to the highest relative record
number of a record currently existing in the file.
If there are no records currently existing in the file or if the comparison in the KEY phrase is
not satisfied by any record currently existing in the file, an invalid key condition exists. The
invalid key condition also exists if file-name-1 refers to an optional input file that is not
present. For indexed files, the invalid key condition can also exist if there is an error in a data
item filter pattern specified in a WHILE phrase, but not for the case where no records satisfy a
valid filter pattern; the latter is indicated by an at end condition in a subsequent sequential
READ statement. When the invalid key condition exists, the execution of the START
statement is unsuccessful, the file position indicator is set to indicate that no valid next record
has been established, and, for indexed files, the key of reference becomes undefined.
The execution of the START statement causes the value of the file status data item associated
with file-name-1, if there is one, to be updated. It does not alter either the contents of the
record area or the contents of the data item referenced by the data-name specified in the
DEPENDING ON phrase of the RECORD clause associated with file-name-1.
For indexed files, a key of reference is established as follows:
• If the KEY phrase is not specified, the prime record key for the file becomes the key of
reference.
• If the KEY phrase is specified and data-name-1 or split-key-name-1 is one of the record
keys of the file, that record key becomes the key of reference.
• If the KEY phrase is specified and data-name-1 is not one of the record keys of the file,
the record key whose leftmost character position coincides with the leftmost character
position of the data item referenced by data-name-1 becomes the key of reference.
For indexed files, the key of reference is used to select the data item that participates in the
key comparison described above, and it is used for subsequent sequential (Format 1) READ
statements.
In single record locking modes, any record lock held by the run unit for file-name-1 is
released upon execution of the START statement. The START statement does not obtain a
record lock and does not indicate the lock status of the record that satisfies the comparison.
In multiple record locking modes, any record locks held by the run unit for file-name-1 are not
released upon execution of the START statement.
The END-START phrase delimits the scope of the START statement. This phrase is not
necessary unless the START statement is specified in the conditional phrase of another
statement. Even in that case, the phrase is not necessary unless this statement specifies a
conditional phrase or that other statement is also a START statement. The END-START
phrase is allowed even when not necessary. For additional information on scope terminators
such as END-START, see Scope of Statements (on page 31), Imperative Statements (on
page 30), and Delimited Scope Statements (on page 31).
SIZE Phrase
identifier-1
WITH SIZE
integer-1
The SIZE phrase modifies the length of the data item used in the comparison to a key
associated with a record in the indexed file to which file-name-1 refers. Since there is no
comparison to a data item for the FIRST and LAST options, the SIZE phrase has no effect
when specified with those options. The SIZE phrase is not allowed if file-name-1 refers to a
relative file.
The SIZE phrase affects only the setting of the file position indicator. The SIZE phrase does
not affect the filtering of records when the WHILE phrase (see the following topic) is also
specified in the same START statement.
When the SIZE phrase is omitted, the size of the data item specified in the KEY phrase, or the
size of the prime record key for file-name-1 when the KEY phrase is omitted, is used as the
size in the comparison described above.
When the SIZE phrase is present, integer-1 or the value of the data item to which identifier-1
refers is used as the size in the comparison described above.
integer-1 or the value of the data item to which identifier-1 refers must be greater than or
equal to one and less than or equal to the length of the record key specified by the KEY
phrase, if present, or the length of the prime record key for file-name-1, if the KEY phrase
is omitted.
Note Specification of the SIZE phrase overrides the size of a data item specified by
data-name-1 when that data item is not a record key of the file.
WHILE Phrase
RIGHT
TRIMMED LEFT
identifier-2
WHILE KEY IS [ NOT ] LIKE
literal-1
CASE - INSENSITIV E
CASE - SENSITIVE
The WHILE phrase specifies a filter to be applied when sequentially reading records (READ
NEXT or READ PREVIOUS) in an indexed organization file subsequent to successful
execution of the START statement. The filter is expressed as a pattern regular expression in
the same form as used for the LIKE condition in relation conditions.
The implied subject of the WHILE KEY LIKE filter is the key value of the key of reference
in the record that would be accessed by the READ statement.
• Records with key of reference values that match the specified pattern regular expression
are returned during subsequent sequential READ statements.
• Records with key of reference values that do not match the specified pattern regular
expression are skipped during subsequent sequential READ statements.
If the word NOT is specified in the WHILE phrase, then filtering is reversed: records with
key of reference values that match the pattern are not returned and records with key of
reference values that do not match the pattern are returned in subsequent sequential READ
statements.
The key value of the key of reference established by the START statement from the KEY
phrase is the subject of the filter condition. Selection of the key of reference is not affected by
specification of the WHILE phrase in a START statement. The key of reference may be a
split key; in this case, the complete split key value is the subject of the filter condition.
The SIZE phrase does not affect the pattern matching performed when the WHILE phrase is
specified. Whether or not the SIZE phrase is specified, the entire key value, except as
modified by the TRIMMED phrase, is used when applying the pattern for filtering records
during subsequent sequential READ statements. The SIZE phrase affects only the initial
positioning established by the START statement.
Unless otherwise specified by use of the TRIMMED phrase, the entire contents of the key
value must match the pattern value for a record to pass the filter.
• If the TRIMMED LEFT phrase is specified, leading spaces in the key value are ignored.
• If the TRIMMED RIGHT phrase is specified, trailing spaces in the key value are ignored.
• If the TRIMMED phrase is specified without either the LEFT or RIGHT modifiers, both
leading and trailing spaces in the key value are ignored.
Note The TRIMMED phrase must not be used if the key value contains significant spaces
that would be ignored as a result of its specification.
Case is significant for the filter if the CASE-SENSITIVE phrase is specified or implied; that
is, a case-sensitive match of the key value to the pattern value is done when filtering records.
Case is not significant for the filter if the CASE-INSENSITIVE phrase is specified; that is, a
case-insensitive match of the key value to the pattern value is done when filtering records.
The data item referenced by identifier-2 or the value of literal-1 is the pattern of the filter. If
literal-1 is specified, its value must be a syntactically-correct regular expression for the
desired pattern. If identifier-2 is specified and refers to an alphanumeric data item, the value
of that data item must be a syntactically-correct regular expression for the desired pattern. If
identifier-2 refers to a pointer data item, then the value of that data item must point to a
compiled pattern at the time the START statement is executed. A compiled pattern may be
obtained by using the C$CompilePattern library routine, as described in Appendix F:
Subprogram Library of the RM/COBOL User's Guide. The syntax and semantics of a regular
expression that may be used in a WHILE KEY LIKE pattern are the same as for the LIKE
condition, which is fully described in LIKE Condition (Special Case of Relation Condition)
(on page 190).
As in the LIKE relation condition, all spaces included in a literal pattern value, including any
trailing spaces in the literal, are significant, but trailing spaces in a data item pattern value are
ignored, unless the RUN-ATTR configuration record specifies STRIP-LIKE-PATTERN-
TRAILING-SPACES=NO. (Trailing spaces that should be matched can be specified in a
pattern by using a space followed by a quantifier operator even when trailing space stripping
is in effect.)
Syntax errors in a literal pattern are detected during RM/COBOL compile time and the
compilation error fully describes the syntax error. Syntax errors in an alphanumeric data item
pattern cause the START statement to be unsuccessful and result in a 23,nn I/O status value
when the START statement is executed. The value of nn indicates the type of error, as
described in Appendix A: Runtime Messages of the RM/COBOL Users Guide for I/O status
value 23,nn. The nn values 1 through 26 correspond to compiler error messages 682 through
707 that would occur for a literal pattern in the WHILE phrase. See Appendix B: Compiler
Messages (on page 399) for additional information about each of these errors. The nn values
27 and 28 represent execution time errors that have no corresponding compiler error message.
The WHILE phrase does not affect the order of records returned by subsequent sequential
READ statements; the phrase only affects which records are returned. Records are returned in
the order established by the collating sequence for the file. The collating sequence of the file
does not affect pattern matching performed while filtering records; the filter pattern is applied
to the uncollated values of the key of reference. That is, the filter pattern is defined
independent of the collating sequence for the file as if matching against the character values
of the key in the data record. However, there are efficiency concerns because key values in
the index are stored as collated values for quick comparison when searching the index.
A collating sequence for the file that maps multiple characters to the same collating value may
impact performance of the filtering. Such a collating sequence may result in false positive
matches when matching the pattern to the key value in the index. If this is the case, a filter is
applied on the key value in the record before returning the record in order to eliminate the
false positive matches. If the NOT LIKE form of the WHILE phrase is used, filtering is done
only before records are returned; that is, no filtering occurs using the index, because false
positive matches would be false non-matches. Filtering on the key value in the record is
slightly less efficient than filtering on the key value in the index, but should still be more
efficient than applying filtering logic in the COBOL program after a record is read. In
summary, the best efficiency is obtained by following these guidelines:
• If possible, avoid using a collating sequence on the indexed file that collates multiple
characters to the same collating position.
• If the file does have a collating sequence that maps multiple characters to the same
collating position, use a pattern with classes that match on all the character values that
map to the same collating position. This results in no false positives on matching and the
implementation optimizes this case.
• If possible, avoid using the NOT LIKE form of the WHILE phrase on indexed files with
a collating sequence that maps multiple characters to the same collating position and a
pattern that can result in false positive matches.
A subsequent START statement or random READ statement cancels any existing filter
established by the WHILE phrase in a START statement. The cancelling of the existing filter,
if any, is done at the beginning of the START or random READ operation. Thus, a random
READ is never filtered.
Reaching the end of file (READ NEXT) or beginning of file (READ PREVIOUS) does not
cancel the filter; the filter continues to apply if the direction of reading is reversed and
continued sequentially. Reading past the end of file, that is, a READ NEXT at end of file or a
READ PREVIOUS at the beginning of the file, or any operation that fails in such a manner
that the current record is not set, will cancel the current filter, if any.
The causes of the invalid key condition for the START statement are indicated in the
preceding text.
STOP Statement
The STOP statement causes a permanent or temporary suspension of the execution of the
object program.
identifier-1
RUN
integer-1
STOP
identifier-2
literal-1
The implicit or explicit usage of both identifier-1 and identifier-2 must be DISPLAY.
literal-1 may be numeric or nonnumeric or may be any figurative constant.
If a STOP RUN statement appears in a consecutive sequence of imperative statements within
a sentence, it must appear as the last statement in that sequence.
If the RUN phrase is used:
• The execution of the entire run unit is terminated.
• integer-1 or the value of the data item referenced by identifier-1 may be zero.
• When identifier-1 is used in the RUN phrase, it must be the name of an elementary
integer data item.
• The value of the data item referenced by identifier-1 or the value of integer-1 is used to
set the RETURN-CODE special register. When the run unit is terminated by a STOP
RUN or GOBACK statement, the value in the RETURN-CODE special register is made
available to the operating system. For details on using that value, see the RM/COBOL
Use’s Guide.
There is an implicit interaction between the STOP RUN statement and the RETURN-CODE
special register. See the discussion of the RETURN-CODE special register (on page 19).
If STOP identifier-2 or literal-1 is specified, the value of the operand is displayed at the
terminal associated with this run unit and execution of the run unit is suspended until the
message is acknowledged. After the message is acknowledged, execution continues with the
next executable statement.
STOP RUN 1.
STRING Statement
The STRING statement concatenates the partial or complete contents of one or more data
items into a single data item.
identifier-2
identifier-1
STRING DELIMITED BY literal-2
literal-1 SIZE
INTO identifier-3
[ END - STRING ]
literal-1 and literal-2 may be any figurative constant except those that begin with the word
ALL. When figurative constants are used in a STRING statement, they behave as single
character nonnumeric literals.
All literals must be nonnumeric literals, and the explicit or implicit usage of each identifier,
except identifier-4, must be DISPLAY.
identifier-3 must not be reference modified; it must not represent an edited data item; and it
must not be described with the JUSTIFIED clause.
identifier-4 must represent an elementary numeric integer data item of sufficient size to
contain a value equal to the size plus 1 of the area referenced by identifier-3. The symbol P
may not be used in the PICTURE character-string of identifier-4.
When identifier-1 or identifier-2 is an elementary numeric data item, it must be described as
an integer without the symbol P in its PICTURE character-string.
identifier-1 or literal-1 represents the sending item. identifier-3 in the INTO phrase
represents the receiving item.
When the STRING statement is executed, characters from literal-1 or from the contents of the
data item referenced by identifier-1 are transferred to the data item referenced by identifier-3
in accordance with the rules for alphanumeric to alphanumeric moves, except that no space
filling is provided.
When characters are transferred to the data item referenced by identifier-3, the moves
behave as though the characters were moved one at a time from the source into the character
position of the data item referenced by identifier-3 designated by the value associated with
identifier-4, and then identifier-4 was increased by one prior to the move of the next character.
The value associated with identifier-4 is changed during execution of the STRING statement
according to the rules set forth in the POINTER phrase description.
At the end of the execution of the STRING statement, only the portion of the data item
referenced by identifier-3 that was referenced during the execution of the STRING statement
is changed. All other portions of the data item referenced by identifier-3 contain data that was
present before this execution of the STRING statement.
The END-STRING phrase delimits the scope of the STRING statement. This phrase is not
necessary unless the STRING statement is specified in the conditional phrase of another
statement. Even in that case, the phrase is not necessary unless this statement specifies a
conditional phrase or that other statement is also a STRING statement. The END-STRING
phrase is allowed even when not necessary. For additional information on scope terminators
such as END-STRING, see Scope of Statements (on page 31), Imperative Statements (on
page 30), and Delimited Scope Statements (on page 31).
DELIMITED Phrase
identifier-2
DELIMITED BY literal-2
SIZE
If the DELIMITED phrase is specified without the SIZE phrase, the contents of the data item
referenced by identifier-1 or the value of literal-1 are transferred to the receiving data item in
the sequence specified in the STRING statement beginning with the leftmost character and
continuing from left to right until the end of the sending data item is reached, or the end of the
receiving data item is reached, or until the character (or characters) specified by literal-2, or
by the content of the data item referenced by identifier-2 is encountered. The character (or
characters) specified by literal-2 or by the data item referenced by identifier-2 is not
transferred.
If the DELIMITED phrase is specified with the SIZE phrase, the entire contents of literal-1 or
the contents of the data item referenced by identifier-1 are transferred, in the sequence
specified in the STRING statement, to the data item referenced by identifier-3 until all data
has been transferred or the end of the data item referenced by identifier-3 has been reached.
POINTER Phrase
WITH POINTER identifier-4
If the POINTER phrase is specified, the data item referenced by identifier-4 must have a
positive value at the time execution of the STRING statement begins.
If the POINTER phrase is not specified, the effect is as if the user had specified identifier-4
referencing a data item with an initial value of 1.
Before each move of a character from the current sending item to the receiving item, if the
value associated with the data item referenced by identifier-4 is either less than one or exceeds
the number of character positions in the receiving item, an overflow condition exists.
If an overflow condition arises, no (further) data is transferred from the sending item to the
receiving item, the NOT ON OVERFLOW phrase, if present, is ignored, and control is
transferred either to the end of the STRING statement, or, if the ON OVERFLOW phrase is
present, to imperative-statement-1. In the latter case, execution continues according to the
rules for each statement specified in imperative-statement-1. If a procedure branching or
conditional statement that causes explicit transfer of control is encountered, control is
transferred in accordance with the rules for that statement; otherwise, upon completion
of the execution of imperative-statement-1, control is transferred to the end of the
STRING statement.
If the STRING statement executes without an overflow condition arising, the ON
OVERFLOW phrase, if present, is ignored and control is transferred either to the end
of the STRING statement, or, if the NOT ON OVERFLOW phrase is present, to
imperative-statement-2. In the latter case, execution continues according to the rules for
each statement specified in imperative-statement-2. If a procedure branching or conditional
statement that causes explicit transfer of control is encountered, control is transferred in
accordance with the rules for that statement; otherwise, upon completion of the execution of
imperative-statement-2, control is transferred to the end of the STRING statement.
SUBTRACT Statement
The SUBTRACT statement is used to subtract one, or the sum of two or more, numeric data
items from a numeric data item and store the result.
Format 1: Subtract…From
identifier-1
SUBTRACT FROM { identifier-3 [ ROUNDED ] }
literal-1
Format 2: Subtract…Giving
identifier-1 identifier-2
SUBTRACT FROM literal-2
literal-1
CORRESPONDING
SUBTRACT identifier-1 FROM identifier-2 [ ROUNDED ]
CORR
CORRESPONDING Phrase
CORRESPONDING
CORR identifier-1 FROM identifier-2 [ ROUNDED ]
If the CORRESPONDING phrase is used, selected items within identifier-1 are subtracted
from, and the result stored in, the corresponding items in identifier-2.
For the SUBTRACT statement with the CORRESPONDING phrase:
• The description of identifier-1 and identifier-2 must not contain level-number 66, 77, 78,
or 88, or the USAGE IS INDEX clause.
• Neither identifier-1 nor identifier-2 may be reference modified.
• identifier-1 or identifier-2 may be described with the OCCURS or REDEFINES clauses
or be subordinate to data items described with the OCCURS or REDEFINES clauses. If
identifier-1 or identifier-2 is a table element, then the required subscripting must be
specified as part of identifier-1 or identifier-2. The specified subscripting will be applied
to the selected subordinate corresponding data items, respectively, for identifier-1 and
identifier-2.
The rules that govern the selection of eligible subordinate data item pairs are as follows:
1. The data items are not designated by the keyword FILLER and have the same data-name-
1 and the same qualifiers up to but not including the original group items, identifier-1 and
identifier-2.
2. Both of the data items are elementary numeric data items.
3. A data item that is subordinate to identifier-1 or identifier-2 and contains a REDEFINES,
OCCURS, USAGE IS INDEX, or USAGE IS POINTER clause is ignored, as well as
those data items subordinate to the data item that contains the REDEFINES, OCCURS,
USAGE IS INDEX, or USAGE IS POINTER clause.
4. The name of each data item that satisfies the above conditions must be unique after
application of the implied qualifiers.
UNLOCK Statement
The UNLOCK statement releases all record locks held by the run unit for a shared input-
output file.
RECORD
UNLOCK file-name-1
RECORDS
The file to which file-name-1 refers must be in an open mode at the time the UNLOCK
statement is executed.
In all record locking modes any record locks held by the run unit for file-name-1 are released
upon execution of the UNLOCK statement.
If no record in the file is locked, execution of the UNLOCK statement is successful and no
action is taken except for updating the file status data item.
The file position indicator is not affected by the execution of the UNLOCK statement. The
file status data item associated with the file, if one exists, is updated.
The UNLOCK statement may not be used to unlock records locked by other run units.
For additional information on record locking and unlocking, see Record Locking (on
page 221).
UNLOCK INVENTORY-FILE.
UNSTRING Statement
The UNSTRING statement causes contiguous data in a sending field to be separated and
placed in multiple receiving fields.
UNSTRING identifier-1
identifier-2 identifier-3
DELIMITED BY [ ALL ] literal-1 OR [ ALL ] literal-2
When two or more delimiters are specified in the DELIMITED BY phrase, an OR condition
exists between them. Each delimiter is compared to the sending field. If a match occurs, the
character (or characters) in the sending field is considered to be a single delimiter. No
character (or characters) in the sending field can be considered a part of more than one
delimiter. Each delimiter is applied to the sending field in the sequence specified in the
UNSTRING statement.
When the UNSTRING statement is initiated, the current receiving area is the data item
referenced by identifier-4. Data is transferred from the data item referenced by identifier-1 to
the data item referenced by identifier-4 according to the following rules:
1. If the POINTER phrase is specified, the string of characters referenced by identifier-1 is
examined beginning with the relative character position indicated by the contents of the
data item referenced by identifier-7. If the POINTER phrase is not specified, the string
of characters is examined beginning with the leftmost character position.
2. If the DELIMITED BY phrase is specified, the examination proceeds left to right until
either a delimiter specified by the value of literal-1 or the data item referenced by
identifier-2 is encountered. If the DELIMITED BY phrase is not specified, the number
of characters examined is equal to the size of the current receiving area. However, if the
sign of the receiving item is defined as occupying a separate character position, the
number of characters examined is one less than the size of the current receiving area. If
the end of the data item referenced by identifier-1 is encountered before the delimiting
condition is met, the examination terminates with the last character examined.
3. The characters thus examined (excluding the delimiting characters, if any) are treated as
an elementary alphanumeric data item, and are moved into the current receiving area
according to the rules for the MOVE Statement (see page 311).
4. If the DELIMITER IN phrase is specified, the delimiting character (or characters) are
treated as an elementary alphanumeric data item, and are moved into the data item
referenced by identifier-5 according to the rules for the MOVE statement. If the
delimiting condition is the end of the data item referenced by identifier-1, the data item
referenced by identifier-5 is space filled.
5. If the COUNT IN phrase is specified, a value equal to the number of characters thus
examined (excluding the delimiter characters, if there are any) is moved into the area
referenced by identifier-6 according to the rules for an elementary move.
6. If the DELIMITED BY phrase is specified, the string of characters is further examined
beginning with the first character to the right of the delimiter. If the DELIMITED BY
phrase is not specified, the string of characters is further examined beginning with the
character to the right of the last character transferred.
7. After data is transferred to the data item referenced by identifier-4 in the INTO phrase,
the current receiving area is the data item referenced by the next recurrence of identifier-
4. Steps 2 through 6 above are then repeated until all the characters are exhausted in the
data item referenced by identifier-1, or until there are no more receiving areas.
The initialization of the contents of the data items associated with the POINTER phrase or the
TALLYING phrase is the responsibility of the user.
The contents of the data item referenced by identifier-7 are incremented by one for each
character examined in the data item referenced by identifier-1. When the execution of an
UNSTRING statement with a POINTER phrase is completed, the contents of the data item
referenced by identifier-7 contain a value equal to the initial value plus the number of
characters examined in the data item referenced by identifier-1.
When the execution of an UNSTRING statement with a TALLYING phrase is completed, the
data item referenced by identifier-8 contains a value equal to its initial value plus the number
of data receiving items acted upon.
USE Statement
See the discussion of the USE statement (on page 180).
WRITE Statement
The WRITE statement releases a logical record for an output or input-output file. For a
sequential file, it can also be used for vertical positioning of lines within a logical page.
identifier-1
WRITE record-name-1 FROM
literal-1
identifier-2 LINE
integer-1 LINES
BEFORE identifier-3
AFTER ADVANCING TO LINE integer-2 [ ON NEXT PAGE ]
mnemonic-name-2
PAGE
END - OF - PAGE
AT EOP imperative-statement-1
END - OF - PAGE
NOT AT EOP imperative-statement-2
[ END - WRITE ]
identifier-1
WRITE record-name-1 FROM
literal-1
When a relative file is opened in the output mode, records may be placed into the file by one
of the following:
• If the access mode is sequential, the WRITE statement causes a record to be released to
the associated file. The first record has a relative record number of 1, and subsequent
records have relative record numbers 2, 3, 4, . . . . If a relative key data item has been
specified in the file control entry for the associated file, the relative record number of the
record just released is placed into the relative key data item by the runtime system during
execution of the WRITE statement.
• If the access mode is random or dynamic, prior to the execution of the WRITE statement
the value of the relative key data item must be initialized in the program with the relative
record number to be associated with the record in the record area. That record is then
released to the associated file by execution of the WRITE statement.
When a relative file is opened in the I-O mode and the access mode is random or dynamic,
records are to be inserted in the associated file. The value of the relative key data item must
be initialized by the program with the relative record number to be associated with the record
in the record area. Execution of a WRITE statement then causes the contents of the record
area to be released to the associated file.
For an indexed file, the data item specified as the prime record key must be set by the
program to the desired value prior to the execution of the WRITE statement. Records may be
placed into the file by one of the following:
• If the access mode is sequential, records must be released in strictly ascending order of
prime record key values according to the collating sequence of the file, except that, if the
DUPLICATES phrase is specified in the RECORD KEY clause, records with duplicate
prime record key values may be released. If the access mode is random or dynamic,
records may be released to the system in any program-specified order.
• When the DUPLICATES phrase is specified for a record key of an indexed file, the value
of the record key may be nonunique. In this case, the indexed file provides storage of
records such that when records are accessed sequentially, the order of retrieval of those
records is the order in which they are released to the runtime system.
In single record locking modes any record lock held by the run unit for the file associated with
record-name-1 is released upon execution of the WRITE statement.
In multiple record locking modes any record locks held by the run unit for file-name-1 are not
released upon execution of the WRITE statement.
The END-WRITE phrase delimits the scope of the WRITE statement. This phrase is not
necessary unless the WRITE statement is specified in the conditional phrase of another
statement. Even in that case, the phrase is not necessary unless this statement specifies a
conditional phrase or that other statement is also a WRITE statement. The END-WRITE
phrase is allowed even when not necessary. For additional information on scope terminators
such as END-WRITE, see Scope of Statements (on page 31), Imperative Statements (on
page 30), and Delimited Scope Statements (on page 31).
FROM Phrase
identifier-1
FROM
literal-1
The result of the execution of the WRITE statement with the FROM phrase is equivalent to
the execution of a move from identifier-1 or literal-1 to record-name-1 followed by the same
WRITE statement without the FROM phrase.
The contents of the record area prior to the execution of the implicit MOVE statement have
no effect on the execution of this WRITE statement.
ADVANCING Phrase
identifier-2 LINE
integer-1 LINES
BEFORE identifier-3
AFTER ADVANCING TO LINE [ ON NEXT PAGE ]
integer-2
mnemonic-name-2
PAGE
The ADVANCING phrase allows control of the vertical positioning of each line on a
representation of a printed page. If the ADVANCING phrase is not used, automatic
advancing occurs as if the user had specified AFTER ADVANCING 1 LINE. If the
ADVANCING phrase is used, advancing is provided as follows:
• If identifier-2 is specified, the representation of the printed page is advanced the number
of lines equal to the current value associated with identifier-2, which must be positive
or zero.
• If integer-1 is specified, the representation of the printed page is advanced the number of
lines equal to the value of integer-1.
• When mnemonic-name-2 is used, the name must be identified with a feature-name that is
a channel-name in the SPECIAL-NAMES paragraph of the Environment Division. The
representation of the printed page is advanced to the next occurrence of the channel
indicator for the channel number associated with mnemonic-name-2. If the print device
does not support channel skipping, advancing defaults to ADVANCING 1 LINE. The
mnemonic-name phrase may not be used when writing a record to a file whose file
description entry contains a LINAGE clause.
• If the BEFORE phrase is used, the line is presented before the representation of the
printed page is advanced.
• If the AFTER phrase is used, the line is presented after the representation of the printed
page is advanced.
• If PAGE is specified, the record is presented on the logical page before or after
(depending on the phrase used) the device is repositioned to the next logical page.
• If the TO LINE phrase without the NEXT PAGE phrase is specified, the representation
of the printed page is positioned to the line within the current page body corresponding
to integer-2 or the value of the data item referenced by identifier-3.
• If the TO LINE phrase with the NEXT PAGE phrase is specified, the representation of
the printed page is positioned to the line within the next logical page body corresponding
to integer-2 or the value of the data item referenced by identifier-3.
• If PAGE is specified and the LINAGE clause is specified in the associated file
description entry, the record is presented on the logical page before or after (depending
on the phrase used) the device is repositioned to the next logical page. The repositioning
is to the first line that can be written on the next logical page as specified in the LINAGE
clause.
• If PAGE is specified and the LINAGE clause is not specified in the associated file
description entry, the record is repositioned to the next physical page. If physical page
has no meaning in conjunction with a specific device, advancing occurs as if the user had
specified BEFORE or AFTER (depending on the phrase used) ADVANCING 1 LINE.
END - OF - PAGE
NOT AT imperative-statement-2
EOP
The invalid key condition exists under one of the following circumstances:
• When a relative file has random or dynamic access mode and the relative key data item
specifies a record that already exists in the file.
• When the access mode is sequential for an indexed file opened in the output mode, and
the value of the prime record key is not greater than the value of the prime record key of
the previous record, except that, if the DUPLICATES phrase is specified in the RECORD
KEY clause of the file control entry, the value of the prime record key may be equal to
the value of the prime record key of the previous record.
• When an indexed file is opened in the output or I-O mode, and the value of the prime
record key is equal to the value of the prime record key of a record already existing in the
file and the DUPLICATES phrase is not specified in the RECORD KEY clause of the
file control entry.
• When an indexed file is opened in the output or I-O mode, and the value of an alternate
record key for which duplicates are not allowed equals the corresponding data item of a
record already existing in the file.
• When an attempt is made to write beyond the externally defined boundaries of the file.
When the invalid key condition is recognized, the execution of the WRITE statement is
unsuccessful, the contents of the record area are unaffected and the file status data item, if
any, of the associated file is set to a value indicating the cause of the condition.
Transfer of control following the successful or unsuccessful execution of a Format 2 WRITE
statement depends on the presence or absence of the optional INVALID KEY and NOT
INVALID KEY phrases in the WRITE statement. This topic is presented in detail in the
discussions of invalid key conditions for relative files (on page 211) and indexed files (on
page 218).
See also the discussions of relative organization input-output (on page 207) and indexed
organization input-output (on page 213) for additional information on the invalid key
condition and the use of the INVALID KEY and NOT INVALID KEY phrases.
MOVE 5 TO INVENTORY-KEY.
WRITE INVENTORY-RECORD FROM NEW-INVENTORY-ITEM
INVALID KEY DISPLAY "Key 5 not accepted."
NOT INVALID KEY DISPLAY "Key 5 written."
END-WRITE.
This appendix lists all RM/COBOL reserved words. Some words are reserved only for use
in the Debug and Report Writer modules; since these modules are not implemented in this
version of RM/COBOL, such words do not appear elsewhere in the syntax formats.
Reserved Words
Note The DERESERVE keyword of the COMPILER-OPTIONS configuration record, which
is described in Chapter 10: Configuration of the RM/COBOL User’s Guide, can be used to
make a reserved word a user-defined word whenever it occurs in the source program, but then
the language feature provided by the construct in which the word appears is not available for
programs compiled with that particular configuration setting.
A
ACCEPT ALSO 1
ACCESS ALTER
ADD ALTERNATE
ADDRESS 1 AND
ADVANCING ANY 1
AFTER ARE
ALL AREA
ALPHABET 1 AREAS
ALPHABETIC AS 1
ALPHABETIC-LOWER 1 ASCENDING 1
ALPHABETIC-UPPER 1 ASSIGN
ALPHANUMERIC 1 AT
ALPHANUMERIC-EDITED 1 AUTHOR
B
BEEP BLINK
BEFORE BLOCK
BELL 1 BOTTOM 1
BINARY BY
BLANK
1
This word is not considered reserved if the RM/COBOL (74) 2.0 compatibility option is present in the Compile Command (see the RM/COBOL
User's Guide for details on this option). In such cases, this word is treated as a user-defined word whenever it occurs in the source program.
C
CALL COMP-5 1
CANCEL COMP-6
CD 1 COMPUTATIONAL
CENTURY-DATE 1 COMPUTATIONAL-1
CENTURY-DAY 1 COMPUTATIONAL-3
CF 1 COMPUTATIONAL-4 1
CH 1 COMPUTATIONAL-5 1
CHARACTER COMPUTATIONAL-6
CHARACTERS COMPUTE
CLASS 1 CONFIGURATION
CLOCK-UNITS 1 CONTAINS
CLOSE CONTENT 1
COBOL 1 CONTINUE 1
CODE 1 CONTROL 1
CODE-SET CONTROLS 1
COL 1 CONVERT
COLLATING CONVERTING 1
COLUMN 1 COPY
COMMA CORR
COMMON 1 CORRESPONDING
COMMUNICATION 1 COUNT 1
COMP COUNT-MAX 1
COMP-1 COUNT-MIN 1
COMP-3 CURRENCY
COMP-4 1 CURSOR 1
D
DATA DECIMAL-POINT
DATA-POINTER 1 DECLARATIVES
DATE DEFAULT 1
DATE-AND-TIME 1 DELETE
DATE-COMPILED 1 DELIMITED 1
DATE-WRITTEN DELIMITER 1
DAY DEPENDING
DAY-AND-TIME 1 DESCENDING 1
DAY-OF-WEEK 1 DESTINATION 1
DE 1 DETAIL 1
DEBUG-CONTENTS 1 DISABLE 1
DEBUG-ITEM 1 DISPLAY
DEBUG-LINE 1 DIVIDE
DEBUG-NAME 1 DIVISION
DEBUG-SUB-1 1 DOWN
DEBUG-SUB-2 1 DUPLICATES
DEBUG-SUB-3 1 DYNAMIC
DEBUGGING 1
1
This word is not considered reserved if the RM/COBOL (74) 2.0 compatibility option is present in the Compile Command (see the RM/COBOL
User's Guide for details on this option). In such cases, this word is treated as a user-defined word whenever it occurs in the source program.
E
ECHO END-SEARCH 1
EGI 1 END-START 1
ELSE END-STRING 1
EMI 1 END-SUBTRACT 1
ENABLE 1 END-UNSTRING 1
END END-WRITE 1
END-ACCEPT 1 ENTER 1
END-ADD 1 ENVIRONMENT
END-CALL 1 EOP 1
END-COMPUTE 1 EQUAL
END-DELETE 1 ERASE
END-DIVIDE 1 ERROR
END-EVALUATE 1 ESCAPE 1
END-IF 1 ESI 1
END-MULTIPLY 1 EVALUATE 1
END-OF-PAGE 1 EVERY 1
END-PERFORM 1 EXCEPTION
END-READ 1 EXCLUSIVE 1
END-RECEIVE 1 EXIT
END-RETURN 1 EXTEND
END-REWRITE 1 EXTERNAL 1
F
FALSE 1 FIRST
FD FIXED 1
FILE FOOTING 1
FILE-CONTROL FOR
FILLER FROM
FINAL 1 FUNCTION 1
G
GENERATE 1 GOBACK 1
GIVING GREATER
GLOBAL 1 GROUP 1
GO
H
HEADING 1 HIGH-VALUES
HIGH HIGHEST-VALUE
HIGH-VALUE HIGHLIGHT 1
I
I-O INITIAL-VALUE 1
I-O-CONTROL INITIALIZE 1
ID 2 INITIATE 1
1
This word is not considered reserved if the RM/COBOL (74) 2.0 compatibility option is present in the Compile Command (see the RM/COBOL
User's Guide for details on this option). In such cases, this word is treated as a user-defined word whenever it occurs in the source program.
2
This word is not considered reserved if the RM/COBOL (74) 2.0 compatibility option is present in the Compile Command (see the RM/COBOL
User's Guide for details on this option). In such cases, this word is treated as a user-defined word whenever it occurs in the source program.
IDENTIFICATION INPUT
IF INPUT-OUTPUT
IMP 1 INSPECT
IN INSTALLATION
INDEX INTO
INDEXED INVALID
INDICATE 1 IS
INITIAL
J
JUST
JUSTIFIED
K
KEY
L
LABEL LINE
LAST 1 LINE-COUNTER 1
LEADING LINES
LEFT LINKAGE
LENGTH 1 LOCK
LESS LOW
LIKE 1 LOW-VALUE
LIMIT 1 LOW-VALUES
LIMITS 1 LOWEST-VALUE
LINAGE 1 LOWLIGHT 1
LINAGE-COUNTER 1
M
MAX-VALUE 1 MODE
MEMORY MODULES
MERGE 1 MOVE
MESSAGE 1 MULTIPLY
MIN-VALUE 1
N
NATIVE NULL 1
NEGATIVE 1 NULLS 1
NEXT NUMBER 1
NO NUMERIC
NOT NUMERIC-EDITED 1
O
OBJECT-COMPUTER OPTIONAL 1
OCCURS OR
OF ORDER 1
OFF ORGANIZATION
OMITTED OTHER 1
ON OUTPUT
OPEN OVERFLOW
P
PACKED-DECIMAL 1 POSITION
PADDING 1 POSITIVE 1
PAGE PRINTING 1
PAGE-COUNTER 1 PROCEDURE
PERFORM PROCEDURE-NAME 1
PF 1 PROCEDURES 1
PH 1 PROCEED
PIC PROGRAM
PICTURE PROGRAM-ID
PLUS 1 PROMPT
POINTER 1 PURGE 1
Q
QUEUE 1
QUOTE
QUOTES
R
RANDOM REPORT 1
RD 1 REPORTING 1
READ REPORTS 1
RECEIVE 1 RERUN 1
RECORD RESERVE
RECORDING 1 RESET 1
RECORDS RETURN 1
REDEFINES RETURN-CODE 1
REEL RETURNING 1
REFERENCE 1 REVERSE
REFERENCES 1 REVERSE-VIDEO 1
RELATIVE REVERSED 1
RELEASE 1 REWIND
REMAINDER REWRITE
REMARKS 1 RF 1
REMOVAL 1 RH 1
RENAMES RIGHT
REPLACE 1 ROUNDED
REPLACING RUN
S
SAME SOURCE-COMPUTER
SCREEN 2 SPACE
SD 1 SPACES
SEARCH 1 SPECIAL-NAMES
1
This word is not considered reserved if the RM/COBOL (74) 2.0 compatibility option is present in the Compile Command (see the RM/COBOL
User's Guide for details on this option). In such cases, this word is treated as a user-defined word whenever it occurs in the source program.
2
This word is not considered reserved if the RM/COBOL (74) 2.0 compatibility option is present in the Compile Command (see the RM/COBOL
User's Guide for details on this option). In such cases, this word is treated as a user-defined word whenever it occurs in the source program.
SECTION STANDARD
SECURE 1 STANDARD-1
SECURITY STANDARD-2 1
SEGMENT 1 START
SEGMENT-LIMIT 1 STATUS
SELECT STOP
SEND 1 STRING 1
SENTENCE SUB-QUEUE-1 1
SEPARATE SUB-QUEUE-2 1
SEQUENCE SUB-QUEUE-3 1
SEQUENTIAL SUBTRACT
SET SUM 1
SIGN SUPPRESS 1
SIZE SYMBOLIC 1
SORT 1 SYNC
SORT-MERGE 1 SYNCHRONIZED
SOURCE 1
T
TAB THROUGH
TABLE 1 THRU
TALLYING TIME
TAPE 1 TIMES
TERMINAL 1 TO
TERMINATE 1 TOP 1
TEST 1 TRAILING
TEXT 1 TRUE 1
THAN TYPE 1
THEN 1
U
UNIT UPDATE
UNLOCK UPON 1
UNSTRING 1 USAGE
UNTIL USE
UP USING
V
VALUE
VALUES
VARIABLE 1
VARYING
W
WHEN
WHEN-COMPILED 1
WITH
1
This word is not considered reserved if the RM/COBOL (74) 2.0 compatibility option is present in the Compile Command (see the RM/COBOL
User's Guide for details on this option). In such cases, this word is treated as a user-defined word whenever it occurs in the source program.
WORDS
WORKING-STORAGE
WRITE
Z
ZERO
ZEROES
ZEROS
Context-Sensitive Words
The words listed in Table 37 are context-sensitive words and are reserved in the specified
language construct or context. If a context-sensitive word is used where the context-sensitive
word is permitted in the general format, the word is treated as a keyword; otherwise, it is
treated as a user-defined word.
Note The DERESERVE keyword of the COMPILER-OPTIONS configuration record, which
is described in Chapter 10: Configuration of the RM/COBOL User’s Guide, can be used to
make a context-sensitive word a user-defined word whenever it occurs in the source program,
but then the language feature provided by the construct in which the word appears is not
available for programs compiled with that particular configuration setting.
Context-Sensitive Words
Context-Sensitive Word Language Construct or Context
Context-Sensitive Words
Context-Sensitive Word Language Construct or Context
Context-Sensitive Words
Context-Sensitive Word Language Construct or Context
Special Symbols
The following lists all special symbols except those used in PICTURE character-strings (on
page 113).
Special Symbols
. (
; ”
) +
’ *
- **
/ >
= >=
< <=
, ==
: *>
& >>
Nonreserved System-Names
Table 38 contains system-names that are used in the SPECIAL-NAMES paragraph of
the Environment Division to define mnemonic-names and alphabet-names. They are
not reserved.
Table 39 contains system-names that are used in the FILE-CONTROL paragraph of the
Environment Division to specify a device type for files. They are not reserved.
Table 40 contains system-names that are used in the FILE-CONTROL paragraph of the
Environment Division to specify the record delimiting technique for sequential files. They
are not reserved.
Table 41 contains system-names that are used in the file description entry of the Data Division
to specify label information for files. They are not reserved.
Table 42 contains system names that are used as color-names in the screen description entry
to specify foreground and background colors. They are not reserved.
Appendix B: Compiler
Messages
This appendix lists the informational, warning and error messages that may be generated
during compilation. These classes of messages are defined as follows:
1. I indicates an information-only message. Information messages often follow a warning
or error message to provide additional information.
2. W indicates a warning. Warning messages are generated when an error occurs during
compilation that does not interrupt compilation and that will not prevent program
execution.
3. E indicates a severe error. Error messages are generated if the error detected during
compilation may cause the program to fail during execution.
Compiler Messages
Italics indicate text replaced by compiler-generated values.
The compiler messages are divided into the following groups:
• Compiler Messages 001—100 (see page 400)
• Compiler Messages 101—200 (see page 411)
• Compiler Messages 201—300 (see page 423)
• Compiler Messages 301—400 (see page 433)
• Compiler Messages 401—500 (see page 444)
• Compiler Messages 501—600 (see page 455)
• Compiler Messages 601—700 (see page 459)
• Compiler Messages 701—800 (see page 466)
• Compiler Messages 801—900 (see page 479)
0017: W Signed literal is associated with unsigned data item; absolute value
of literal used.
A signed literal is associated with an unsigned data item. For example, a signed literal is the
sending item in a MOVE statement where one or more of the receiving items are an unsigned
data item. Since unsigned data items always receive the absolute value of any sending item,
the sign in the literal is extraneous and may indicate a program logic error. This warning may
indicate that the description of the unsigned data item should be changed to that of a signed
data item by including an S symbol in its PICTURE character-string.
The data-name or literal specified in the PADDING clause should be one character in length.
Only the first character of the specified operand is used.
• When a literal is the offending operand, this message occurs with the PADDING
character clause for the file and “: file-name-1” is not included in the message.
• When a data-name is the offending operand, this message occurs in the summary error
messages shown after the source listing is complete. “: file-name-1” is provided for
reference.
0032: W RECORD KEY data item must not be variable-length group for file:
file-name-1
The record key data-name refers to a data item that is defined as variable in length.
0033: W Records of sort-merge file are too small for USING file or too large for
GIVING file.
The record size of the indicated file-name is not appropriate for the context. In a SORT or
MERGE statement, the maximum record size of a USING file is greater than the maximum
record size of the sort-merge file or the maximum record size of the sort-merge file is greater
than the maximum record size of the GIVING file; records will be truncated during the sort or
merge operation if the actual record length is greater than the maximum record length of the
sort-merge or GIVING file.
0034: W RECORD DEPENDING data item must be unsigned integer for file:
file-name-1
The numeric data item in the DEPENDING ON phrase of the RECORD clause in the file
description entry for the indicated file-name is defined with a sign.
0035: W RELATIVE KEY data item must be unsigned integer for file:
file-name-1
The relative key declared for the indicated file-name is a signed numeric integer. The
COBOL language requires an unsigned numeric integer. The program may be executed, but
negative values, if they occur, may cause undesired results.
0036: W FILE STATUS data-name must not be defined in File Section for file:
file-name-1
The file status data item declared for the indicated file-name is defined in the File Section of
the Data Division. The COBOL language does not permit this situation. The program will
execute, but unpredictable results may occur if, for example, the file status data item is
defined within the record area associated with the file.
0040: W Integer has value that exceeds maximum permitted for this use.
The integer indicated is too large for the context in which it is specified. For example, large
integers for a binary allocation override or for a screen field location do not make sense.
Specify a smaller integer value appropriate to the context.
0041: W LABEL RECORDS ARE OMITTED and VALUE OF LABEL clauses are
not permitted in same file description entry.
The VALUE OF LABEL and LABEL RECORDS ARE OMITTED clauses are specified in
the same file description entry, but these two clauses are mutually exclusive. There is no
effect on the object program. To correct the source, the LABEL RECORDS ARE
STANDARD clause may be specified instead or the LABEL RECORDS clause or the
VALUE OF LABEL clause can be removed from the file description entry.
An option phrase is specified more than once or the default option has been specified in
violation of syntactic rules. The indicated or later occurrence is ignored.
0054: W Sort-merge file control entry must contain only SELECT and
ASSIGN clauses.
A sort-merge file is declared with file control clauses that are not allowed. The clauses are
ignored unless they specify illegal options (for example, nonsequential organization).
0063: W Phrase is not valid for data type being accepted or displayed.
The indicated ACCEPT or DISPLAY option is not allowed for the operand being accepted or
displayed. For example, the CONVERT option requires a numeric or edited operand. The
option is ignored.
0066: W Neither GREATER OR EQUAL (>=) nor LESS THAN OR EQUAL (<=)
may be preceded by NOT.
The reserved word NOT should not be used with the relational operators >= and <= or with
their spelled-out equivalents. Such cases are treated as < and >, respectively.
0075: W Data item containing file access name must have fixed length for file:
file-name-1
The data-name specified in the ASSIGN clause or VALUE OF FILE-ID clause for the
indicated file-name is a variable-length data item (that is, a group that contains a data item
described with the OCCURS . . . DEPENDING clause). The maximum length of the group
will be used to resolve the file access name for the file. The value of the data item specified
in the DEPENDING ON phrase of the OCCURS clause will not be used to determine the
length of the group when used for this purpose.
An END PROGRAM header is required because a nested program has been scanned and the
matching END PROGRAM header has not been found, either for the nested program itself or
for each of its containing programs.
If nested program were not desired, use the Z Compile Command Option to set the object
version level to 1 or 2. (See Chapter 6: Compiling of the RM/COBOL User’s Guide.) This
causes the compiler to assume that—even in the absence of END PROGRAM headers—the
source file contains a sequence of source programs rather than nested source programs.
A GO TO statement with the procedure-name omitted is not the object of any ALTER
statement and, therefore, can never be executed successfully.
0117: E CD entry needs FOR INPUT, FOR OUTPUT, or FOR I-O clause.
The INPUT, OUTPUT or I-O clause is required in the communication description entry.
0119: E Operand data type not permitted for this class condition.
The specified class condition conflicts with the data type of the item being tested. An
alphabetic data item may not be specified in the NUMERIC class test. A numeric data
item may not be specified in the ALPHABETIC, ALPHABETIC-LOWER, or
ALPHABETIC-UPPER class tests.
0121: E CODE-SET clause requires all signed data items for file to specify
SIGN IS SEPARATE CHARACTER.
A file that is defined with a CODE-SET clause must have a SIGN SEPARATE clause in all
signed numeric data descriptions in the record descriptions associated with the file.
0122: E CODE-SET clause requires all data items for file to have USAGE IS
DISPLAY.
A file that is defined with a CODE-SET clause must not have any numeric data items defined
with a USAGE IS clause except USAGE IS DISPLAY in the record descriptions associated
with the file.
0127: E User-defined word previously defined for use that does not permit its
use as condition-name.
The indicated user-defined word has already been defined and cannot be redefined as a
condition-name.
0129: E Data description entry for condition-name must specify single value
for use in SEARCH ALL statement.
A condition-name specified in a SEARCH ALL statement must have a single value associated
with it, but the indicated condition-name has multiple values associated with it.
0130: E Literal in VALUE clause has wrong category for data type of
associated conditional variable.
The value literal specified for a condition-name has a type which conflicts with the type of the
associated conditional variable.
last statement in a COPY file. In such cases, the COPY file is closed before opening the next
COPY file, but the COPY statement is still considered to be nested.
To be found, a copy text file must either be in the current working directory at the time of the
compilation or be locatable, as described in the “Locating RM/COBOL Files on UNIX” and
“Locating RM/COBOL Files on Windows” topics in Chapters 2 and 3, respectively, of the
RM/COBOL User’s Guide. The compiler uses the RMPATH environment variable to specify
the directory search sequence for copy text files. You may need to specify the ALLOW-
EXTENDED-CHARACTERS, EXPANDED-PATH-SEARCH, RESOLVE-LEADING-
NAME, and RESOLVE-SUBSEQUENT-NAMES keywords for the RUN-FILES-ATTR
configuration record to modify how a copy text file is located, depending on how the
text-name or library-name is specified in the source program.
0142: E User-defined word previously defined for use that does not permit its
use as data-name.
The indicated user-defined word is already defined for a purpose that conflicts with its use as
a data-name.
The JUSTIFIED clause cannot be used in the data description entry of the data-name
specified in the indicated context.
0151: E Numeric data item or literal expected. Numeric edited data item is
not permitted here.
The context requires a numeric data item; a numeric edited data item is not allowed.
0152: E Literal in VALUE clause has wrong category for data item described
by data description entry.
The literal type specified in the VALUE literal for a data description entry conflicts with the
data type of the item as described by other clauses.
The previous data description entry defined an elementary data item, but the indicated
level-number is not less than or equal to the level-number of the previous entry.
0161: E Data description entry for condition-name must have WHEN SET TO
FALSE phrase.
A condition-name cannot be set to false unless the WHEN SET TO FALSE phrase is
specified in the data description entry for the condition-name.
0163: E BOTTOM data item must be unsigned integer for file: file-name-1
The data-name specified in the LINES AT BOTTOM phrase of the LINAGE clause for the
indicated file does not refer to an elementary unsigned numeric data item.
0164: E BOTTOM data-name has error in its data description entry for file:
file-name-1
The data-name specified in the LINES AT BOTTOM phrase of the LINAGE clause for the
indicated file has an error in its data description.
0165: E BOTTOM operand must refer to data item for file: file-name-1
The data-name specified in the LINES AT BOTTOM phrase of the LINAGE clause for the
indicated file is not a valid data item described in the Data Division.
0166: E BOTTOM data item must not be table element for file: file-name-1
The data-name specified in the LINES AT BOTTOM phrase of the LINAGE clause for the
indicated file cannot be defined with an OCCURS clause.
The data-name specified in the LINES AT BOTTOM phrase of the LINAGE clause for the
indicated file has not been defined. An elementary unsigned numeric data entry in the Data
Division is required.
0169: E BOTTOM data item is wrong linkage item or is not external item for
file: file-name-1
• The data-name specified in the LINES AT BOTTOM phrase of the LINAGE clause for
the indicated file has been defined in the Linkage Section. The data-name is not listed in
the Procedure Division USING phrase, nor is it defined subordinate to such a data-name.
The data-name should be included as a USING parameter or defined outside the
Linkage Section.
Note If the object version is not restricted to less than 8, this message will not be
produced under the condition described above. Instead, the item will be considered a
based linkage item. Message 665 (on page 462) will occur if the base address of the
linkage record is never set within the program.
• Or, the indicated file-name names an external file connector but the data-name specified
in the LINES AT BOTTOM phrase of the LINAGE clause does not possess the external
attribute as required.
0170: E Open mode not permitted for file with CODE-SET clause that
specifies alphabet with duplicate character.
A file with a CODE-SET clause specifies an alphabet-name that has a character used more
than once. A file opened for any mode other than INPUT cannot refer to an alphabet-name
that has a character listed more than once. Refer to the “ASCII Position” and “U.S.
Character” columns in Appendix J: Code-Set Translation Tables of the RM/COBOL
User’s Guide for the exact correlation of ordinal position to native character. Informational
message 8 (on page 400) and informational message 9 (on page 400) are generated at the end
of the program listing to provide the alphabet-name and duplicated character.
0174: E Device-name specified for file-name-1 does not permit this operation.
The device associated with file-name does not allow the indicated operation. The device type
is determined by the device-name specified in the ASSIGN clause of the file control entry.
0175: E File access name data item must be alphanumeric for file:
file-name -1
The category of the data item declared as the file access name in the ASSIGN clause or
VALUE OF FILE-ID clause for the indicated file-name is not alphanumeric as required.
0176: E File access name data-name has error in its data description for file:
file-name-1
The data-name declared as the file access name in the ASSIGN clause or VALUE OF FILE-
ID clause for the indicated file-name refers to a data item that has an error in its description.
0177: E File access name data-name must refer to data item for file:
file-name-1
The data-name declared as the file access name in the ASSIGN clause or VALUE OF
FILE-ID clause for the indicated file-name does not refer to a data item as required.
0178: E File access name data item must not be table element for file:
file-name-1
The data-name declared as the file access name in the ASSIGN clause or VALUE OF
FILE-ID clause for the indicated file-name refers to a data item that is described with the
OCCURS clause or is subordinate to an item described with the OCCURS clause. Since this
would require subscripting, it is not allowed.
0179: E File access name data-name is not unique for file: file-name-1
The data-name declared as the file access name in the ASSIGN clause or VALUE OF
FILE-ID clause for the indicated file-name refers to two or more data items; the qualification
is ambiguous.
0180: E File access name data-name is not defined for file: file-name-1
The data-name declared as the file access name in the ASSIGN clause or VALUE OF
FILE-ID clause for the indicated file-name is undefined.
0181: E File access name data-name is wrong linkage item for file:
file-name-1
The data-name declared as the file access name in the ASSIGN clause or VALUE OF
FILE-ID clause for the indicated file-name refers to a data item defined in the Linkage
Section but is neither specified in the Procedure Division USING phrase nor is it subordinate
to an item specified in the Procedure Division USING phrase.
Note If the object version is not restricted to less than 8, this message will not be produced
under the condition described above. Instead, the item will be considered a based linkage
item. Message 665 (on page 462) will occur if the base address of the linkage record is never
set within the program.
0182: E FOOTING data item must be unsigned integer for file: file-name-1
The data-name specified in the FOOTING phrase of the LINAGE clause for the indicated file
does not refer to an elementary unsigned numeric data item.
0183: E FOOTING data-name has error in its data description entry for file:
file-name-1
The data-name specified in the FOOTING phrase of the LINAGE clause for the indicated file
has an error in its data description.
0184: E FOOTING operand must refer to data item for file: file-name-1
The data-name specified in the FOOTING phrase of the LINAGE clause for the indicated file
is not a valid data item described in the Data Division.
0185: E FOOTING data item must not be table element for file: file-name-1
The data-name specified in the FOOTING phrase of the LINAGE clause for the indicated file
cannot be defined with an OCCURS clause.
0188: E FOOTING data item is wrong linkage item or is not external item for
file: file-name-1
• The data-name specified in the FOOTING phrase of the LINAGE clause for the indicated
file has been defined in the Linkage Section. The data-name is not listed in the Procedure
Division USING phrase, nor is it defined subordinate to such a data-name. The data-
name should be included as a USING parameter or defined outside the Linkage Section.
Note If the object version is not restricted to less than 8, this message will not be
produced under the condition described above. Instead, the item will be considered a
based linkage item. Message 665 (on page 462) will occur if the base address of the
linkage record is never set within the program.
• Or, the indicated file-name names an external file connector but the data-name specified
in the FOOTING phrase of the LINAGE clause does not possess the external attribute
as required.
0190: E VALUE OF data-name has error in its data description for file:
file-name-1
The data-name declared in the VALUE OF clause for the indicated file-name refers to a data
item that has an error in its description.
0191: E VALUE OF operand must refer to data item for file: file-name-1
The data-name declared in the VALUE OF clause for the indicated file-name refers to a
nondata item such as an alphabet-name or condition-name.
0192: E VALUE OF data item must not be table element for file: file-name-1
The data-name declared in the VALUE OF clause for the indicated file-name refers to a data
item that is described with the OCCURS clause or is subordinate to an item described with the
OCCURS clause.
0195: E VALUE OF data item is wrong linkage item for file: file-name-1
The data-name declared in the VALUE OF clause of the file description entry is defined in
the Linkage Section but is not listed in the Procedure Division USING phrase, and is not
defined subordinate to such a data-name. The data-name should be included as a USING
parameter or defined outside the Linkage Section.
Note If the object version is not restricted to less than 8, this message will not be produced
under the condition described above. Instead, the item will be considered a based linkage
item. Message 665 (on page 462) will occur if the base address of the linkage record is never
set within the program.
0196: E LINAGE data item must be unsigned integer for file: file-name-1
The data-name specified in the LINAGE IS clause does not refer to an elementary unsigned
numeric data item.
0197: E LINAGE data-name has error in its data description entry for file:
file-name-1
The data-name specified in the LINAGE IS clause for the indicated file has an error in its
data description.
0198: E LINAGE operand must refer to data item for file: file-name-1
The data-name specified in the LINAGE IS clause for the indicated file is not a valid data
item described in the Data Division.
0199: E LINAGE data item must not be table element for file: file-name-1
The data-name specified in the LINAGE IS clause for the indicated file cannot be defined
with an OCCURS clause.
0202: E LINAGE data item is wrong linkage item or is not external item for
file: file-name-1
• The data-name specified in the LINAGE IS clause has been defined in the Linkage
Section. The data-name is not listed in the Procedure Division USING phrase, and is not
defined subordinate to such a data-name. The data-name should be included as a USING
parameter or defined outside the Linkage Section.
Note If the object version is not restricted to less than 8, this message will not be
produced under the condition described above. Instead, the item will be considered a
based linkage item. Message 665 (on page 462) will occur if the base address of the
linkage record is never set within the program.
• Or, the indicated file-name names an external file connector but the data-name specified
in the LINAGE IS clause does not possess the external attribute as required.
0205: E User-defined word previously defined for use that does not permit its
use as file-name.
The indicated user-defined word is already defined for some other purpose and cannot be
defined as a file-name.
0207: E File-name has error in its file control or file description entry.
The indicated file-name has an error in its description.
The indicated file-name is not defined. This includes qualification errors such as an attempt
to qualify a file-name.
This error may also indicate that the file-name is defined outside the current program, but is
wrong for one of these reasons: the file-name is not global; the file-name is global but is not
defined in a program which contains the current program; or a file-name described in the
same program is required in this context.
0210: E RECORD KEY data item extends beyond minimum record size for
file: file-name-1
The data-name declared for a record key of the indicated file-name refers to a data item that
extends outside the minimum record size for the file. All record keys must be totally
contained within the minimum record size.
0211: E RECORD KEY data item is not defined in record associated with file:
file-name-1
The data-name declared for a record key of the indicated file-name refers to a data item that is
not defined in a record associated with the file-name. All record keys must be defined within
a record associated with the file.
0212: E RECORD KEY data item has same offset as another record key for
file: file-name-1
The data-name declared for a record key of the indicated file-name refers to a data item that
has the same leftmost character offset as another record key of that file-name. No two keys
may share the same leftmost character position.
0213: E RECORD KEY data item length exceeds 255 characters for file:
file-name-1
The data-name declared for a record key of the indicated file-name refers to a data item with
a length of more than 255 characters.
0215: E RECORD KEY data-name has error in its data description entry for
file: file-name-1
The data-name declared for a record key of the indicated file-name refers to a data item that
has an error in its description.
0216: E RECORD KEY operand must refer to data item for file: file-name-1
The data-name declared for a record key of the indicated file-name refers to a nondata item.
0217: E RECORD KEY data item must not be table element for file:
file-name-1
The data-name declared for a record key of the indicated file-name refers to a data item which
is described with the OCCURS clause or is subordinate to an item described with the
OCCURS clause. Record keys may not be table items.
0222: E RECORD DEPENDING data item must be unsigned integer for file:
file-name-1
The data-name specified in the DEPENDING ON phrase of the RECORD IS VARYING
clause must be defined as an elementary unsigned integer.
0224: E RECORD DEPENDING data-name has error in its data description for
file: file-name-1
There is an error in the data description of the data-name used in the DEPENDING ON
phrase of the RECORD IS VARYING clause.
0225: E RECORD DEPENDING operand must refer to data item for file:
file-name-1
0226: E RECORD DEPENDING data item must not be table element for file:
file-name-1
The data-name specified in the DEPENDING ON phrase of the RECORD IS VARYING
clause cannot be defined with an OCCURS clause or be subordinate to an OCCURS clause.
0229: E RECORD DEPENDING data item is wrong linkage item for file:
file-name-1
The data-name specified in the DEPENDING ON phrase of the RECORD IS VARYING
clause for the indicated file-name is defined in the Linkage Section. The data-name is not
listed in the Procedure Division USING phrase, nor is it defined subordinate to such a data-
name. The data-name should be included as a USING parameter or defined outside the
Linkage Section.
Note If the object version is not restricted to less than 8, this message will not be produced
under the condition described above. Instead, the item will be considered a based linkage
item. Message 665 (on page 462) will occur if the base address of the linkage record is never
set within the program.
The maximum file record size allowed for RM/COBOL is 65280 characters. When the
record length specified in the RECORD CONTAINS clause exceeds the limit, this message
occurs for that clause and “: file-name-1” is not included in the message; otherwise, this
message occurs in the summary error messages shown after the source listing is complete
and “: file-name-1” is provided for reference.
0231: E RELATIVE KEY data item must not be defined in record area for file:
file-name-1
The data-name declared for the relative key of the indicated file-name refers to a data item
defined in a record associated with file-name.
0232: E RELATIVE KEY data item must be unsigned integer for file:
file-name-1
The data-name declared for the relative key of the indicated file-name refers to a data item
that is not a numeric integer.
0233: E RELATIVE KEY data-name has error in its data description entry for
file: file-name-1
The data-name declared for the relative key of the indicated file-name refers to a data item
that has an error in its description.
0234: E RELATIVE KEY operand must refer to data item for file: file-name-1
The data-name declared for the relative key of the indicated file-name refers to a
nondata item.
0235: E RELATIVE KEY data item must not be table element for file:
file-name-1
The data-name declared for the relative key of the indicated file-name refers to a data item
which is described with the OCCURS clause or is subordinate to an item described with the
OCCURS clause.
0238: E RELATIVE KEY data item is wrong linkage item or is not external item
for file: file-name-1
The data-name declared for the relative key of the indicated file-name refers to a linkage data
item that is not subordinate to an item in the Procedure Division header USING phrase.
Note If the object version is not restricted to less than 8, this message will not be produced
under the condition described above. Instead, the item will be considered a based linkage
item. Message 665 (on page 462) will occur if the base address of the linkage record is never
set within the program.
0239: E FILE STATUS data item must have length of two characters for file:
file-name-1
The data-name declared for the file status data item of the indicated file-name refers to a data
item that is not two characters in length.
0240: E FILE STATUS data item must be alphanumeric for file: file-name-1
The data-name declared for the file status data item of the indicated file-name refers to a data
item that is not of the category alphanumeric.
0241: E FILE STATUS data-name has error in its data description for file:
file-name-1
The data-name declared for the file status data item of the indicated file-name refers to a data
item that has an error in its description.
0242: E FILE STATUS operand must refer to data item for file: file-name-1
The data-name declared for the file status data item of the indicated file-name refers to a
nondata item.
0243: E FILE STATUS data item must not be table element for file: file-name-1
The data-name declared for the file status data item of the indicated file-name refers to a data
item which is described with the OCCURS clause or is subordinate to an item described with
the OCCURS clause. The file status data item may not be a table item.
0246: E FILE STATUS data item is wrong linkage item for file: file-name-1
The data-name declared for the file status data item of the indicated file-name refers to a
linkage data item that is not subordinate to an item in the Procedure Division header
USING phrase.
Note If the object version is not restricted to less than 8, this message will not be produced
under the condition described above. Instead, the item will be considered a based linkage
item. Message 665 (on page 462) will occur if the base address of the linkage record is never
set within the program.
0247: E TOP data item must be unsigned integer for file: file-name-1
The data-name specified in the LINES AT TOP phrase of the LINAGE clause for the
indicated file does not refer to an elementary unsigned numeric data item.
0248: E TOP data-name has error in its data description entry for file:
file-name-1
The data-name specified in the LINES AT TOP phrase of the LINAGE clause for the
indicated file has an error in its data description.
0249: E TOP operand must refer to data item for file: file-name-1
The data-name specified in the LINES AT TOP phrase of the LINAGE clause for the
indicated file does not refer to a valid data item described in the Data Division.
0250: E TOP data item must not be table element for file: file-name-1
The data-name specified in the LINES AT TOP phrase of the LINAGE clause for the
indicated file cannot be defined with an OCCURS clause.
0253: E TOP data item is wrong linkage item or is not external item for file:
file-name-1
• The data-name specified in the LINES AT TOP phrase of the LINAGE clause for the
indicated file has been defined in the Linkage Section. The data-name is not listed in the
Procedure Division USING phrase, nor is it defined subordinate to such a data-name.
The data-name should be included as a USING parameter or defined outside the
Linkage Section.
Note If the object version is not restricted to less than 8, this message will not be
produced under the condition described above. Instead, the item will be considered a
based linkage item. Message 665 (on page 462) will occur if the base address of the
linkage record is never set within the program.
• Or, the indicated file-name names an external file connector and the data-name specified
in the LINES AT TOP phrase of the LINAGE clause does not possess the external
attribute as required.
0256: E USAGE clause must not specify different usage than USAGE clause
specified in containing group entry.
The USAGE clause indicated contradicts the USAGE clause for the group to which the
subject item belongs.
0268: E User-defined word previously defined for use that does not permit its
use as index-name.
The index-name is already defined and cannot be redefined.
0270: E Index-name may access another table only if both tables have same
element size.
An index-name cannot be used with a table other than the one with which it is associated
unless there is an exact match in the number of character positions in both tables.
The context requires an integer numeric literal, but a nonnumeric literal was found.
0279: E JUSTIFIED clause is not permitted for any data item that is group,
numeric, edited, index, or pointer data.
The JUSTIFIED clause is given in the data description entry in conflict with other data
description clauses specified for the same subject.
The indicated sort-merge key data-name refers to a group that contains a data item described
with Format 2 of the OCCURS clause. That is, the data-name refers to a variable-length data
item and thus cannot be used as a key for the SORT or MERGE operation.
0295: E User-defined word previously defined for use that does not permit its
use as mnemonic-name.
The user-defined word is already defined and cannot be redefined as a mnemonic-name.
0298: E Numeric edited data item must not be moved to alphabetic data item.
The MOVE statement is wrong because it attempts to move a numeric edited data item to an
alphabetic data item.
0299: E Numeric data item must not be moved to alphabetic data item.
The MOVE statement is wrong because it attempts to move a numeric data item to an
alphabetic data item.
0305: E More than 2046 external items are specified in separately compiled
program, including any contained programs.
The implementation limit of 2046 external items in a single separately compiled program,
including any of its contained programs, has been exceeded in the current program.
0306: E Pseudo-text-1 may not be empty. One or more text words are
required here.
The left pseudo-text operand in a BY phrase must not be empty.
0320: E BLANK WHEN ZERO clause is not permitted with PICTURE character-
string containing symbols '*' or 'S'.
The BLANK WHEN ZERO clause is used to describe a data item that specifies asterisk zero
suppression or an operational sign in its PICTURE character-string.
0322: E PICTURE clause is not permitted for index or pointer data item.
The PICTURE clause has been used to describe an index (USAGE IS INDEX) or
pointer (USAGE IS POINTER) data item. These types of data items do not allow a
PICTURE clause.
0335: E PICTURE character-string must not have digit positions both to left
and right of symbols 'P'.
The PICTURE character-string defines digit positions both to the left and right of
P characters.
0336: E Symbols 'CR', 'DB', 'S', 'V', and '.' must occur only once in PICTURE
character-string.
The indicated character in the PICTURE character-string is repeated when it must occur as a
single character.
The indicated procedure reference is ambiguous and requires qualification to yield a unique
procedure reference.
0347: E Statement does not permit data item described with symbol 'P' in its
PICTURE character-string.
Use of a data item described with the scaling position character P in its PICTURE character-
string is not allowed in the context of the indicated statement in the source program.
0350: E ASSIGN clause for file must specify RANDOM, DISK, or DISC.
The context requires a file assigned to a mass-storage device-name, which is RANDOM,
DISK or DISC.
0351: E KEY phrase is permitted only for random or dynamic access indexed
file without NEXT or PREVIOUS phrases.
The KEY phrase is not allowed in the indicated READ statement because either file-name-1
does not refer to an indexed organization file, file-name-1 refers to a file that has sequential
access mode, or the NEXT or PREVIOUS phrase is specified in the same READ statement.
0355: E RECORD KEY and ALTERNATE RECORD KEY clauses permitted only
in indexed file control entry.
The RECORD KEY clause is given for a file that is not indexed organization.
0370: E RELATIVE KEY phrase permitted only in relative file control entry.
The RELATIVE KEY phrase is specified for a file that does not have relative organization.
The RELATIVE KEY phrase is not allowed in an indexed or sequential file control entry.
0371: E RELATIVE KEY phrase required for relative file referred to in START
statement or with random or dynamic access.
A relative organization file with random or dynamic access must be described with the
RELATIVE KEY phrase. Also, if a START statement refers to a relative file, the
RELATIVE KEY phrase must be specified for that file.
0374: E Second data item in THRU phrase of RENAMES clause must not
begin to left of first data item in that phrase.
The beginning of the area described by data-name-3 begins to the left of the area described by
data-name-2 in a RENAMES data-name-2 THRU data-name-3 clause.
0375: E Second data item in THRU phrase of RENAMES clause must end to
right of first data item in that phrase.
The end of the area described by data-name-3 is not to the right of the area described by data-
name-2 in a RENAMES data-name-2 THRU data-name-3 clause.
commentary Identification area of the source record or because text follows the integer
specifying the count.
0386: E File-name may not be specified more than once in SAME AREA
clause.
The indicated file-name is specified more than once in a SAME AREA clause.
0387: E All file-names in SAME AREA clause must also occur in any
associated SAME RECORD AREA clause: file-name-1
The indicated file-name is specified in a SAME AREA clause with another file-name that is
also specified in a SAME RECORD AREA clause. The indicated file-name is not specified
in the SAME RECORD AREA clause as required.
0388: E All file-names in SAME AREA clause must also occur in any
associated SAME SORT/SORT-MERGE AREA clause: file-name-1
The indicated file-name is specified in a SAME AREA clause with another file-name that is
also specified in a SAME SORT AREA clause. The indicated file-name is not specified in
the SAME SORT AREA clause as required.
0390: E File-name is not permitted more than once in SAME RECORD AREA
clause.
The indicated file-name is specified more than once in a SAME RECORD AREA clause.
0393: E Sort-merge file description entry (SD entry) has wrong format.
The indicated word, literal, character-string, or separator is incorrect syntax within the context
of the sort-merge file description entry as given in the source program.
0411: E Data-name must not refer to data item that is longer than associated
record key.
The data-name given in the START statement relation for an indexed organization file does
not reference a data item that is subordinate to its associated record key.
0413: E Data-name must refer to relative key data item associated with
file-name-1.
The indicated data-name given in the START statement KEY relation for a relative
organization file is not the relative key data-name associated with the file-name-1 specified in
that START statement, as required by the COBOL language.
0417: E Too many subscripts for table element or missing right parenthesis.
The syntax of the subscripting for the identifier is incorrect. Either too many subscripts are
specified or the right parenthesis is missing, possibly because it is in the commentary
Identification area of the source record.
0438: E OCCURS DEPENDING ON data item must not be table element for
table: table-name-1
The data-name specified in the DEPENDING ON phrase of the OCCURS clause for the
indicated table refers to a data item described with the OCCURS clause or which is
subordinate to a data item described with the OCCURS clause.
0441: E OCCURS DEPENDING ON data item is wrong linkage item for table:
table-name-1
The data-name for the DEPENDING ON phrase of the OCCURS clause is defined in the
Linkage Section. The data-name is not listed in the Procedure Division USING phrase nor is
it defined subordinate to such a data-name. The data-name should be included as a USING
parameter or defined outside the Linkage Section.
Note If the object version is not restricted to less than 8, this message will not be produced
under the condition described above. Instead, the item will be considered a based linkage
item. Message 665 (on page 462) will occur if the base address of the linkage record is never
set within the program.
0442: E Table element length exceeds 65535 characters and object version
restricted to less than 13.
The maximum table element size has been exceeded for the specified object version
(Z Compile Command Option). Up to 65535 characters may be defined in a table element;
that is, the data subordinate to an OCCURS clause in object versions less than 13. Either
adjust the object version limit or reduce the size of the occurring data.
0443: E More AND phrases than KEY phrases for table being searched is not
permitted.
Too many AND phrases in the SEARCH ALL statement have been specified for the number
of keys declared for the specified table.
0444: E OCCURS KEY data item must be defined in table for table:
table-name-1
The indicated table key data-name is not associated with the data entry containing the
OCCURS clause or is not subordinate to the entry containing the OCCURS clause.
0446: E OCCURS KEY data-name has error in its data description entry for
table: table-name-1
The data-name in the KEY IS phrase of the OCCURS clause has an error in its
data description.
0447: E OCCURS KEY operand must refer to data item for table:
table-name-1
The data-name specified in the KEY IS phrase of the OCCURS clause is not a valid data item
described in the Data Division.
0448: E OCCURS KEY data item must be same dimension as table for table:
table-name-1
The data-name specified in the KEY IS phrase of the OCCURS clause is defined such that it
requires a different number of subscripts than the table defined by the OCCURS clause.
0451: E Identifier must refer to data item with OCCURS clause in its data
description entry.
The indicated identifier does not refer to a table, that is, a data item described with the
OCCURS clause in its data description entry. For the SEARCH and SEARCH ALL
statements, the data item to be searched must be a table. For the COUNT, COUNT-MAX,
and COUNT-MIN special registers, the operand must be a table.
0452: E Identifier must refer to data item with INDEXED BY phrase in its data
description entry.
The table specified in the SEARCH or SEARCH ALL statement does not contain an
INDEXED BY phrase in the OCCURS clause as required.
0453: E Identifier must refer to data item with KEY phrase in its data
description entry.
The table specified in the SEARCH ALL statement does not have a KEY IS phrase
as required.
0462: E Numeric literal in VALUE clause must have value within range
indicated by PICTURE clause.
The numeric literal specified in the VALUE clause for a numeric data item is incorrect for
initialization of the data item as described by its PICTURE character-string because
truncation of nonzero high-order digits was required.
0463: E Nonnumeric value in VALUE clause must not exceed size indicated
by PICTURE clause.
The nonnumeric literal specified in the VALUE clause for an elementary nonnumeric data
item contains too many characters for initialization of the data item. Characters were
truncated from the low-order (rightmost) end of the literal value.
This error also occurs when the nonnumeric literal specified as the true or false value in a
level-number 88 condition-name data description entry contains more characters than the
associated elementary conditional variable.
The indicated word, literal, character-string, or separator is incorrect syntax within the context
of the paragraph as given in the source program.
0477: E Two or more file-names in MERGE statement are not permitted in one
MULTIPLE FILE TAPE clause.
Two or more files specified in a MERGE statement are listed in the same MULTIPLE FILE
TAPE clause in the I-O-CONTROL paragraph.
0478: E Two or more file-names in MERGE statement are not permitted in one
SAME AREA or SAME RECORD AREA clause.
Two or more files specified in a MERGE statement are listed in the same SAME AREA or
SAME RECORD AREA clause in the I-O-CONTROL paragraph.
0479: E Sort-merge key data item extends beyond minimum record size for
sort-merge file.
A data-name specified in a KEY phrase of a SORT or MERGE statement refers to a data item
that is not totally contained within the minimum record length of the sort-merge file.
0488: E PADDING CHARACTER operand must refer to data item for file:
file-name-1
The data-name declared in the PADDING CHARACTER clause for the indicated file-name
refers to a nondata item.
0489: E PADDING CHARACTER data item must not be table element for file:
file-name-1
The data-name declared in the PADDING CHARACTER clause for the indicated file-name
refers to a data item that is described with the OCCURS clause or is subordinate to an
item described with the OCCURS clause. The padding character data item may not be a
table item.
0494: E Operands of THROUGH phrase must have same class for selection
subject or object.
The two operands connected by a THROUGH phrase must be of the same class: numeric,
alphanumeric or alphabetic.
0508: E EXTERNAL and GLOBAL clauses are only permitted in File and
Working-Storage Sections.
The indicated clause may not be specified in the current section of the Data Division.
0515: E Integer expected. Literal with digits to right of decimal point is not
permitted here.
The context requires an integer numeric literal, but a numeric literal with digits to the right of
the decimal point was found.
0519: E COLUMN NUMBER data item is wrong linkage item for screen-name:
screen-name-1
The data-name specified in the COLUMN clause of the indicated Screen Section data item is
defined in the Linkage Section. The data-name is not listed in the Procedure Division USING
phrase, nor is it defined subordinate to such a data-name.
Note If the object version is not restricted to less than 8, this message will not be produced
under the condition described above. Instead, the item will be considered a based linkage
item. Message 665 (on page 462) will occur if the base address of the linkage record is never
set within the program.
0526: E LINE NUMBER data item is wrong linkage item for screen-name:
screen-name-1
The data-name specified in the LINE clause of the indicated Screen Section data item is
defined in the Linkage Section. The data-name is not listed in the Procedure Division USING
phrase, nor is it defined subordinate to such a data-name.
Note If the object version is not restricted to less than 8, this message will not be produced
under the condition described above. Instead, the item will be considered a based linkage
item. Message 665 (on page 462) will occur if the base address of the linkage record is never
set within the program.
0544: E SIZE phrase in START statement is not permitted for relative file.
The SIZE phrase is specified in a START statement for a relative file. The SIZE phrase is
meaningful only for indexed files.
0545: E SIZE phrase in START statement specifies integer value that exceeds
key size.
The SIZE phrase specifies an integer value that is greater than the length of the key data item
specified in the same START statement. The integer value must not exceed the key size since
the SIZE phrase is meaningful only for limiting the comparison to a size less than or equal to
the length of the key data item.
0546: W VALUE OF FILE-ID clause specifies different file access name than
ASSIGN clause.
The file description entry VALUE OF FILE-ID clause specifies a different file access name
literal or data-name than specified in the file control entry ASSIGN clause. The file access
name should be specified in only one of these two alternatives, but if specified in both they
must agree. The ASSIGN clause specification takes precedence when this warning occurs.
Note In version 12 and later of the compiler, this message no longer occurs. Message 0022
(on page 402) will occur instead at the end of file.
0637: W No data items for this identifier are eligible for initialization.
The indicated identifier in an INITIALIZE statement has no data items that qualify for
initialization according to the rules of the INITIALIZE statement.
0652: W Negative literal in relation with unsigned data item; condition does
not depend on data item value.
In the indicated relation condition, one operand is a negative numeric literal and the other
operand is an unsigned numeric data item. Since a negative numeric literal is always less than
an unsigned numeric value, the relation result is independent of the value of the data item.
This probably indicates a coding error. Either the numeric data item should be described as
signed or the literal should not be negative.
The indicated receiving item is a numeric or numeric edited data item. The sending item is a
nonnumeric literal that contains characters other than decimal digits. COBOL defines such a
move only when the sending item is a string of decimal digits representing a positive integer
value. The literal must not contain a sign representation, decimal point, currency symbol,
space, or comma. Note that the figurative constants, LOW-VALUES and HIGH-VALUES,
are normally not valid sending items for a numeric or numeric edited receiving item. Only
when the program collating sequence is defined such that LOW-VALUES or HIGH-
VALUES represent a decimal digit is such a move defined in COBOL.
0657: E Data item has zero size or group is not yet completed. Value of 0
assumed.
For the indicated constant-expression LENGTH OF data-name-1 operator, the referenced
data-name-1 has zero length at the time the operator is evaluated. The common cause of
this error is specifying a data-name-1 for a group that has not been allocated yet because a
level-number that is less than or equal to the level-number of data-name-1 has not yet
been scanned. The level-number 78 data description entry containing this reference must
be moved after a data description entry with a level-number less than or equal to the
level-number used in the description of data-name-1.
0665: E The base address was never set for the referenced based linkage
record: data-name-1
The indicated data-name-1 is defined in the Linkage Section and is not a formal argument of
the program, that is, it is not listed in the USING or GIVING phrases of the Procedure
Division header, nor is it a redefinition or renaming of such an item. data-name-1 or a data
item subordinate to it has been referenced in the program, but the base address of the record
has never been set with a Format 5 SET statement. If the statement that made the reference
were executed during the run unit, the run unit would be terminated with data reference error
108 since the record will have a null base address.
The indicated relation condition compares a numeric value to a nonnumeric value, but the
numeric subject is not an integer as required for such a relation condition.
0679: E Relation object must not be a pointer when relation subject is not a
pointer.
The indicated relation condition compares a non-pointer value to a pointer value, but only a
pointer value may be compared to another pointer value.
0680: E Relation subject must not be a pointer when relation object is not a
pointer.
The indicated relation condition compares a pointer value to a non-pointer value, but a pointer
value may only be compared to another pointer value.
0689: E Pattern quantifier opened with '{' is missing the closing brace '}'.
The pattern regular expression contains a quantifier opened with a brace (‘{’), but the required
closing brace (‘}’) is not present.
0692: E Pattern category escape '\p{' or '\P{' is missing the closing brace '}'.
The pattern regular expression contains a category escape, but the required closing brace (‘}’)
is not present.
0693: E Pattern category escape '\p{' or '\P{' is missing the opening brace '{'.
The pattern regular expression contains a category escape, but the required opening brace
(‘{’) is not present.
0695: E Pattern quantifier maximum count is less than the minimum count.
Within a pattern regular expression, a quantifier of the form “{n,m}” is specified where m, the
maximum count, is less than n, the minimum count. The maximum count must not be less
than the minimum count.
0720: E Relational operator specified with first condition value does not
define a true value.
A true value cannot be determined for use in the SET statement because the specified level-
number 88 condition-name is defined with a relational operator for the first value given in the
associated Format 2 VALUE clause and that relational operator does not define a true value.
Only relational operators that include an equality relation define a true value. Thus, the
relational operators NOT EQUAL, LESS THAN, GREATER THAN, and LIKE, when used
with the first value in the Format 2 VALUE clause, do not define a true value for the
condition-name. The true value may be defined by listing it first in the Format 2 VALUE
clause without a relational operator or by using a relational operator that includes an equality
relation such as EQUAL, NOT LESS THAN, or NOT GREATER THAN.
0729: E CRT STATUS data-name has an error in its data description entry.
The data-name specified in the CRT STATUS clause of the SPECIAL-NAMES paragraph
refers to a data item with an error in its data description entry. The error in the CRT STATUS
data item data description must be fixed so that the compiler can verify that it is suitable to be
a CRT STATUS data item.
0736: E CURSOR data item must have a size of four or six characters.
The data-name specified in the CURSOR clause of the SPECIAL-NAMES paragraph refers
to a data item that is not one of the two allowed sizes of four or six characters.
0744: E Debugging line number overflow for object version < 12 in Z option.
Object version 12 or higher is required for support of debugging line numbers in programs
that contain more than 65535 lines in the Procedure Division or a Procedure Division header
that has a line number greater than 65535. Either specify the Q Compile Command Option to
suppress debugging line numbers or specify a value of 12 or higher in the Z Compile
Command Option.
number of file parameters in the program. Prior to object version 12, the runtime system
could accommodate about 8,000 file parameters.
The source program declares and references more than 16,384 files, so the file table size
exceeds the compiler limit of 65535 bytes. The compiler only adds files to the file table
when they are referenced in the program, so files that have only a file-control-entry and a
file-description-entry do not count towards this limit. However, in the current compiler
implementation, the limit on file parameters, error 0745 or 0746, occurs before this error can
be caused by a source program.
0757: E Program-name has already been specified for this program and
cannot be specified again.
A PROGRAM-ID paragraph has been previously scanned in this program. The
program-name has already been declared for the program and cannot be declared again.
Only the first program-name declaration is used. The multiple PROGRAM-ID paragraphs
should be eliminated so that there is only one declaration of the program-name for a program.
0758: E Nonnumeric value in VALUE clause must not exceed size of the
group: data-name-1
The nonnumeric literal specified in the VALUE clause for a group data item contains too
many characters for initialization of the data item. Characters were truncated from the low-
order (rightmost) end of the literal value.
This error also occurs when the nonnumeric literal for the true or false value in a level-
number 88 condition-name data description entry contains more characters than the associated
group conditional variable.
The diagnostic occurs as a summary error since the group size is not known until all
subordinate data items have been scanned. The line number of the offending VALUE clause
is provided in a subsequent message.
The literal or data item specified in the AT phrase of an ACCEPT or DISPLAY statement
must be four or six characters in length. The indicated literal or data item in the source
program does not meet this requirement.
0761: W Continuation line should begin in area B, but this line begins in
area A.
The compiler found a continuation line beginning in area A. Prior to version 11, the compiler
ignored this violation of COBOL fixed-reference format rules.
Note This warning can be suppressed with configuration, if desired. See the keyword,
NO-DIAGNOSTIC, of the COMPILER-OPTIONS configuration record in Chapter 10:
Configuration of the RM/COBOL User's Guide.
0763: E Compiler directive required here, but this word is not recognized as a
compiler directive.
This error indicates that source records, beginning with “>>” in the program-text area, have
unrecognized compiler directives.
The currently recognized directives are IMP, LISTING, and PAGE. This error is also
generated when the IMP directive is not followed by a recognized implementer-defined
RM/COBOL directive. The only current implementer-defined RM/COBOL directive is
MARGIN-R.
0765: W Replaced text began on debug line, but replacement text requires
continuation.
This error indicates that a replaced region starts on a debug line whereas the replacement
requires a continuation record. Because of internal changes to how source is represented, the
compiler still knows that the line is a debug line, even though a “D” cannot be placed in the
indicator area of the line, thus minimizing additional errors that previously occurred during a
non-debug compilation in this situation.
0766: W One or more source records were truncated during compilation: total
truncations = n.
This error message occurs when the compiler detects that source records were truncated on
input. This aids the user in determining the need to adjust the maximum source record size
configuration, as described in the SOURCE-RECORD-MAX-LENGTH keyword of the
COMPILER-OPTIONS configuration record (see “COMPILER-OPTIONS Configuration
Record” in Chapter 10: Configuration of the RM/COBOL User's Guide). When this warning
message is produced, the total warning count for the compilation is incremented by n instead
of the usual 1 per warning message.
Note The warning can be suppressed with configuration, in which case the warning count is
not modified. See the NO-DIAGNOSTIC keyword of the COMPILER-OPTIONS
configuration record in Chapter 10: Configuration of the RM/COBOL User's Guide.
0768: W The reserved word REPLACE must not be used in the replacement
text of a REPLACE statement.
The compiler found a REPLACE statement specified in the replacement text of a REPLACE
statement. The result of REPLACE statement processing must not result in a REPLACE
statement. Thus, the containing REPLACE statement is incorrect. The REPLACE statement
will still cause replacements to occur, but if any of the replacements result in the insertion of
the word REPLACE in the resultant source program, a syntax error will occur in the resultant
source program.
0769: E WHILE phrase in START statement is not permitted for relative file.
The WHILE phrase is only allowed for an indexed organization file. Use of the WHILE
phrase in a START statement for a relative organization file is diagnosed with this error
message.
0773: E Data-name-1 does not uniquely specify a record key associated with
file-name-1.
The compiler, as of version 11, allows data-name-1 in the KEY phrase of a START statement
to refer to the first segment of a split key or to a data item aligned on the first character of the
first segment of a split key associated with the file-name-1 specified in that START statement,
as long as the reference uniquely identifies a record key of the file for establishing the key of
reference. If this feature is used, and the reference does not uniquely identify a record key of
the file, that is, two or more record keys would qualify for the key of reference based on the
data item referenced by data-name-1, the lack of uniqueness is diagnosed with this error
message.
This message indicates that more than 64 statements were coded on a single source record.
Even though source records may now extend beyond column 72 and be quite large, a limit on
the number of statements per source record is necessary to prevent issues with program
debugging and instrumentation. A limit of 64 statements per source record was chosen to
avoid such issues.
The remaining statements on the source record are still compiled, but are treated as if they
were part of the 64th statement for purposes of debugging and instrumentation. For example,
performing a single statement step in the debugger on the 64th statement will step to the first
statement on the next line after executing all the remaining statements on the source record.
0776: E Clause is not permitted in same data description entry with BLANK
WHEN ZERO clause.
The indicated clause is not allowed in a data description entry that also specifies the BLANK
WHEN ZERO clause. For example, the SAME AS clause cannot be specified when there is a
BLANK WHEN ZERO clause in the same data description entry. One or the other of the
clauses must be removed from the data description entry.
0778: E Clause is not permitted in same data description entry with PICTURE
clause.
The indicated clause is not allowed in a data description entry that also specifies the
PICTURE clause. For example, the SAME AS clause cannot be specified when there is a
PICTURE clause in the same data description entry. One or the other of the clauses must be
removed from the data description entry.
0779: E Clause is not permitted in same data description entry with SIGN
clause.
The indicated clause is not allowed in a data description entry that also specifies the SIGN
clause. For example, the SAME AS clause cannot be specified when there is a SIGN clause
in the same data description entry. One or the other of the clauses must be removed from the
data description entry.
0781: E Clause is not permitted in same data description entry with USAGE
clause.
The indicated clause is not allowed in a data description entry that also specifies the USAGE
clause. For example, the SAME AS clause cannot be specified when there is a USAGE
clause in the same data description entry. One or the other of the clauses must be removed
from the data description entry.
0782: E Clause is not permitted in same data description entry with VALUE
clause.
The indicated clause is not allowed in a data description entry that also specifies the VALUE
clause. For example, the SAME AS clause cannot be specified when there is a VALUE
clause in the same data description entry. One or the other of the clauses must be removed
from the data description entry.
0784: E Clause is not permitted in the same data description entry with a
SAME AS clause.
The indicated clause is not allowed in a data description entry that also specifies the SAME
AS clause. For example, the JUSTIFIED clause cannot be specified when there is a SAME
AS clause in the same data description entry. One or the other of the clauses must be
removed from the data description entry.
0788: E SAME AS clause data-name-1 refers to data item with an error in its
data description entry.
The data-name specified as the object of a SAME AS clause refers to a data item with an error
in its data description entry. Thus, the subject of the SAME AS clause will have the same
error in its data description entry. References to either the object or subject data-name will be
diagnosed with an error.
0789: E SAME AS clause data-name-1 must not refer to data description entry
with OCCURS clause.
The data-name specified as the object of a SAME AS clause is not permitted to refer to a data
description entry with the OCCURS clause, but the data-name-1 in the indicated SAME AS
clause refers to a data description entry with the OCCURS clause. The SAME AS clause
must be changed specify a different data-name-1 or the OCCURS clause must be removed
from the data description entry for data-name-1.
Note The SAME AS clause may refer to a group containing subordinate items described with
the OCCURS clause.
Two external index-names in the same program are not permitted to have the same name.
The indicated index-name is external, that is, is defined in an external record, and has the
same name as another external index-name. The indicated index-name will not be made
external.
Note This error can be suppressed by using configuration to eliminate making any
index-name external (an official interpretation of the COBOL language eliminated external
index-names from the language). See the EXTERNAL-INDEX-NAMES keyword of the
COMPILER-OPTIONS configuration record in Chapter 10: Configuration of the
RM/COBOL User's Guide.
0795: E User-defined word previously defined for use that does not permit
its use as screen-name.
The indicated user-defined word is being declared as a screen-name, but has already
been declared for another use that is mutually exclusive with its use as a screen-name.
Screen-names are mutually exclusive with alphabet-names, file-names, cd-names, class-
names, mnemonic-names, and symbolic-character names. Screen-names may be the same
as other data-names, condition-names, record-names, and screen-names.
0797: E Series of INSPECT control phrases are not permitted when the
TRAILING adjective is specified.
A series of control phrases was found in the indicated INSPECT statement that also specifies
the TRAILING adjective. The series is not permitted because of the use of the TRAILING
adjective in the same INSPECT statement.
0798: E Z option with value less than 15 and Y option when more than 65534
identifiers is not permitted.
The Z Compile Command Option (object version restriction) with a value less than 15 is
incompatible with the Y Compile Command Option (object symbol table) when a separately
compiled program, including any of its contained programs, declares more than 65534
identifiers. The object symbol table version that supports more than 65534 identifiers
requires object version 15 or later. When this message is produced, object version 15 will be
produced despite the value specified in the Z Compile Command Option. To generate a
desired object version less than 15, either omit the Y Compile Command Option or reduce the
number of declared identifiers to 65534 or less. The compilation listing summary indicates
the number of identifiers declared in a program.
Glossary
The terms in this glossary are defined in accordance with their meaning in RM/COBOL and
may not have the same meaning for other languages.
These definitions are also intended as either reference or introductory material to be reviewed
prior to reading the detailed language specifications. For this reason, these definitions are,
in most instances, brief and do not include detailed syntactical rules. Complete specifications
for elements defined in this section can be located in the chapters and appendixes of this
document.
77-Level-Description-Entry
A data description entry with the level-number 77 that describes a noncontiguous data item
with the level-number 77.
78-Level-Description-Entry
A data description entry with the level-number 78 that describes a constant-name.
88-Level-Description-Entry
A data description entry with the level-number 88 that describes a condition-name.
Access Mode
The manner in which records are to be operated upon within a file. COBOL supports three
access modes: sequential, random, and dynamic.
Actual Argument
A data item named in the USING or GIVING phrases of a CALL statement. Both the calling
and the called program may refer to these data items. The called program refers to the actual
argument by using the name of the corresponding formal argument.
Alphabetic Character
A letter or a space character.
Alphabet-Name
A user-defined word, in the SPECIAL-NAMES paragraph of the Environment Division,
which assigns a name to a specific character set, collating sequence, or both.
Alphanumeric Character
Any character in the character set of the computer.
ANSI
An acronym for American National Standards Institute when modifying the word COBOL; in
this case, ANSI COBOL indicates the standard definition of COBOL as opposed to the
RM/COBOL implementor-defined implementation of COBOL.
In the context of Microsoft Windows, ANSI is used to modify the word codepage to indicate
the Windows standard codepages as opposed to the OEM codepages previously used in
MS-DOS and still supported by Windows for some purposes. This use of ANSI is a historical
misnomer that came about because codepage 1252 (the “ANSI” codepage for the Western
countries) was originally based on an ANSI draft, which became ISO Standard 8859-1.
However, in adding code points to the range reserved for control codes in the ISO standard,
the Windows codepage 1252 and subsequent Windows codepages originally based on the
ISO 8859-x series deviated from ISO standards.
Area A
In fixed-form reference format, columns 8 through 11 of the source record. Major elements
of COBOL such as division, section and paragraph headers, must begin within area A in
fixed-form reference format. Other elements, such as continuation lines must not start in area
A, but rather in area B.
Area B
In fixed-form reference format, columns 12 through the last column before margin R.
Traditionally, margin R has been after column 72, but RM/COBOL supports a directive, IMP
MARGIN-R, and a configuration keyword, INITIAL-MARGIN-R, which can set margin R
after any column from 72 through the maximum source record length.
Arithmetic Expression
An identifier of a numeric elementary item, a numeric literal, such identifiers and literals
separated by arithmetic operators, two arithmetic expressions separated by an arithmetic
operator, or an arithmetic expression enclosed in parentheses.
Arithmetic Operation
The process caused by the execution of an arithmetic statement, or the evaluation of an
arithmetic expression, that results in a mathematically correct solution to the arguments
presented.
Arithmetic Operator
A single character or fixed two-character combination that belongs to the following set:
Character Meaning
+ Addition
– Subtraction
* Multiplication
/ Division
** Exponentiation
Arithmetic Statement
A statement that causes an arithmetic operation to be run. The arithmetic statements are the
ADD, COMPUTE, DIVIDE, MULTIPLY, and SUBTRACT statements.
Ascending Key
A key upon the values of which data is ordered starting with the lowest value of key up to the
highest value of key in accordance with the rules for comparing data items.
At End Condition
A condition caused:
1. During the running of a READ statement for a sequentially accessed file, when no next
logical record exists in the file, or when the number of significant digits in the relative
record number is larger than the size of the relative key data item, or when an optional
input file is not present.
2. During the running of a RETURN statement, when no next logical record exists for the
associated sort or merge file.
3. During the running of a SEARCH statement, when the search operation ends without
satisfying the condition specified in any of the associated WHEN phrases.
Automatic Multiple
A record locking mode in which the READ statement executed in shared input-output mode
automatically obtains a lock on the record accessed except when the NO LOCK phrase is
specified. Multiple record locks for the logical file may be held by the run unit. The record
locks are released only by execution of a CLOSE or UNLOCK statement, except that the
successful execution of a DELETE statement releases the lock on the deleted record.
Automatic Single
A record locking mode in which the READ statement executed in shared input-output mode
automatically obtains a lock on the record accessed except when the NO LOCK phrase is
specified. Only a single record for the logical file is locked by the run unit since the next
input-output operation on the file releases any existing record lock.
Binary Sequential
A record delimiting technique that allows packed-decimal and binary data items in the record.
For fixed-length record files, no record delimiter is needed or used. For variable-length
record files, a record length header and trailer are stored with the record on the external
storage medium.
Block
A physical unit of data that is normally composed of one or more logical records. For mass
storage files, a block may contain a portion of a logical record. The size of a block has no
direct relationship to the size of the file within which the block is contained or to the size of
the logical record(s) that are either contained within the block or that overlap the block. The
term is synonymous with physical record.
Bottom Margin
An empty area that follows the page body.
Called Program
A program that is the object of a CALL statement combined at object time with the calling
program to produce a run unit.
Calling Program
A program that starts a CALL to another program.
Cd-Name
A user-defined word that names an MCS interface area described in a communication
description entry within the Communication Section of the Data Division.
Channel-Name
A feature-name that names a channel on a printer carriage control tape or program.
Character
The basic indivisible unit of the language.
Character Position
The amount of physical storage required to store a single standard data format character
whose usage is DISPLAY. (For further characteristics of physical storage, see Appendix C:
Internal Data Formats of the RM/COBOL User’s Guide.)
Character-String
A sequence of adjacent characters that form a COBOL word, a literal, a PICTURE character-
string, or a comment-entry.
Class Condition
The proposition, for which a truth value can be determined, that the content of an item is
wholly alphabetic or is wholly numeric or consists exclusively of those characters listed in the
definition of a class-name.
Class-Name
A user-defined word defined in the SPECIAL-NAMES paragraph of the Environment
division that assigns a name to the proposition for which a truth value can be defined, that the
content of a data item consists exclusively of those characters listed in the definition of the
class-name.
Clause
A clause is an ordered set of consecutive COBOL character-strings whose purpose is to
specify an attribute of an entry.
Character Meaning
0, 1, . . . , 9 Digit
A, B, . . . , Z Uppercase letter
a, b, . . . , z Lowercase letter
Space
+ Plus sign
– Minus sign (hyphen)
* Asterisk
/ Slant (solidus)
= Equal sign
$ Currency sign (represented as ¤ in the International Reference
Version of International Standard, ISO 646-1973)
, Comma (decimal point)
; Semicolon
. Period (decimal point, full stop)
“ Quotation mark (double quotation)
’ Apostrophe (single quotation)
( Left parenthesis
) Right parenthesis
> Greater than symbol
< Less than symbol
: Colon
& Ampersand
Note When the computer character set includes lowercase letters, they may be used in
character-strings. Except when used in nonnumeric literals and some PICTURE symbols,
each lowercase letter is equivalent to the corresponding uppercase letter.
COBOL Word
A character-string of not more than 240 characters that forms a user-defined word, a system-
name, a context-sensitive word, or a reserved word.
Code-Name
A system-name that names a character code set or collating sequence or both.
Codepage
A definition of a character set, specifying the mapping from a 256-codepoint character set to
Unicode. There are different codepages for different language groups. Microsoft Windows
supports both a system ANSI codepage and a system OEM codepage. The terms “ANSI
codepage” and “OEM codepage” do not uniquely define a character set, since different
countries using different internationalized versions of Windows use different codepages for
both the ANSI and the OEM codepage. A complete discussion of codepages can be found at
http://www.microsoft.com/typography/unicode/cscp.htm.
Collating Sequence
The sequence in which the characters that are acceptable to a computer are ordered for
purposes of sorting, merging, comparing, and for processing indexed files sequentially.
Column
A character position within a print line or screen line. The columns are numbered from 1, by
1, starting at the farthest left character position of the line and extending to the farthest right
position of the line.
Combined Condition
A condition that is the result of connecting two or more conditions with the ‘AND’ or the
‘OR’ logical operator.
Comment Line
A source program line represented by an asterisk (*) in the indicator area of the line and any
characters from the character set of the computer in area A and area B of that line. The
comment line serves only for documentation in a program. A special form of comment line
represented by a slant (/) in the indicator area of the line and any characters from the character
set of the computer in area A and area B of that line causes page ejection prior to printing the
comment.
Comment Entry
An entry in the Identification Division that may be any combination of characters from the
character set of the computer.
Common Program
A program that despite being directly contained within another program, may be called from
any program directly or indirectly contained in that other program.
Communication Device
A mechanism, hardware or hardware plus software, capable of sending data to a queue or
receiving data from a queue or both. This mechanism may be a computer or a peripheral
device. One or more programs, containing communication description entries and residing
within the same computer, define one or more of these mechanisms.
Communication Section
The section of the Data Division that describes the interface areas between the message
control system (MCS) and the program, composed of one or more communication description
areas.
Compile Time
The time at which a COBOL source program is translated, by a COBOL compiler, to a
COBOL object program.
Compiler Directive
A single source line that begins with “>>”in the program-text area followed by a compiler
directive word and additional options. Compiler directives specify options for the compiler.
The compiler directive words are IMP, LISTING, and PAGE. Compiler directives are not
affected by the REPLACING phrase of the COPY statement or by the REPLACE statement.
Complex Condition
A condition in which one or more logical operators act upon one or more conditions.
Composite of Operands
A hypothetical data item resulting from the superimposition of specified operands in a
statement aligned on their decimal points. This data item must not contain more than 30
decimal digits.
Computer-Name
A system-name that identifies the computer upon which the program is to be compiled or run.
Concatenation Expression
A concatenation expression operates on two nonnumeric literals to concatenate their values.
Concatenation expressions simplify the continuation of long nonnumeric literals. They also
allow the construction of a single literal from combinations of nonnumeric literal forms, such
as quoted strings, hexadecimal strings, figurative constants (including symbolic-characters),
and constant-names that refer to nonnumeric literal values.
Condition
A status of a program at execution time for which a truth value can be determined. Where the
term ‘condition’ (condition-1, condition-2, . . .) appears in these language specifications in or
in reference to ‘condition’ (condition-1, condition-2, . . .) of a general format, it is a
conditional expression consisting of either a simple condition optionally parenthesized, or a
combined condition consisting of the syntactically correct combination of simple conditions,
logical operators, and parentheses, for which a truth value can be determined.
Conditional Expression
A simple condition or a complex condition specified in an EVALUATE, IF, PERFORM, or
SEARCH statement.
Conditional Phrase
A conditional phrase specifies the action to be taken upon determination of the truth value of
a condition resulting from the execution of a conditional statement.
Conditional Statement
A conditional statement specifies that the truth value of a condition is to be determined and
that the subsequent action of the object program is dependent on this truth value. Contrast
with Imperative Statement (on page 498).
Conditional Variable
A data item one or more values of which have a condition-name assigned to it.
Condition-Name
A user-defined word that assigns a name to a subset of values that a conditional variable may
assume; or a user-defined word assigned to a status of an implementor-defined switch or
device. When ‘condition-name’ is used in the general formats, it represents a unique data
item reference consisting of a syntactically correct combination of a condition-name, together
with qualifiers and subscripts, as required for uniqueness of reference.
Condition-Name Condition
The proposition, for which a truth value can be determined, that the value of a conditional
variable is a member of the set of values attributed to a condition-name associated with the
conditional variable.
Configuration Section
A section of the Environment Division that describes overall specifications of source and
object programs.
Constant-Expression
A constant-name that has already been defined with an integer value other than the one being
defined in the current 78-level-description-entry, a numeric integer literal, a NEXT, LENGTH
OF, or START OF, or DATE-COMPILED operator, such constant-names, literals and
operators preceded by the constant-expression operator NOT, such constant-names, literals
and operators separated by constant-expression operators (+, -, *, /, **, AND, OR,
EXCLUSIVE OR), two constant expressions separated by a constant-expression operator, or a
constant-expression enclosed in parentheses. Constant-expressions are evaluated in strict left
to right order with no precedence other than expressions within parentheses are evaluated
first.
Constant-Name
A user-defined word that assigns a name to a literal value in a level-number 78 data
description entry. After the constant-name is defined, it may be used wherever a literal is
shown in the general formats unless otherwise prohibited. A constant-name with an integer
literal value may also be used wherever an integer, level-number, or segment-number is
shown in the general formats. A constant-name with an integer value may be used as the
repeat count in a PICTURE character-string. The effect of a constant-name reference is the
same as if the literal value assigned to the constant-name were written instead.
Context-Sensitive Word
A COBOL word that is reserved in a specified language construct or context. If a context-
sensitive word is used where the context-sensitive word is permitted in the specified language
construct or context, the word is treated as a keyword; otherwise, it is treated as a user-defined
word.
Contiguous Items
Items that are described by consecutive entries in the Data Division, and that bear a definite
hierarchical relationship to each other.
Counter
A data item used for storing numbers or number representations in a manner that permits
these numbers to be increased or decreased by the value of another number, or to be changed
or reset to zero or to an arbitrary positive or negative value.
Currency Sign
The character ‘$’ of the COBOL character set.
Currency Symbol
The character defined by the CURRENCY SIGN clause in the SPECIAL-NAMES paragraph.
If no CURRENCY SIGN clause is present in a COBOL source program, the currency symbol
is identical to the currency sign.
Current Record
In file processing, the record that is available in the record area associated with a file.
Data Clause
A clause, specified in a data description entry in the Data Division of a COBOL program,
which provides information describing a particular attribute of a data item.
Data Item
A unit of data (excluding literals) defined by the COBOL program.
Data-Name
A user-defined word that names a data item described in a data description entry. When used
in the general formats, ‘data-name’ represents a word that must not be reference-modified,
subscripted, or qualified unless specifically permitted by the rules of the format.
Debugging Line
A debugging line is any line with a ‘D’ in the indicator area of the line.
Declarative Sentence
A compiler directing sentence consisting of a single USE statement stopped by the
separator period.
Declaratives
A set of one or more special purpose sections, written at the beginning of the Procedure
Division, the first of which is preceded by the key word DECLARATIVES and the last of
which is followed by the key words END DECLARATIVES. A declarative is composed of a
section header, followed by a USE compiler directing sentence, and followed by a set of zero,
one, or more associated paragraphs.
De-Edit
The logical removal of all editing characters from a numeric edited data item in order to
determine the unedited numeric value of the item.
Delimiter
A character or a sequence of adjacent characters that identify the end of a string of characters
and separate that string of characters from the following string of characters. A delimiter is
not part of the string of characters that it delimits.
Descending Key
A key upon the values of which data is ordered starting with the highest value of key down to
the lowest value of key, in accordance with the rules for comparing data items.
Destination
The symbolic identification of the receiver of a transmission from a queue.
Device Name
A system-name that names a class of input-output devices. Each class is characterized by the
statements, open modes, and file organizations it supports.
Digit Position
A digit position is the amount of physical storage required to store a single digit. This amount
may vary, depending on the usage specified in the data description entry that defines the data
item. If the data description entry specifies that usage is DISPLAY, then a digit position is
synonymous with a character position. (For further characteristics of physical storage, see
Appendix C: Internal Data Formats of the RM/COBOL User’s Guide.)
Directive
See Compiler Directive (on page 488).
Division
A collection of zero, one, or more sections or paragraphs, called the division body, which are
formed and combined in accordance with a specific set of rules. Each division consists of the
division header and the related division body. There are four divisions in a COBOL program:
Identification, Environment, Data, and Procedure.
Division Header
A combination of words, followed by a separator period, which indicates the beginning of a
division. The division headers in a COBOL program are as follows:
IDENTIFICATION DIVISION.
ENVIRONMENT DIVISION.
DATA DIVISION.
PROCEDURE DIVISION [USING {data-name-1} ... ].
Dynamic Access
An access mode in which specific logical records can be obtained from or placed into a mass
storage file in a nonsequential manner and obtained from a file in a sequential manner during
the scope of the same OPEN statement. Compare with definitions for Sequential Access (on
page 517) and Random Access (on page 512).
Editing Character
A single character or a fixed two-character combination belonging to the following set:
Character Meaning
B Space
0 Zero
+ Plus
– Minus
CR Credit
DB Debit
Z Zero suppress
* Check protect
$ Currency sign
, Comma (decimal point)
. Period (decimal point)
/ Slant (solidus)
EGI
An acronym for end of group indicator and also the reserved word used in the SEND
statement to send an end of group indicator. See also Message Indicators (on page 505).
Elementary Item
A data item that is described as not being further logically subdivided.
EMI
An acronym for end of message indicator and also the reserved word used in the SEND
statement to send an end of message indicator. See also Message Indicators (on page 505).
program-name-1
END PROGRAM .
literal-1
Entry
Any descriptive set of consecutive clauses ended by a separator period and written in the
Identification Division, Environment Division, or Data Division of a COBOL program.
Environment Clause
A clause that appears as part of an Environment Division entry.
ESI
An acronym for end of segment indicator and also the reserved word used in the SEND
statement to send an end of segment indicator. See also Message Indicators (on page 505).
Exclusive File
A file that is open with a lock mode of exclusive. An exclusive input-output or output file
may not be open concurrently by any other run unit. An exclusive input file may not be open
concurrently by any other run unit except in the input mode.
Exclusive Mode
A lock mode in which, for extend, input-output and output modes, access to the file is denied
to any other run unit and, for input mode, access is denied to any other run unit that attempts
to open the file for extend or input-output mode. A file cannot be successfully opened in
exclusive mode if any other run unit has the file open in a conflicting mode.
Execution Time
The time at which an object program is run. The term is synonymous with object time.
Expression
An arithmetic or conditional expression.
Extend Mode
The state of a file after running an OPEN statement, with the EXTEND phrase specified, for
that file and before running a CLOSE statement without the REEL or UNIT phrase for that
file.
External Attribute
The attribute of a data item obtained by specification of the EXTERNAL clause in the data
description entry of the data item or of a data item to which the subject data item is
subordinate.
External Data
The data described in a program as external data items and external file connectors.
External Switch
A hardware or software device, defined and named by the implementor, which is used to
indicate that one of two alternate states exists.
Feature-Name
A system-name that names a channel on a printer carriage control tape or program.
Figurative Constant
A compiler-generated value referred by the use of certain reserved words.
File
A collection of logical records.
File Clause
A clause that appears as part of any of the following Data Division entries: file description
entry (FD entry) and sort-merge file description entry (SD entry.)
File Connector
A storage area that contains information about a file and is used as the linkage between a file-
name and a physical file and between a file-name and its associated record area.
File Organization
The permanent logical file structure established at the time that a file is created.
File Section
The section of the Data Division that contains file description entries and sort-merge file
description entries together with their associated record descriptions.
FILE-CONTROL
The name of an Environment Division paragraph in which the data files for a given source
program are declared.
File-Name
A user-defined word that names a file connector described in a file description entry or a
sort-merge file description entry within the File Section of the Data Division.
Fixed-Length Record
A record associated with a file whose file description or sort-merge description entry requires
that all records contain the same number of character positions.
Footing Area
The position of the page body adjacent to the bottom margin.
Formal Argument
A record-description-entry or 77-level-description-entry described in the Linkage Section that
is named in the USING or GIVING phrases of the Procedure Division header. Formal
arguments describe data items available from a calling program. Formal arguments are
linkage records that receive their base address from the actual arguments passed in a CALL
statement. The called program may override the actual argument address by using Format 5
of the SET statement, effectively converting the formal argument to a based linkage record.
Format
A specific arrangement of a set of data.
Global Name
A name that is declared in only one program but which may be referred to from that program
and from any program contained within that program. Condition-names, data-names,
file-names, record-names, and some special registers may be global names.
Group Item
A data item that is composed of subordinate data items.
Identification Area
In fixed-form reference format, the source record area from margin R to the end of the source
record. This area is for the most part commentary, but can also be used to contain case-
sensitive conditional compilation strings when the SOURCE-PATTERN-INCLUDE or
SOURCE-PATTERN-EXCLUDE keywords are specified in the COMPILER-OPTIONS
configuration record. The Identification area is not present in source records when margin R
is after the maximum source record length.
Identifier
A syntactically correct combination of a data-name, with its qualifiers, subscripts, and
reference modifiers, as required for uniqueness of reference, that names a data item. The
rules for ‘identifier’ associated with the general formats may, however, specifically prohibit
qualification, subscripting, or reference modification.
Imperative Statement
A statement that either begins with an imperative verb and specifies an unconditional action
to be taken or is a conditional statement that is delimited by its explicit scope terminator
(delimited scope statement). The imperative verbs are listed in Table 6 (on page 30) in
Chapter 1: Language Structure. An imperative statement may consist of a sequence of
imperative statements. Contrast with Conditional Statement (on page 489).
Index
A computer storage area or register, the content of which represents the identification of a
particular element in a table.
Indexed File
A file with indexed organization.
Indexed Organization
The permanent logical file structure in which each record is identified by the value of one
or more keys within that record. Compare with definitions for Relative Organization (on
page 515) and Sequential Organization (on page 518).
Index-Name
A user-defined word that names an index associated with a specific table. When used in the
general formats, other than the INDEXED BY phrase of the OCCURS clause that declares the
index-name, ‘index-name’ includes any qualification necessary to make the reference unique
as required by the Uniqueness of Reference rules.
Indicator Area
In fixed-form reference format, column 7 of the source record. The indicator area is used to
indicate whether a source record is a comment (“*” or “/”), a debug line (“D” or “d”), a
continuation line (“-“), or a normal line (“ “).
Initial Program
A program that is placed into an initial state every time the program is called in a run unit.
Initial State
The state of a program when it is first called in a run unit.
In-Line Comment
An in-line comment begins with the two contiguous characters *> preceded by a separator
space, and ends with the last character position of the line. The in-line comment serves only
for documentation in a program. The characters following the *> may be any characters from
the character-set of the computer.
Input File
A file that is opened in the input mode.
Input Mode
The state of a file after running an OPEN statement, with the INPUT phrase specified, for that
file and before running a CLOSE statement without the REEL or UNIT phrase for that file.
Input Procedure
A set of statements, to which control is given during the execution of a SORT statement, for
controlling the release of specified records to be sorted.
Input-Output File
A file that is opened in the I-O mode.
Input-Output Section
The section of the Environment Division that names the files and the external media required
by an object program and which provides information required for transmission and handling
of data during running of the object program.
Input-Output Statement
A statement that causes files to be processed by performing operations upon individual
records or upon the file as a unit. The input-output statements are: ACCEPT, CLOSE,
DELETE, DELETE FILE, DISABLE, DISPLAY, ENABLE, OPEN, PURGE, READ,
RECEIVE, REWRITE, SEND, SET (with the TO ON or TO OFF phrase), START,
UNLOCK, and WRITE.
Integer
A numeric literal or a numeric data item that does not include any digit position to the right of
the assumed decimal point. When the term ‘integer’ appears in general formats, integer must
not be a numeric data item, and must not be signed, nor zero unless explicitly allowed by the
rules of that format.
Internal Data
The data described in a program excluding all external data items and external file connectors.
Items described in the Linkage Section of a program are treated as internal data.
I-O Mode
The state of a file after running an OPEN statement, with the I-O phrase specified, for that file
and before running a CLOSE statement without the REEL or UNIT phrase for that file.
I-O Status
A conceptual entity that contains the two-character value indicating the resulting status of an
input-output operation. This value is made available to the program by use of the FILE
STATUS clause in the file control entry for the file.
I-O-CONTROL
The name of an Environment Division paragraph in which object program requirements for
rerun points, sharing of same areas by several data files, and multiple file storage on a single
input-output device are specified.
I-O-CONTROL Entry
An entry in the I-O-CONTROL paragraph of the Environment Division, which contains
clauses that provide information required for the transmission and handling of data on named
files during the running of a program.
ISO
An acronym for International Standards Organization, the body that approves standards for
the international community, such as for computer languages (RM/COBOL is based on ISO
Standard 1989-1985, which matches ANSI Standard X3.23-1985) and character sets (for
example, ISO Standard 8859-1).
Key
A data item that identifies the location of a record, or a set of data items that serve to identify
the ordering of data.
Key of Reference
The key, either prime or alternate, currently being used to access records within an indexed
file.
Keyword
A reserved word whose presence is required when the format in which the word appears is
used in a source program.
Language-Name
A system-name that specifies a particular programming language.
Letter
A character belonging to one of the following two sets:
1. uppercase letters: 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;
2. lowercase letters: 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.
Level Indicator
Two letters that identify a specific type of file or a position in a hierarchy. The level
indicators in the Data Division are: CD, FD, and SD.
Level-Number
A user-defined word, expressed as a one or two digit number, which indicates the hierarchical
position of a data item or the special properties of a data description entry. Level-numbers in
the range 1 through 49 indicate the position of a data item in the hierarchical structure of a
logical record. Level-numbers in the range 1 through 9 may be written either as a single digit
or as a zero followed by a significant digit. Level-numbers 66, 77, 78, and 88 identify special
properties of a data description entry.
Library Text
A sequence of text words, comment lines, the separator space, or the separator pseudo-text
delimiter in a COBOL library.
Library-Name
A user-defined word that names a COBOL library that is to be used by the compiler for a
given source program compilation.
LINAGE-COUNTER
A special register whose value points to the current position within the page body.
Line Sequential
A record delimiting technique that matches the technique used by the standard system editor.
In most systems, this technique uses a sequence of one or more control characters appended to
the record on the external storage medium. Therefore, files using this technique and
containing packed decimal or binary data items cannot be reliably decomposed into the
original output records during input.
Linkage Section
The section in the Data Division that describes formal arguments and based linkage records.
Data description entries in the Linkage Section are not allocated storage during compilation,
but describe data items available from a calling program or from having their base address set
or modified by Formats 5 or 6 of the SET statement. All data items described in the Linkage
Section initially have a null base address. In most cases, a reference to a Linkage Section data
item will terminate the run unit with a data reference error unless the base address has been
changed to a valid address by one of the following means:
• The data item is a formal argument, or is subordinate to a formal argument, that received
a base address from an actual argument in a calling program.
• The data item is a based linkage record, or is subordinate to a based linkage record, for
which the base address has been set to a value other than NULL by Format 5 of the SET
statement.
Literal
A character-string whose value is implied by the ordered set of characters comprising
the string.
Lock Mode
The manner in which a file is to be protected from concurrent access by other run units.
RM/COBOL supports lock modes of exclusive and shared. For a shared input-output file,
automatic multiple, automatic single, manual multiple or manual single record locking will
apply.
Logical Operator
One of the reserved words AND, OR, or NOT. In the formation of a condition, either AND,
or OR, or both, can be used as logical connectives. NOT can be used for logical negation.
Logical Page
A conceptual entity consisting of the top margin, the page body, and the bottom margin.
Logical Record
The most inclusive data item. The level-number for a record is 01. A record may be either an
elementary item or a group item. When not further qualified, the term record refers to a
logical record.
Low-Volume-I-O-Name
A system-name that names a low volume input-output device.
Manual Multiple
A record locking mode in which only a READ statement that specifies the LOCK phrase and
is executed in shared input-output mode obtains a lock on the record accessed. Multiple
record locks for the logical file may be held by the run unit. The record locks are released
only by execution of a CLOSE or UNLOCK statement, except that the successful execution
of a DELETE statement releases the lock on the deleted record.
Manual Single
A record locking mode in which only a READ statement that specifies the LOCK phrase and
is executed in shared input-output mode obtains a lock on the record accessed. Only a single
record for the logical file is locked by the run unit since the next input-output operation on the
file releases any existing record lock.
Margin R
The end of the program-text area after which the Identification area is written in fixed-form
reference format for source. Traditionally, margin R is after column 72. RM/COBOL has the
IMP MARGIN-R directive, which allows specifying a different location for margin R to
allow longer length source records. A COMPILER-OPTIONS configuration record keyword,
INITIAL-MARGIN-R, may also be used to specify the initial margin R setting for a
compilation. The default initial margin R is after column 72 as in traditional COBOL source
records.
Mass Storage
A storage medium in which data may be organized and maintained in both a sequential and
nonsequential manner.
Merge File
A collection of records to be merged by a MERGE statement. The merge file is created and
can be used only by the merge function.
Message
Data associated with an end of message indicator (EMI) or an end of group indicator (EGI).
Message Count
The count of the number of complete messages that exist in the designated queue of
messages.
Message Indicators
End of group indicator (EGI), end of message indicator (EMI), and end of segment indicator
(ESI) are conceptual indications that serve to notify the message control system (MCS) that a
specific condition exists (end of group, end of message, or end of segment). Within the
hierarchy of EGI, EMI, and ESI, an EGI is conceptually equivalent to an ESI, EMI, and EGI.
An EMI is conceptually equivalent to an ESI and EMI. Therefore, a message segment may be
terminated by an ESI, EMI, or EGI; or, a message may be terminated by an EMI or EGI.
Message Segment
Data that forms a logical subdivision of a message, normally associated with an end of
segment indicator (ESI).
Mnemonic-Name
A user-defined word that is associated in the Environment Division with a specific feature-
name, switch-name, or low-volume-I-O-name.
Next Record
The record that logically follows the current record of a file.
Noncontiguous Item
Elementary data items, in the Working-Storage and Linkage Sections, which bear no
hierarchic relationship to other data items.
Nonnumeric Item
A data item whose description permits its content to be composed of any combination of
characters taken from the character set of the computer. Certain categories of nonnumeric
items may be formed from more restricted character sets.
Nonnumeric Literal
A literal bounded by quotation marks. The string of characters may include any character in
the character set of the computer.
Null
The state of a pointer indicating that it contains no address.
Numeric Character
A character that belongs to the following set of digits: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9.
Numeric Item
A data item whose description restricts its content to a value represented by characters chosen
from the digits ‘0’ through ‘9’; if signed, the item may also contain a ‘+’, ‘–’, or other
representation of an operational sign.
Numeric Literal
A literal composed of one or more numeric characters that may contain either a decimal point,
or an algebraic sign, or both. The decimal point must not be the farthest right character. The
algebraic sign, if present, must be the farthest left character.
Object of Entry
A set of operands and reserved words, within a Data Division entry of a COBOL program,
which immediately follow the subject of the entry.
Object Program
A set or group of executable machine language instructions and other material designed to
interact with data to provide problem solutions. In this context, an object program is
generally the machine language result of the operation of a COBOL compiler on a source
program. Where there is no danger of ambiguity, the word ‘program’ alone may be used in
place of the phrase ‘object program’.
Object Time
The time at which an object program is run. The term is synonymous with execution time.
OBJECT-COMPUTER
The name of an Environment Division paragraph in which the computer environment, within
which the object program is run, is described.
Obsolete Element
A COBOL language element in ANSI COBOL that is to be deleted from the next revision of
ANSI COBOL.
OEM
An acronym for Original Equipment Manufacturer, which is a misleading term for a company
that has a special relationship with computer producers. OEMs buy computers in bulk and
customize them for a particular application. They then sell the customized computer under
their own name. The term is really a misnomer because OEMs are not the original
manufacturers—they are the computer customizers.
When used to modify codepage or character sets, as in OEM codepage, the term refers to the
codepages used under MS-DOS and IBM PC DOS. These codepages defined country
specific character sets, but did not follow any well-accepted standard. MS-Windows supports
a system OEM codepage as well as a system ANSI codepage.
Open Mode
The state of a file after running an OPEN statement for that file and before running a CLOSE
statement without the REEL or UNIT phrase for that file. The particular open mode is
specified in the OPEN statement as INPUT, OUTPUT, I-O, or EXTEND.
Operand
Whereas the general definition of operand is ‘that component which is operated upon’, for the
purposes of this document, any lowercase word (or words) that appears in a statement or entry
format may be considered to be an operand and, as such, is an implied reference to the data
indicated by the operand.
Operational Sign
An algebraic sign, associated with a numeric data item or a numeric literal, to indicate
whether its value is positive or negative.
Optional File
A file that is declared as being not necessarily present each time the object program is run.
The object program causes an interrogation for the presence or absence of the file.
Optional Word
A reserved word that is included in a specific format only to improve the readability of the
language and whose presence is optional to the user when the format in which the word
appears is used in a source program.
Output File
A file that is opened in either the output mode or extend mode.
Output Mode
The state of a file after running an OPEN statement, with the OUTPUT or EXTEND phrase
specified, for that file and before running a CLOSE statement without the REEL or UNIT
phrase for that file.
Output Procedure
A set of statements to which control is given during the running of a SORT statement after the
sort function is completed, or during the running of a MERGE statement after the merge
function reaches a point at which it can select the next record in merged order when
requested.
Padding Character
An alphanumeric character used to fill the unused character positions in a physical record.
Page Body
That part of the logical page in which lines can be written and/or spaced.
Paragraph
In the Procedure Division, a paragraph-name followed by a separator period and by zero, one,
or more sentences. In the Identification and Environment Divisions, a paragraph header
followed by zero, one, or more entries.
Paragraph Header
A reserved word, followed by the separator period, which indicates the beginning of a
paragraph in the Identification and Environment Divisions. The permissible paragraph
headers in the Identification Division are as follows:
PROGRAM-ID.
AUTHOR.
INSTALLATION.
DATE-WRITTEN.
DATE-COMPILED.
SECURITY.
REMARKS.
The permissible paragraph headers in the Environment Division are as follows:
SOURCE-COMPUTER.
OBJECT-COMPUTER.
SPECIAL-NAMES.
FILE-CONTROL.
I-O-CONTROL.
Paragraph-Name
A user-defined word that identifies and begins a paragraph in the Procedure Division.
Pattern
The object of a LIKE relation condition that specifies the regular expression used for testing
the subject for a match.
Phrase
A phrase is an ordered set of one or more consecutive COBOL character-strings that form a
portion of a COBOL procedural statement or of a COBOL clause.
Physical Page
A device dependent concept defined by the action taken by a printer when a new page is
requested.
Physical Record
The term is synonymous with block.
Previous Record
The record that logically precedes the current record of a file.
Procedure
A paragraph or group of logically successive paragraphs, or a section or group of logically
successive sections, within the Procedure Division.
Procedure-Name
A user-defined word that is used to name a paragraph or section in the Procedure Division.
It consists of a paragraph-name (which may be qualified) or a section-name.
Program-Name
In the Identification Division and the end program header, a user-defined word that identifies
a COBOL source program.
Program-Text
Program-text is the collection of character-strings (COBOL words) and separators that are
specified in the program-text area of source programs. The program-text is compiled to
produce an object program.
Program-Text Area
The area of source records starting in column 8 (subject to certain rules requiring program-
text to start in Area B, that is, column 12 or later) and ending at margin R in fixed-form
reference format.
Pseudo-Text
A sequence of text words, comment lines, or the separator space in a source program or
COBOL library bounded by, but not including, pseudo-text delimiters.
Pseudo-Text Delimiter
Two adjacent equal sign (=) characters used to delimit pseudo-text.
Punctuation Character
A character that belongs to the following set:
Character Meaning
, Comma
; Semicolon
: Colon
. Period (full stop)
“ Quotation mark
’ Apostrophe
( Left parenthesis
) Right parenthesis
Space
= Equal sign
Qualified Data-Name
An identifier that is composed of a data-name followed by one or more set of either of the
connectives OF and IN followed by a data-name qualifier.
Qualifier
1. A data-name or a name associated with a level indicator that is used in a reference either
together with another data-name, which is the name of an item that is subordinate to the
qualifier, or together with a condition-name.
2. A screen-name that is used in a reference together with another screen-name, which
is the name of an item that is subordinate to the qualifier.
3. A section-name that is used in a reference together with a paragraph-name specified
in that section.
4. A library-name that is used in a reference together with a text-name associated
with that library.
5. A file-name that is used in a reference together with the special register
LINAGE-COUNTER associated with that file.
Queue
A logical collection of messages awaiting transmission or processing.
Queue Name
A symbolic name that indicates to the message control system the logical path by which a
message or a portion of a completed message may be accessible in a queue.
Random Access
An access mode in which the program-specified value of a key data item identifies the logical
record that is obtained from, deleted from, or placed into a relative or indexed file. Compare
with definitions for Dynamic Access (on page 493) and Sequential Access (on page 517).
Record
The most inclusive data item. The level-number for a record is 01. A record may be either an
elementary item or a group item. The term is synonymous with logical record unless
otherwise qualified (as in physical record).
Record Area
A storage area allocated for processing the record described in a record description entry in
the File Section of the Data Division. In the File Section, the current number of character
positions in the record area is determined by the explicit or implicit RECORD clause.
Record Description
The total set of data description entries associated with a particular record. The term is
synonymous with record description entry.
Record Key
A key whose contents identify a record within an indexed file. Within an indexed file, a
record key is either the prime record key or an alternate record key.
Record Number
The ordinal number of a record in the file whose organization is sequential.
Record-Name
A user-defined word that names a record described in a record description entry in the Data
Division of a COBOL program.
Reel
A discrete portion of a storage medium, the dimensions of which are determined by the
physical medium, that contains part of a file, all of a file, or any number of files. The term is
synonymous with unit and volume.
Reference Modifier
The farthest left-character-position and length used to establish and refer to a data item.
Regular Expression
A simple form of an expression that uses meta-characters as operators to define a pattern. The
regular expressions used in RM/COBOL LIKE conditions match regular expressions defined
by XML Schema (on page 524). For more information, see the explanation of regular
expressions (on page 191) and a summary of regular expression grammar (on page 197).
Relation
The term is synonymous with relational operator.
Relation Character
A character that belongs to the following set:
Character Meaning
> Greater than
< Less than
= Equal to
Relation Condition
The proposition, for which a truth value can be determined, that the value of an arithmetic
expression, data item, nonnumeric literal, or index-name has a specific relationship to the
value of another arithmetic expression, data item, nonnumeric literal, or index-name.
Relational Operator
A reserved word, a relation character, a group of consecutive reserved words, or a group of
consecutive reserved words and relation characters used in the construction of a relation
condition. The permissible operators and their meanings are as follows:
Relative File
A file with relative organization.
Relative Key
A key whose contents identify a logical record in a relative file.
Relative Organization
The permanent logical file structure in which each record is uniquely identified by an integer
value greater than zero, which specifies the logical ordinal position of the record in the file.
Compare with definitions for Indexed Organization (on page 499) and Sequential
Organization (on page 499).
Reserved Word
A COBOL word specified in the list of words that may be used in a COBOL source program,
but that must not appear in the program as user-defined words or system-names. For a list of
reserved words, see Appendix A: Reserved Words (on page 387).
Resource
A facility or service, controlled by the operating system, which can be used by a running
program.
Resultant Identifier
A user-defined data item that is to contain the result of an arithmetic operation.
Routine-Name
A user-defined word that identifies a procedure written in a language other than COBOL.
Run Unit
One or more object programs that interact with one another and that function, at object time,
as an entity to provide problem solutions.
Screen Clause
A clause, specified in a screen description entry in the Screen Section of the Data Division of
a COBOL program, that provides information describing a particular attribute of a screen
item.
Screen Item
A unit of data, including its associated screen attributes, defined by the COBOL program in
the Screen Section of the Data Division.
Screen Section
The section of the Data Division that describes screen items, composed of screen records.
Screen-Name
A user-defined word that names a screen item described in a screen description entry.
Section
A set of zero, one, or more paragraphs or entries, called a section body, the first of which is
preceded by a section header. Each section consists of the section header and the related
section body.
Section Header
A combination of words followed by a separator period that indicates the beginning of a
section in the Environment, Data, and Procedure Divisions. In the Environment and Data
Divisions, a section header is composed of reserved words followed by a separator period.
The permissible section headers in the Environment Division are as follows:
CONFIGURATION SECTION.
INPUT-OUTPUT SECTION.
The permissible section headers in the Data Division are as follows:
FILE SECTION.
WORKING-STORAGE SECTION.
LINKAGE SECTION.
COMMUNICATION SECTION.
SCREEN SECTION.
Section-Name
A user-defined word that names a section in the Procedure Division.
Segment-Number
A user-defined word that classifies sections in the Procedure Division for purposes of
segmentation. Segment-numbers may contain only the characters ‘0’, ‘1’, . . ., ‘9’. A
segment-number may be expressed either as a one or two digit number.
Sentence
A sequence of one or more statements, the last of which is ended by a separator period.
Separator
A character or two adjacent characters used to delimit character-strings.
Sequential Access
An access mode in which logical records are obtained from or placed into a file in a
consecutive predecessor-to-successor logical record sequence determined by the order of
records in the file. Compare with definitions for Dynamic Access (on page 493) and Random
Access (on page 512).
Sequential File
A file with sequential organization.
Sequential Organization
The permanent logical file structure in which a record is identified by a predecessor-successor
relationship established when the record is placed into the file. Compare with definitions for
Indexed Organization (on page 499) and Relative Organization (on page 515).
Shared File
A file that is open with a lock mode of shared.
Shared Mode
A lock mode in which the file may be in an open mode concurrently by more than one run
unit. When shared input-output mode applies, record locking also applies in order to
coordinate access to and updating of individual records. A file cannot be successfully opened
in shared mode if any other run unit has the file open in a conflicting exclusive mode.
Sign Condition
The proposition, for which a truth value can be determined, that the algebraic value of a data
item or an arithmetic expression is either less than, greater than, or equal to zero.
Simple Condition
Any single condition chosen from the set:
relation condition
class condition
condition-name condition
switch-status condition
sign condition
(simple-condition)
Sort File
A collection of records to be sorted by a SORT statement. The sort file is created and can be
used by the sort function only.
Source
The symbolic identification of the originator of a transmission to a queue.
Source Format
A format that provides a standard method for describing COBOL source programs.
Source Program
Although it is recognized that a source program may be represented by other forms and
symbols, in this document it always refers to a syntactically correct set of COBOL statements.
A COBOL source program commences with the Identification Division; a COPY statement;
or a REPLACE statement. A COBOL source program is ended by the end program header, if
specified, or by the absence of additional source program lines.
SOURCE-COMPUTER
The name of an Environment Division paragraph in which the computer environment, within
which the source program is compiled, is described.
Special Character
A character that belongs to the following set:
Character Meaning
+ Plus sign (unary plus operator; addition operator)
– Minus sign (unary minus operator; subtraction operator)
* Asterisk (multiplication operator)
/ Slant (solidus) (division operator)
= Equal sign (relation operator; assignment operator)
$ Currency sign
, Comma (decimal point)
; Semicolon
. Period (decimal point, full stop)
“ Quotation mark (nonnumeric literal delimiter)
’ Apostrophe (nonnumeric literal delimiter)
( Left parenthesis (subscripting; reference modification)
Special Registers
Certain compiler generated storage areas whose primary use is to store information produced
in conjunction with the use of specific COBOL features.
SPECIAL-NAMES
The name of an Environment Division paragraph, which provides means for specifying the
currency sign; choosing the decimal point; specifying symbolic characters; relating feature-
names, switch-names, and low-volume-I-O-names to user-specified mnemonic-names;
relating alphabet-names to character sets or collating sequences; and relating class-names to
sets of characters.
Split Key
A record key of an indexed file that is the concatenation of one or more data items with a
record associated with the file. The data items need not be contiguous within the record. The
split key is specified in READ and START statements with a split-key-name.
Split-Key-Name
A user-defined word that names a concatenation of one or more data items within a record
associated with an indexed file. The concatenation of the data items forms a single record key
for that file. A split-key-name may be specified only in a READ or START statement.
Statement
A syntactically valid combination of words, literals, and separators, beginning with a verb,
written in a COBOL source program.
Subject of Entry
An operand or reserved word that appears immediately following the level indicator or the
level-number in a Data Division entry.
Subprogram
A program that is the object of a CALL statement combined at object time with the calling
program to produce a run unit. The term is synonymous with called program.
Sub-Queue
A logical hierarchical division of a queue.
Subscript
An occurrence number represented by either an integer, a data-name optionally followed by
an integer with the operator + or –, or an index-name optionally followed by an integer with
the operator + or –, which identifies a particular element in a table.
Subscripted Data-Name
An identifier that is composed of a data-name followed by one or more subscripts enclosed in
parentheses.
Switch-Name
A system-name that names a switch in the operating environment.
Switch-Status Condition
The proposition, for which a truth value can be determined that a switch, capable of being set
to an ‘on’ or ‘off’ status, has been set to a specific status.
Symbolic-Character
A user-defined word that specifies a user-defined figurative constant.
System-Name
A COBOL word that is used to communicate with the operating environment.
Table
A set of logically consecutive items of data that are defined in the Data Division of a COBOL
program by means of the OCCURS clause.
Table Element
A data item that belongs to the set of repeated items comprising a table.
Table-Name
A data-name that includes the OCCURS clause in its data description entry.
Terminal
The originator of a transmission to a queue or the receiver of a transmission from a queue.
Text Word
A character or a sequence of adjacent characters between margin A and margin R in a
COBOL library, source program, or in pseudo-text that is:
1. A separator, except for: space; a pseudo-text delimiter; and the opening and closing
delimiters for nonnumeric literals. The right parenthesis and left parenthesis characters,
regardless of context within the library, source program, or pseudo-text, are always
considered text words.
2. A literal including, in the case of nonnumeric literals, the opening quotation mark and the
closing quotation mark that bound the literal.
3. Any other sequence of adjacent COBOL characters except comment lines and the word
‘COPY’, bounded by separators, which is neither a separator nor a literal.
Text-Name
A user-defined word that identifies library text.
Top Margin
An empty area that precedes the page body.
Truth Value
The representation of the result of the evaluation of a condition in terms of one of two
values: true, false.
Unary Operator
A plus (+) or a minus (–) sign, which precedes a variable or a left parenthesis in an arithmetic
expression and which has the effect of multiplying the expression by +1 or –1, respectively.
Unicode
Unicode provides a unique number for every character, no matter what the platform, no
matter what the program, no matter what the language. Information about Unicode is
available at http://www.unicode.org.
Unit
A discrete portion of a storage medium, the dimensions of which are determined by the
physical medium, that contains part of a file, all of a file, or any number of files. The term is
synonymous with reel and volume.
Unsuccessful Execution
The attempted running of a statement that does not result in the running of all the operations
specified by that statement. The unsuccessful execution of a statement does not affect any
data referred by that statement, but may affect status indicators.
User-Defined Word
A COBOL word that must be supplied by the user to satisfy the format of a clause or
statement.
Variable
A data item whose value may be changed by execution of the object program. A variable
used in an arithmetic-expression must be a numeric elementary item.
Variable-Length Group
A group data item that contains a data item described with the OCCURS clause with the
DEPENDING ON phrase, and the data item described with that clause is neither subordinate
to a data item described with the OCCURS clause nor followed by a data item with a lower
or equal level-number (that is, is not subordinate to data item described with the OCCURS
clause, but is subordinate to the group containing that data item). The length of a
variable-length group varies, depending on the active number of occurrences of the data
item described with the OCCURS clause with the DEPENDING ON phrase that is
subordinate to the group.
Variable-Length Record
A record associated with a file whose file description or sort-merge description entry permits
records to contain a varying number of character positions.
Verb
A word that expresses an action to be taken by a COBOL compiler or object program.
Volume
A discrete portion of a storage medium, the dimensions of which are determined by the
physical medium, that contains part of a file, all of a file, or any number of files. The term is
synonymous with reel and unit.
Word
A character-string of not more than 30 characters that forms a user-defined word, a
system-name, or a reserved word.
Working-Storage Section
The section of the Data Division that describes working storage data items, composed either
of noncontiguous items or working storage records or of both.
XML
The abbreviation denoting the eXtensible Markup Language, a language for specifying
documents. The specification for XML is available at the following web site:
http://www.w3.org/TR/2000/REC-xml-20001006
XML Schema
The specification that describes a definition language for XML documents. The specification
is available at http://www.w3.org/XML/Schema.
Zero-Length Item
An item whose minimum permitted length is zero and whose length at execution time is zero.
Paragraph sentences 31
AUTHOR 49, 50 verbs, list of 30
DATE-COMPILED 49, 51 Imperative statements 29
DATE-WRITTEN 49, 51 glossary term 498
FILE-CONTROL 55, 68 program structure 30
INSTALLATION 49, 50 Implicit scope terminator
I-O-CONTROL 55, 68, 81 glossary term 499
OBJECT-COMPUTER 53, 57 in Procedure Division statements 31
PROGRAM-ID 49, 50 Implied PICTURE clause 111
REMARKS 49, 51 Incompatible data 185
SECURITY 49, 51 Independent enqueueing and dequeueing 228
SOURCE-COMPUTER 53, 56 Independent segments 178
SPECIAL-NAMES 54, 57 Index data item
user-defined in Procedure Division 174 comparison with index-name 190
Section data description entry 131
COMMUNICATION 86, 100 glossary term 499
CONFIGURATION 53, 56 INDEX usage, data description entry 131
FILE 86, 87 Index, glossary term 499
INPUT-OUTPUT 55, 68 INDEXED BY phrase, OCCURS clause 109
LINKAGE 86, 98 defining index-names 110
SCREEN 86, 101 Indexed file
user-defined in Procedure Division 174 access modes 214
WORKING-STORAGE 86, 97 alphabets 62
High order end 190 file control entry 69
glossary term 498 glossary term 499
HIGH phrase Indexed organization input-output 213
ACCEPT statement 242 CLOSE statement 264
DISPLAY statement 277 DELETE FILE statement 269
Highest value 14 DELETE statement 267
HIGHEST-VALUE special register 13 file description entry 87
HIGHLIGHT clause indexed file control entry 69
screen field description entry 150, 156 OPEN statement 316
screen literal description entry 149, 156 READ statement 333
HIGHLIGHT phrase, ACCEPT statement 242 REWRITE statement 344
HIGH-VALUE (HIGH-VALUES) figurative START statement 365
constant 23, 60 UNLOCK statement 377
WRITE statement 381
I Indexed organization, glossary term 499
Index-name
Identification area comparisons 190
glossary term 498 DESTINATION TABLE clause 137
source format 26, 27, 46 EXTERNAL-INDEX-NAMES keyword,
Identification Division 32, 49 COMPILER-OPTIONS configuration record 38
header 49, 50 glossary term 499
program identification Linkage Section 85
AUTHOR, INSTALLATION, DATE- OCCURS clause 109
WRITTEN, SECURITY and REMARKS PERFORM statement 321
paragraphs 51 qualification 162, 167
DATE-COMPILED paragraph 51 references 167
PROGRAM-ID paragraph 50 scope 38
Identifier SEARCH statement 349
data-name 166 SET statement 356
glossary term 498 subscripts 164
IF statement 187, 295 user-defined word type 10
IMP MARGIN-R directive 25, 27, 46 Indicator area 26
Imperative glossary term 499
SEND statement 352 access 71, 203, 208, 214, See also Dynamic access,
MESSAGE COUNT clause, input communication Random access, and Sequential access
description (CD) entry 137, 140 file locking 75, 220
MESSAGE COUNT phrase, ACCEPT statement 248 of operation, arithmetic statements 182
Message count, glossary term 505 record locking 75, 222
MESSAGE DATE clause MOVE statement 311
input communication description (CD) entry 137, MULTIPLE FILE TAPE clause 55, 68, 83
140 MULTIPLE phrase, LOCK MODE clause, file
I-O (input-output) communication description entry control entry 75
138, 144 Multiple record locking modes 75, 222, 224
Message indicators 228, 341 glossary term 506
glossary term 505 MULTIPLY statement 182, 315
SEND statement 352
MESSAGE phrase, RECEIVE statement 341 N
Message segments
communication 228 Names
glossary term 506 global 34
MESSAGE TIME clause local 34
input communication description (CD) entry 137, Native character set 56
140 glossary term 506
I-O (input-output) communication description entry NATIVE code-name 59
138, 144 Native collating sequence 56
Messages glossary term 506
communication 228 Negated condition 201
compiler 399 negated combined, glossary term 506
001 - 100 group 400 negated simple, glossary term 506
101 – 200 group 411 NEGATIVE sign condition, conditional expressions
201 – 300 group 423 200
301 – 400 group 434 Nested source programs 33
401 – 500 group 444 Next executable sentence 176
501 – 600 group 455 glossary term 506
601 – 700 group 459 Next executable statement 176
701 – 800 group 466 glossary term 506
glossary term 505 NEXT operator, constant-expressions 136
Minimum value 18 NEXT PAGE phrase, WRITE statement 384
MIN-VALUE special register 18 NEXT phrase, READ statement 333
Mnemonic-name Next record
ACCEPT statement 231 file position indicator, organization input-output
DISPLAY statement 272 203, 208, 214
glossary term 506 glossary term 507
Mnemonic-Name clause 54, 58, 65 MERGE statement 309
scope 36 READ statement 334
SEND statement 355 RETURN statement 343
SET statement 357 START statement 367
user-defined word type 10 NEXT SENTENCE phrase
WRITE statement 384 ACCEPT statement 241
Mnemonic-Name clause 54, 58, 65 IF statement 296
MODE SEARCH statement 349
ACCESS clause, file control entry 71 NO ADVANCING phrase, DISPLAY statement 273
DEBUGGING clause, SOURCE-COMPUTER NO BEEP phrase, ACCEPT statement 237
paragraph 56 NO BELL phrase, ACCEPT statement 237
LOCK clause, file control entry 75 NO DATA phrase, RECEIVE statement 340
MODE IS BLOCK phrase NO HIGHLIGHT clause
ACCEPT statement 244 screen field description entry 150, 156
DISPLAY statement 279 screen literal description entry 149, 156
Modes NO LOCK phrase, READ statement 337
PERFORM phrase, EXIT PERFORM statement 292 DUPLICATES phrase, REWRITE statement 345
PERFORM statement 321 glossary term 510
conditional expressions 187 KEY phrase, READ statement 337
restrictions 179 OPEN statement
Period 65 INPUT phrase 319
DECIMAL POINT IS COMMA clause, SPECIAL- I-O phrase 320
NAMES paragraph 65 ORGANIZATION clause, file control entry 76
numeric literals 21 RECORD KEY clause, file control entry 78, 214
PICTURE character-string 115 START statement (relative and indexed I-O) 366
Permanent error condition SIZE phrase 368
indexed file 216 WRITE statement 382
relative file 210 PRINT device-name
sequential file 205 ASSIGN clause 72
Permanent segments 57 nonreserved system-names 397
Phrase system-names 11
conditional 30 PRINTER device-name
glossary term 510 ASSIGN clause 72
Physical page 92, 384 nonreserved system-names 397
glossary term 510 system-names 11
Physical record 89, 221 PRINTER-1 device-name
glossary term 510 ASSIGN clause 72
PICTURE character-strings 24 nonreserved system-names 397
in PICTURE clause (data description entry) 110, system-names 11
125 Procedure branching statements
in PICTURE clause (screen description entry) 158 ALTER 254
PICTURE clause CALL 255
data description entry 102, 110 CALL PROGRAM 261
editing rules 116 EXIT 291
implied 111 EXIT PROGRAM 291
screen field description entry 150, 158 glossary term 511
PICTURE symbols 110 GO TO 294
precedence 120 GOBACK 293
Pointer data items MERGE 307
comparison 190 PERFORM 321
data description entry 132 SORT 360
glossary term 510 Procedure Division 32
INITIALIZE statement 297 common rules 182
LIKE relation condition 191 communication facility 225
NULL (NULLS) figurative constant 23 message segments 228
pattern 191 messages 228
SET statement 356 conditional expressions 187
usage 132 header 171, 174
POINTER phrase GIVING phrase 172
STRING statement 374 RETURNING phrase 172
UNSTRING statement 379 USING phrase 171
POINTER usage, data description entry 132 indexed input/output 213
POSITION phrase interactive input/output 224
ACCEPT statement (terminal I-O) 243 order of execution 175
DISPLAY statement (terminal I-O) 278 paragraph 174, 175
MULTIPLE FILE TAPE clause, I-O-CONTROL procedure references 175
paragraph 83 procedures 175
POSITIVE sign condition, conditional expressions record locking 221
200 relative input/output 207
PREVIOUS phrase, READ statement 333 section 175
Previous record, glossary term 510 segmentation 177
Prime record key sequential input/output 203