HOW TO DEBUG  YOUR PROGRAMS USING THE COBOL DEBUGGER

      Some errors can be difficult to pin point just stepping through the logic of your programs.  If your program is not performing the way you expect it to, or is just abending, you may want to use the interactive debugger.  To use the debugger enter  4 from the PCOBOL menu. (Click on it to see the next step)


************************************************************************
****                                                                ****
****            PCC COBOL Procedures Selection Menu                 ****
****                                                                ****
***************************************************************** RNH **
Xedit COBOL source ....... 0    Xedit COBOL source w/SQL ....... S
Compile source ........... 1    Xedit COBOL source w/Report .... R
Retrieve compile.......... 2    Xedit COBOL source w/RPT & SQL . B
Test Run ................. 3    Xedit COBOL source   - CICS/VM . F
Full Screen Debug ........ 4     Xedit BMS MAP source - CICS/VM . M
Run Final Copy ........... 5    HELP / Problem reference file .. H
Examine disk files ....... 6    CICS/VM - COBOL programming .... I
Examine RDR queue ........ 7    COBOL Copy Book management ..... C
Print from RDR queue ..... 8    SQL/DS Table management ........ T
Execution Control files .. 9    VSAM Cluster management ........ V
Query Batch queue ........ Q    Exit PCOBOL Menu ............... X

                                           Your Choice ?

 
                                                                            RUNNING PCCVM


1