COBOL/400 Language Help

procedure-name-1

When you specify procedure-name-1, that degugging section is executed:

Except for the USE FOR DEBUGGING sentence itself, statements within a debugging declarative section can only refer to procedure names defined in a different USE procedure through the PERFORM statement. Procedure names within debugging declarative sections must not appear in USE FOR DEBUGGING sentences.

Any given procedure-name may appear in only one USE FOR DEBUGGING sentence, and only once in that sentence.


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