1 09/17/81  display_cobol_run_unit, dcr
 2 
 3 Syntax:  dcr {-control_args}
 4 
 5 
 6 Function:  displays the current state of a COBOL run unit.
 7 
 8 
 9 Control arguments:
10 -all, -a
11    prints information about all programs in the run unit, including
12    those that have been cancelled.
13 -files
14    displays information about the current state of the files that have
15    been referenced during the execution of the current run unit.
16 -long, -lg
17    displays more detailed information about each COBOL program in the
18    run unit.
19 
20 
21 Notes:  The minimal information displayed tells which programs compose
22 the run unit.  Optionally, more detailed information can be displayed
23 concerning active files, data location, and other aspects of the run
24 unit.  Refer to the run_cobol command for information concerning the
25 run unit and the COBOL runtime environment.
26 
27 
28 See also the stop_cobol_run (scr) and cancel_cobol_program (ccp)
29 commands.