VMS Help  —  COBOL  ENVIRONMENT_DIVISION, OBJECT-COMPUTER
  The OBJECT-COMPUTER paragraph describes the computer on which the program
  is to execute.

  Format -

   OBJECT-COMPUTER. [ { Alpha         }
                    [ { I64           }
                    [ { computer-type }

     [                     { WORDS      } ]
     [ MEMORY SIZE integer { CHARACTERS } ]
     [                     { MODULES    } ]

     [ PROGRAM COLLATING SEQUENCE IS alphabet-name ]

     [ SEGMENT-LIMIT IS segment-number] . ]

1  –  computer-type

  is a user-defined word that names the computer.

2  –  alphabet-name

  is the name of a collating sequence defined in the ALPHABET clause of
  the SPECIAL-NAMES paragraph.

3  –  segment-number

  is an integer from 1 through 49.
Close Help