HP 3000 Manuals

SOURCE-COMPUTER Paragraph [ HP COBOL II/XL Reference Manual ] MPE/iX 5.0 Documentation


HP COBOL II/XL Reference Manual

SOURCE-COMPUTER Paragraph 

The SOURCE-COMPUTER paragraph denotes the computer system on which you
plan to compile your source program, and whether or not to set the
debugging mode switch on at compile time.

Syntax 

This paragraph has the following format: 

     [SOURCE-COMPUTER. [computer-name [WITH DEBUGGING MODE].]]

where computer-name is any valid user-defined COBOL word.  That is, any
combination of alphanumeric characters and hyphens you choose, with the
restriction that the first character must be alphabetic and that there
must be no blanks between the first and last characters.

HP COBOL II assumes that all programs are compiled on an HP computer
system.  If you specify a computer-name in the SOURCE-COMPUTER paragraph,
the compiler treats this name as a comment.

For further details on the WITH DEBUGGING MODE clause, refer to Chapter
13 . 



MPE/iX 5.0 Documentation