Function
The SOURCE-COMPUTER paragraph identifies the data processing system on which the compilation unit is to be compiled; it may also be used to specify debugging aids.
Format
SOURCE-COMPUTER. [computer-name [WITH DEBUGGING MODE]. ]
Syntax rule
computer-name must be a user-defined COBOL word.
General rules
All clauses of this paragraph apply to the program in which they are explicitly or implicitly specified.
When the paragraph is not specified, or if it is specified but the computer-name is not, the computer upon which the compilation unit is being compiled is the compilation computer.
If the WITH-DEBUGGING-MODE clause is specified, all debugging lines are compiled as specified in the rules described in section "Debugging lines" of chapter "Debugging".
If the WITH-DEBUGGING-MODE clause is not specified in a program, any debugging lines are compiled as if they were comment lines.