COBOL Manual for TNS and TNS/R Programs

Environment Division
HP COBOL Manual for TNS and TNS/R Programs522555-006
6-5
OBJECT-COMPUTER Paragraph
OBJECT-COMPUTER Paragraph
The optional OBJECT-COMPUTER paragraph names the computer system on which
the object program can run.
name
is any combination of character-strings except reserved words and separators
(except period (.)). It is handled as a comment.
MEMORY-SIZE clause
is checked for proper syntax but otherwise ignored. For more information, see
MEMORY-SIZE Clause
.
PROGRAM COLLATING SEQUENCE clause
specifies a collating sequence for use in nonnumeric comparisons. For more
information, see PROGRAM COLLATING SEQUENCE Clause
.
SEGMENT-LIMIT clause
is checked for proper syntax but otherwise ignored. For more information, see
SEGMENT-LIMIT Clause.
Note. The 1985 COBOL standard classifies the MEMORY-SIZE clause as obsolete, so
you are advised not to use it.
Note. The 1985 COBOL standard classifies the SEGMENT-LIMIT clause as obsolete, so
you are advised not to use it.
.
OBJECT-COMPUTER
name
«MEMORY-SIZE clause»
PROGRAM COLLATING SEQUENCE clause
«SEGMENT-LIMIT clause»
CHARACTER-SET clause
.
VST017.vsd