Except for the PROGRAM COLLATING SEQUENCE clause, the OBJECT-COMPUTER clause is syntax-checked only and has no effect on the execution of the program.
->->---OBJECT-COMPUTER. -*-----------------------------------> 1
*-computer-name---------------------> 2
1 ->--------------------------------------------------------> 3
2 ->----*------------------------------------*--------------> 4
*-MEMORY*----*integer-*-WORDS------*-*
*SIZE* *-CHARACTERS-*
*-MODULES----*
3 ->--------------------------------------------------------> 5
4 ->--*------------------------------------------------*----> 6
**-------**---------*-SEQUENCE*--*-alphabet-name-*
*PROGRAM**COLLATING* *IS*
5 ->-------------------------------------------------*------><-
6 ->--*---------------------------------------*--. --*
*--SEGMENT-LIMIT*--*-segment-number-----*
*IS*
MEMORY SIZE is the amount of storage needed to run the object program. The MEMORY SIZE clause is syntax-checked, but has no effect on the execution of the program.
You can express integer in words, characters, or modules.
Alphabet-name represents the collating sequence.
The segment-number is an integer ranging from 1 through 49.
(C) Copyright IBM Corporation 1992, 2006. All Rights Reserved.