COBOL/400 Language Help

SOURCE-COMPUTER Paragraph

Description
The SOURCE-COMPUTER paragraph describes the computer on which the source program is to be compiled.

Except for the WITH DEBUGGING MODE clause, the SOURCE-COMPUTER paragraph is syntax-checked only and has no effect on the execution of the program.

->->---SOURCE-COMPUTER.--*----------------------------------> 1
                       *-computer-name--------------------> 2
 
1 ->-----------------------------------------*-------------><-
2 ->---------*-------------------------*-.---*
            **------*-DEBUGGING MODE--*
             *-WITH-*
 

computer-name

Computer-name represents a system-name. For example: IBM-AS400.

WITH DEBUGGING MODE


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