trace master

29
TRACE MASTER Shivakeerthi K

Upload: api-3858801

Post on 14-Nov-2014

948 views

Category:

Documents


28 download

DESCRIPTION

this is a slide show

TRANSCRIPT

Page 1: Trace Master

TRACE MASTER

Shivakeerthi K

Page 2: Trace Master

Steps

Step 1: Copy the Macros in to VNXXX.TSO.CLIST

SUBCB3TM for batch programs SUBC3OTM for Online programs. Compile the program using these

macros.

Page 3: Trace Master

Select A.16

Page 4: Trace Master

Select Option 0 end press enter

Page 5: Trace Master

Create PDSs for ASR Library test profiles and

macro library

Page 6: Trace Master

PDS name should be VNxxx.XTASR

Page 7: Trace Master

.

Select Option 1 for running the job in foreground mode

Page 8: Trace Master

Select the JCL and press enter

Page 9: Trace Master
Page 10: Trace Master

Select the step in the JCL

Page 11: Trace Master

To Select Symbol LibrarySelect option 5 and press enter

Page 12: Trace Master

Select option 2 to enter symbol Library

Page 13: Trace Master

Add TST1.FOODLION.SYMBOL.LIBRARY library

Page 14: Trace Master

Select option 10 and hit enter

Page 15: Trace Master

.

Debugging starts from procedure division. Click F10 for to execute the

current step

Page 16: Trace Master

Debugging CICS

Compile the program using SUBC30TM Load the programs and symbol files through

CICS Trace master menu

Set the breakpoints

Run the transaction and Debug

Log off

Page 17: Trace Master

Steps

Type transaction XXT0 on CICS Screen

Go to profile option and set the symbol library-TST1.FOODLION.SYMBOL.LIBRARY

Go to set up Enter cobol in command prompt Load the program.

Load program name Run xsymbols command

Xsymbols program name

Page 18: Trace Master

Select option 0

Page 19: Trace Master

Symbol library

Page 20: Trace Master

Select option 1 to go to set up

Page 21: Trace Master

Enter COBOL in the command prompt

Page 22: Trace Master

Load the program

Page 23: Trace Master

XSYMBOLS Program name

Page 24: Trace Master
Page 25: Trace Master

Function Keys

PF1 - Display Help Information PF2 - Enlarge Window PF3 - Remove Window / END PF4 - Dump Contents of Memory PF5 - Repeat Previous Command PF6 - Display Data Items PF7 - Scroll Up PF8 - Scroll Down

Page 26: Trace Master

Function Keys

PF9 - SWAP to ISPF PF10 - Run / Conditional Run PF11 - Step Instructions PF12 - Execute Next Statement PF13 - Program GOTO or Branch PF14 - Set a Breakpoint PF15 - Cancel a Breakpoint PF16 - Stop at Brkpt Conditionally

Page 27: Trace Master

Function Keys

PF17 - Change Window Size PF18 - Move Window PF19 - Track Backwards PF20 - Track Forwards PF21 - Change Window Layout PF22 - Select Current Window PF23 - Disassemble Object Code PF24 - Retrieve Last Command

Page 28: Trace Master

ABEND

BOT(B)BPBRANCH(BR)CALL CHECK (C H)Data (DA)

Terminate TraceMaster Session with ABENDScroll to Bottom of DataSet Breakpoint at COBOL Statement Transfer Program ControlPass Control to a User ProgramCheck a Condition ExpressionTo see the value of the variable

Useful Commands

Page 29: Trace Master

DISPLAY (DI)GOTO NEXTRUNTOREMOVERUNUNTILSET

Store Information in DISPLAY WindowTransfer COBOL Program Control Execute One COBOL StatementRun to Specified AddressRemove a COBOL BreakpointRun Until Condition is True Assign a Value to a String Variable

Useful Commands