COBOL/400 Language Help

OBJECT-COMPUTER Paragraph

Description
The OBJECT-COMPUTER paragraph specifies the system for which the object program is designated.

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 or SIZE

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.

integer

You can express integer in words, characters, or modules.

PROGRAM COLLATING SEQUENCE IS

alphabet-name

Alphabet-name represents the collating sequence.

segment-number

The segment-number is an integer ranging from 1 through 49.

SEGMENT-LIMIT IS


[ Top of Page | Previous Page | Next Page | Table of Contents ]