DBUGHOOK: Main screen


This user aid provides a facility whereby performance of user programs can be evaluated. The first step is to insert debug code into the target source program and compile the modified program (PF1). Then, if necessary, the object program may be linked to other user modules (PF2). The file of debug data, that is produced when the program is executed (PF3), is used to produce two reports (PF4). One of the reports is sorted by COBOL paragraph name while the other report is sorted by statement line number. The reports provide performance data which can either be displayed (PF5) or spooled directly to the printer. TARGET SOURCE: file ******** library ******** volume ****** PF1 Insert Debugging code PF2 Link Object Modules PF3 Run Object Program PF4 Generate Performance Reports PF5 Display Performance Reports Press PF16 to end program <<<<<< WANG VS Debugging Aid - Version 1.01.00 >>>>>>