z/OS Language Environment Programming Reference
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


FLOW (COBOL only)

z/OS Language Environment Programming Reference
SA38-0683-00

FLOW controls the FLOW output produced by OS/VS COBOL programs. You cannot set this option at the system or region levels.

The default value for non-CICS applications is NOFLOW.

The default value for CICS® applications is NOFLOW.

Read syntax diagramSkip visual syntax diagram
Syntax

   .-NOFLOW--.   
>>-+-FLOW----+-------------------------------------------------><
   +-FLOW(n)-+   
   +-FLOW=n--+   
   '-FLOWn---'   

NOFLOW
Suppresses the OS/VS COBOL FLOW output.
FLOW
Allows the OS/VS COBOL FLOW output.
n
Specifies the number of procedures traced. The number can be any integer from 1 to 99, inclusive.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014