id stringlengths 14 14 | text stringlengths 3 7k | source stringclasses 1
value |
|---|---|---|
bf382f31a99d-1 | discussed in this article.
Display Your Source Listing
You can display your source listing online at any time from CICS through the ITST transaction or the LIST=progname
transaction (where progname is the program name). The Basic Demo explains how to display a source listing using the
ITST transaction. For additional ... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
4188ef30eb1a-0 | InterTest™ and SymDump ® 11.0
NOTE
The standard InterTest transaction IDs, such as LIST, ITST, CORE, and FILE, might have been changed at your
site. If any of the transactions mentioned in this article do not function as described, contact the person who
installed InterTest.
NOTE
Depending on your defaults, the options... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
4188ef30eb1a-1 | Search=
---------+---------------------------------------------------------------------
_ 000911 VSAM-REWRITE.
_ 000912 MOVE 'THIS IS NOT A NAME ' TO VSAM-NAME.
000913*EXEC CICS REWRITE ... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
dc26302f1b09-0 | InterTest™ and SymDump ® 11.0
2.Execute the program.
Turn on Monitoring
To test a program, you must instruct InterTest for CICS to monitor it. When InterTest for CICS monitors a program, it
detects and prevents errors before they occur, including the following violations:
•All storage violations
•All CICS abends
•Any s... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
dc26302f1b09-1 | InterTest for CICS because it detected an error.
Set and Remove Breakpoints
When you test a program, it is important to be able to halt program execution at specified locations. A halt in program
execution is called a breakpoint .
What You Can Do at a Breakpoint
When your program is stopped at a breakpoint, you can do ... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
c5fe7aa65e00-0 | InterTest™ and SymDump ® 11.0
•Examine the source listing
•Inspect and modify main storage
•Inspect and modify auxiliary storage
•Set and remove breakpoints
•Examine the backtrace
•Keep data items in the Keep window to observe changes in their values
•Set and remove monitoring options
•Specify indirect commands
•Resume... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
c5fe7aa65e00-1 | Features. The following sections explain how to set breakpoints:
•Set breakpoints at statements on the source listing
•Set breakpoints at all references to a data name
•Set breakpoints at all or selected paragraph names
Set Unconditional Breakpoints at Statements on the Source Listing
To set an unconditional breakpoint... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
25b4eb56c004-0 | InterTest™ and SymDump ® 11.0
CA InterTest for CICS - PROTSYM FILE SOURCE LISTING DISPLAY
COMMAND ===>
Program= COBDEMO Option # Stmt # Margin= 01
Search= ... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
25b4eb56c004-1 | –At the beginning of the Procedure Division, so when the program executes you can set additional breakpoints
–At paragraph names, so you can examine the contents of variables at the start of sections
–Before a call, so you can dynamically control the program path
–At each location named in an EXEC CICS HANDLE CONDITION... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
25b4eb56c004-2 | -------------------------------------------------------------------------------
_ 000477 CONTINUE-TASK.
000478**** TASKNUM *NOTE* FIELD MUST BE INITIALIZED
_ 000479 ADD +1 TO TASKNUM. ... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
f9e3fe049ed9-0 | InterTest™ and SymDump ® 11.0
The following screen shows how to set an unconditional "before" breakpoint.
CA InterTest for CICS - PROTSYM FILE SOURCE LISTING DISPLAY
COMMAND ===>
Program= COBDEMO Option # Stmt # ... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
f9e3fe049ed9-1 | Reference section, or you can selectively remove breakpoints at specific statements. You can also remove individual
or multiple breakpoints from the Monitoring Status display. You might want to do this when you have a number of
breakpoints set throughout a large program and do not want to hunt through the source listin... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
f9e3fe049ed9-2 | _ 000038 03 TASKNUM-CHAR REDEFINES TASKNUM PIC X(3).
_ 000039 03 TASK-TEXT.
_ 000040 05 TASK-ID-NO PIC 9(3) COMP-3 VALUE 0.
In this example, InterTest sets "before" breakpoints at all references to T... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
addbef8471fb-0 | InterTest™ and SymDump ® 11.0
Follow these steps:
1.To set unconditional breakpoints at all Procedure Names and All Labels, display the Cross Reference Table using
Option # 1 (or L .DX command), type a U or a ) next to the DCL heading line, and press Enter. The U sets a breakpoint
that stops before the specified locat... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
addbef8471fb-1 | 000003 ENVIRONMENT DIVISION.
000004 DATA DIVISION.
_ 000005 WORKING-STORAGE SECTION.
_ 000006 77 S999-FIELD1 PIC S9(3). ... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
dc69f46ca3b7-0 | InterTest™ and SymDump ® 11.0
There are many ways to inspect and modify main storage. We are going to discuss one of the easiest methods of viewing
and changing program storage here. Keeping Data Items in the Keep window explains another easy way to display and
modify the values of data items.
Remember, you can inspect... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
dc69f46ca3b7-1 | cursor under any character in the data item, and press Enter .
InterTest responds by displaying the contents of the data item in structured format, as shown next.
CA InterTest for CICS - MAIN STORAGE UTILITY - Termid = U087
Starting at Address =2080A138 Structure Display Format ... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
202eaad90b19-0 | InterTest™ and SymDump ® 11.0
PF7 Backward 8 Forward 9 Caps Off 10 11 Redisplay 12 Structure
CORE='TASKNUM'
CAIN0452 FIELD DOES NOT CONTAIN A VALID PACKED DECIMAL (COMP-3) VALUE
NOTE
InterTest displays more than just the con... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
202eaad90b19-1 | any character in the data item, and press Enter.
InterTest generates and displays a fill-in-the-blanks MOVE statement, as shown in the following screen:
CA InterTest for CICS - PROTSYM FILE UNCOND BEFORE BREAKPOINT
COMMAND ===>
Program= C... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
aff1cb6e1f0f-0 | InterTest™ and SymDump ® 11.0
6.From the main storage display, press Clear or PF3 to return to the source listing.
Keeping Data Items in the Keep Window
The Keep window lets you display the values of an unlimited number of data items directly on the source listing. If more
than six variables are selected for the Keep w... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
aff1cb6e1f0f-1 | Follow these rules to add a data item to the Keep window:
•To add a data item where it is defined, type K to the left of the statement defining it, and press Enter.
•To add a data item where it is referenced, type K to the left of the statement referencing it, place the cursor under any
character in the item, and press... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
5bae7a828afd-0 | InterTest™ and SymDump ® 11.0
-------------------------------------------------------------------------------
_____ EIBTRNID | DEMC
_____ EIBTRMID | U087
d____ TASKNUM | ?0000... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
5bae7a828afd-1 | ---------+---------------------------------------------------------------------
_ 000477 CONTINUE-TASK.
000478**** TASKNUM *NOTE* FIELD MUST BE INITIALIZED
A ==> ADD +1 TO TASKNUM.
In this exa... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
177ca70823a4-0 | InterTest™ and SymDump ® 11.0
Follow these steps:
1.Position the listing at the definition for TSQ-TERMID by typing L TSQ-TERMID in the Command line field, and press
Enter.
CA InterTest for CICS - PROTSYM FILE SOURCE LISTING DISPLAY
COMMAND ===> L TSQ-TERMID ... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
177ca70823a4-1 | Search=
OPTS 1 Proc div 2 Work-stor 3 Link sect 4 D-map 5 Clst/Pmap More: +
6 Data xref 7 Proc xref 8 Err msgs 9 Srch fwd 10 Srch bwd
PFKS 1 Help 2 3 End 4 Profile 5 Monitor 6 Menu
7 Backward 8 Forward 9 Next ... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
177ca70823a4-2 | -- More: + ----------------------------------- PFKS 19 Backward 20 Forward -
_____ DMAP04AI | .....................................
_____ DMAPBEGI | ............
_____ DMAPASRI | ............
... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
749a714ba35c-0 | InterTest™ and SymDump ® 11.0
_____ DMAP00I | .....................................
---------+--------------------------------------------------------------------
_ 000353 MOVE EIBTRMID TO TSQ-TERMID.
000354*** THIS CODE INITIALIZES THE MAPS BECAU... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
749a714ba35c-1 | condition at any statement, as shown in the following example:
IF 'data-item'.NE.data-item'
which means:
IF data-item (current) NOT EQUAL TO data-item (value when breakpoint set)
To explore additional ways to set and use conditional breakpoints, see the later articles in this primer.
Remove a Variable-Change Brea... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
c3572fd091a1-0 | InterTest™ and SymDump ® 11.0
r - |-VBP Variable change breakpoint Location=.ANY
| Option ID 23DEBD7B
| Condition IF='TASKNUM'.NE.'TASKNUM'
| Compare type ... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
c3572fd091a1-1 | OPTION ===> 1
Select an auxiliary storage type, specifying optional criteria below.
1 Files - Display/select files for access
2 DB2 database - Invoke DB2 SQL interface facility ... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
6f0154ff880b-0 | InterTest™ and SymDump ® 11.0
FUNC= SUBFUNC= RETMETH= ARGTYP= SRCHTYP=
MESSAGE=
RETNRCID= CHGLEN=
RCID= ... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
6f0154ff880b-1 | RCID=C`000000005'
DATA= SIZE= 0050
FORMAT= D 00112233 44556677 8899AABB CCDDEEFF *0123456789ABCDEF*
LOC 0000 ........ ........ ........ ........ ................
... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
6f0154ff880b-2 | NOTE
The data appears in both hexadecimal and character format.
410 | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
72515b3ed709-0 | InterTest™ and SymDump ® 11.0
To return to the source listing, press Clear or PF3.
Modify Auxiliary Storage
To modify the record or segment, overtype the hexadecimal or character data and press Enter. For example, you could
overtype JOHN SMITH with DALE COOPER on the sample display in the previous figure.
To rewrite th... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
72515b3ed709-1 | MESSAGE= RECORD OBTAINED FOR VIEWING
RETNRCID=F1D7D9D6E3E2E8D440000000000000000000000000000000 CHGELEN=
RCID= C'1'
DATA= SIZE= 02D8
FORMAT= S USE= PRODUCT.PRODREC
LOC 0050 Name Hexadecimal Chara... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
0f3bd24b92c5-0 | InterTest™ and SymDump ® 11.0
4.To modify the record or segment, overtype either the hexadecimal or character data and press Enter. To rewrite the
modified record, type PUT in the FUNC= field and press Enter.
When a program is stopped at a breakpoint, you can substitute an asterisk ( *) for the symbolic-name. For examp... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
0f3bd24b92c5-1 | 3.Press Enter .
Program execution resumes from that statement.
The following example shows how to resume execution from a location prior to an automatic breakpoint. This might be
useful if you corrected a record or dynamically modified an incorrect file name and now want the program to re-read the
record or file.
C... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
025753067267-0 | InterTest™ and SymDump ® 11.0
000702* DSIDERR
000703* NOTOPEN(NOT-OPEN)
000704* END-EXEC.
_ 000705 Call 'DFHEI1' using by conten... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
025753067267-1 | Listing Breakpoint screen.
Abend a Task
When your program is stopped at a breakpoint, you can abend your task rather than resume execution. Type ABEND in
the Command line of any Breakpoint display. InterTest displays the screen shown next.
----------------- CA InterTest for CICS ABEND BREAKPOINTED TASK -------------... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
c0fab64eb798-0 | InterTest™ and SymDump ® 11.0
•To cancel the abend, press PF3. InterTest redisplays the Primary Option Menu.
•To abend without a dump:
- For a normal abend, press Enter .
- To cancel all program exits, specify code XXXX and press Enter.
•To abend with a dump, specify a four-character dump code and press Enter. The dum... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
c0fab64eb798-1 | 40 Set/Remove Breakpoints 80 View Program Backtrace
(end)
------------------------------------------------------------------------------
ENTER A SELECTION CODE FROM THE MENU, OR N FOR NEXT PAGE, P FOR P... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
35218eadc029-0 | InterTest™ and SymDump ® 11.0
The dataset name referred to in the DATASET option cannot be found in the FCT.
Your program did not have a Handle Condition for this error. Or a second Handle
Condition without a routine for this error superseded the one that had a
routine for this error. ... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
35218eadc029-1 | After your program completes execution or you abend your task, you return to CICS.
The following table shows the status after testing of a program area:
Program Area Status after Testing
program source code not modified
file/database updates by the program permanent
file/database updates you made permanent
InterTest mo... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
ff9ad1f0f9f1-0 | InterTest™ and SymDump ® 11.0
COBOL Advanced Monitoring Features
This article describes commonly used InterTest features.
For information about InterTest features, see CICS Debugging and the Help facility.
Set Options from the Monitoring Menus
The InterTest monitoring menus are the easiest way to set many monitoring op... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
ff9ad1f0f9f1-1 | 3 Terminals - Display/modify terminal monitoring options
4 Status - Display/remove current monitoring options
5 Active tasks - Display/purge active monitored tasks
6 System-wide - Display/modify global system-wide options
... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
f1cc7b7511a3-0 | InterTest™ and SymDump ® 11.0
User ID . . _______ User (or .ANY) for whom the program is monitored
Option Description More: +
_ Status Display and/or remove monitoring... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
f1cc7b7511a3-1 | from CICS, you will exit back to the ITST Primary menu. From a source listing or breakpoint, PF3 takes you back to that
display.
Set and Remove Conditional Breakpoints
Conditional breakpoints are breakpoints that take effect when a specific condition is met, such as when a counter
exceeds a value. These breakpoints c... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
8a09b91cdbe0-0 | InterTest™ and SymDump ® 11.0
_ 000440 MOVE SPACE TO TASK-SWITCH3.
InterTest displays the menu on which you define the condition. For the following example, the breakpoint halts program
execution only if TASK-SWITCH is equal to 3.
CA-InterTest MONITORING COMMAND BUILDER - CONDITIONAL BREAKPOINT
... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
8a09b91cdbe0-1 | Search=
OPTS 1 Proc div 2 Work-stor 3 Link sect 4 D-map 5 Clst/Pmap More: +
6 Data xref 7 Proc xref 8 Err msgs 9 Srch fwd 10 Srch bwd
PFKS 1 Help 2 3 End 4 Profile 5 Monitor 6 Menu
7 Backward 8 Forward 9 Next Wnd ... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
d9ee40313cff-0 | InterTest™ and SymDump ® 11.0
Remove Conditional Breakpoints from the Status Report
You can always remove any breakpoint from the Monitoring Status report. To remove this conditional breakpoint from your
program, perform the following steps:
1.Type STATUS on the Command line to display the Monitoring Status report for ... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
d9ee40313cff-1 | 3.Press PF3 to return to your Source.
Request Breakpoints
Request breakpoints are breakpoints that take effect prior to CICS commands and macros and other program calls, such
as calls to DL/I or DB2. With one specification, you can set breakpoints at all CICS commands or at specific commands,
such as all REWRITE comma... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
252f40c939f4-0 | InterTest™ and SymDump ® 11.0
Program . . cobdemo_ Program name (or .ALL, .OPTIONS or generic)
User ID . . _______ User (or .ANY) for whom the program is monitored
... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
252f40c939f4-1 | CA InterTest MONITORING COMMAND BUILDER - REQUEST BREAKPOINT SELECTION 13
Set one or more types of Request Breakpoints in:
PROG=COBDEMO
... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
ba6bf1f777d9-0 | InterTest™ and SymDump ® 11.0
NOTE
Type X in front of each type of command for which you want to set request breakpoints.
After setting your request breakpoints, PF4 returns you to the Primary Option Menu. If you came from a Source
Listing, PF3 returns you to your source.
Remove Request Breakpoints
To remove request b... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
ba6bf1f777d9-1 | Command line and press Enter. InterTest positions the Backtrace Summary Screen at the last executed statement, as
shown in the following screen:
InterTest for CICS - BACKTRACE SUMMARY
Program= COBDEMO ... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
ba6bf1f777d9-2 | 421 | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
875d6dee6a5f-0 | InterTest™ and SymDump ® 11.0
_ ____ #432.0...#435.0¦ Call 'DFHEI1' using by content x'02048000071b0
_ ____ #438.0...#447.0¦ MOVE SPACE TO TASK-SWITCH.
_ ____ #447.0...#460.0¦ Call 'DFHEI1' using by content x'0a02e00007000
_ ____ #460.0...#468.0¦ Call 'DFHEI1' u... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
875d6dee6a5f-1 | •Trace program execution using the following PF keys:
PF5 1st Stmt
Repositions the Backtrace Summary screen to the 1st or oldest entry in the Backtrace.
PF6 Last Stmt
Repositions the Backtrace Summary screen to the last or newest entry in the Backtrace.
PF7 Backward
Scrolls the Backtrace Summary screen backward (up) a ... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
84dbeffb156c-0 | InterTest™ and SymDump ® 11.0
_ 000408- '0000000000000000f0f0f1f7f6404040' end-call
_ 000409 Service label
_ 000410 Go to NO-OPTS depending on dfheigdi.
000411 ... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
84dbeffb156c-1 | source statement. This line displays as follows:
======>BACKTRACE AT #nnnnn (nnnnn -> nnnnn executed nnnnn times)<=====
The information in this line indicates the following:
#nnnnn
Specifies the program statement or offset the backtrace is currently positioned at
nnnnn -> nnnnn
Specifies the first and last number of th... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
549b09c9595a-0 | InterTest™ and SymDump ® 11.0
•Using PF5, PF9 and PF11 to trace execution backward
•Using PF6, PF10, PF12 to trace execution forward
•Setting the source listing profile Stepping Amount, and then using PF9 and PF10 to automatically trace the execution
backward or forward
End a Source Listing Backtrace Session
To turn of... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
549b09c9595a-1 | 4.The following screen details the code coverage feature:
CA InterTest for CICS - PROTSYM FILE ABEND DETECTED BREAKPOINT
COMMAND ===>
Program= COBDEMO Option # Stmt # Margin= 01
... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
85cc6871a246-0 | InterTest™ and SymDump ® 11.0
_ 000362 DMAP02I | |
_ 000363 DMAP03I | |
_ 000364 DMAP04I | |
_ 000365 DMAP05I ... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
85cc6871a246-1 | COMMAND ===>
Program= COBDEMO Option # Stmt # Margin= 01
Search=
-----------------------------------------------------------------------------... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
dc41a2c36838-0 | InterTest™ and SymDump ® 11.0
_ 000487 REWRITE-TSQ.
Using the PREV command on the previous screen results in the next screen:
CA InterTest for CICS - PROTSYM FILE ABEND DETECTED BREAKPOINT
COMMAND ===> ... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
dc41a2c36838-1 | _ 000475 IF EIBAID = DFHPF14 GO TO EXPANDED-DEMO.
_ 000476 GO TO SEND-FIRST-SCREEN.
_ 000477 CONTINUE-TASK.
000478**** TASKNUM *NOTE* FIELD MUST BE INITIALIZED ... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
dc41a2c36838-2 | recompile your program.
With the indirect commands facility, you can do the following actions:
426 | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
5571d0dcd924-0 | InterTest™ and SymDump ® 11.0
•Change the flow of control in your program
•Test conditions based on specified variables
•Change the value of specified variables
•Create and execute commands as a group, like adding a new subroutine
•Automatically resume execution of your program at the same or different location
•Define... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
5571d0dcd924-1 | To access the Indirect Commands facility from the menus, access the Program Monitoring menu (fastpath is ITST 2.1),
and select the Commands option. Perform the following steps:
1.Select option 2 - Monitoring on the Primary Option Menu. InterTest displays the Monitoring Menu.
2.Select option 1 - Programs. InterTest disp... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
760425022d6c-0 | InterTest™ and SymDump ® 11.0
_ UBP Unconditional breakpoints (specific program only)
_ CBP Conditional breakpoints (specific program only)
_ RBP Breakpoints for CICS, DB2, DL/I or external CALL requests
_ Stmt Trace Statement tracing and data moni... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
760425022d6c-1 | 00020 MOVE 1 TO TASKNUM
00030 EXIT
... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
8ef9bf0901b4-0 | InterTest™ and SymDump ® 11.0
BREAK
InterTest halts indirect command processing and issues a breakpoint display from where the indirect commands
were invoked in the program.
GOTO
InterTest resumes execution at the program statement number, offset, paragraph name, or indirect command
statement number specified after the... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
8ef9bf0901b4-1 | SET breakpoint options for PROG=COBDEMO for location:
000479 Execute indirect command 100
... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
92385597eca0-0 | InterTest™ and SymDump ® 11.0
To set a request breakpoint that executes an indirect command, follow the usual steps to set the request breakpoint from
the menus. On the Request Breakpoint Selection menu, also type the statement number of the indirect command to
execute, as shown in the following screen.
CA InterTest MO... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
92385597eca0-1 | Review, Change or Delete Indirect Commands
To change, add, delete or review indirect commands directly from the Source Listing Display screen, type ICMDS in the
command line or 11 in the Option # field and press Enter. InterTest displays the indirect commands for the default terminal,
which is either the terminal you a... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
935082d8a120-0 | InterTest™ and SymDump ® 11.0
Another reason for using replacement options is to use different resources during testing than those hard-coded in the
program. For example, you can specify that the program use a test file rather than the production file named in the
program.
Protection Options
When InterTest monitors a p... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
935082d8a120-1 | module consists of separately compiled modules link-edited in one load module. These modules may be written in
different languages and compiled at different times. Composite support lets you test and debug a called subroutine as if it
were a separate program with full symbolic support.
Example
Suppose a COBOL program h... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
80a01fcec804-0 | InterTest™ and SymDump ® 11.0
00004 DATA DIVISION.
_ 00005 WORKING-STORAGE SECTION.
_ 00006 77 NUM-CHOICES PIC S9(4) COMP VALUE +2.
_ 00007 01 DFHAID COPY DFHAID. ... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
80a01fcec804-1 | * * * * * * *
_ Link name Monitor Offset Length Language Comments
S COBDEML COBDEML 20 748 IBMCOB 4.2
S ASBIN25 ASBIN25 768 17C HLASM 6.0 ... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
1b8f500fbccd-0 | InterTest™ and SymDump ® 11.0
for CICS lets you bring a dump back to life. Familiar InterTest source listing screens and other facilities, such as the ability
to view and modify main and auxiliary storage, make it easy to resolve application dumps.
SymDump is option 5 - Dump analysis on the InterTest Primary Option M... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
1b8f500fbccd-1 | ==>
==> ABEND/DUMP CODE: ASRA
==>
==> Press PF1 for a detailed description.
... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
f7620cf25508-0 | InterTest™ and SymDump ® 11.0
COBOL Advanced Demo Session
This article contains some advanced features of InterTest for CICS.
For more information about the advanced features of InterTest for CICS, see CICS Debugging or the Help facility.
New users can postpone this advanced demo session until they are more comfortable... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
f7620cf25508-1 | Search=
OPTS 1 Proc div 2 Work-stor 3 Link sect 4 D-map 5 Clst/Pmap More: +
6 Data xref 7 Proc xref 8 Err msgs 9 Srch fwd 10 Srch bwd
PFKS 1 Help 2 3 End 4 Auto prms 5 Monitor 6 Menu
7 Backward 8 Forward 9 Next ... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
729abd65c649-0 | InterTest™ and SymDump ® 11.0
Step Timing = BEFORE Stop Before or After the next verb is executed
Stepping amount = 001 The number of verbs to execute
Auto-stepping = OFF ON to activate; press PF4 to change values
Source List BKPT = ON OFF to use the det... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
729abd65c649-1 | Search=
---------+---------------------------------------------------------------------
00001 ID DIVISION.
00002 PROGRAM-ID. COBDEMO.
InterTest for CICS displays a list of the dem... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
8d53045bb2e0-0 | InterTest™ and SymDump ® 11.0
_ 806 MXS-OPTION G799
_ 437 NO-OPTS D410
_ 830 NO-STORAGE D817
_ 777 NOT-OPEN D708 ... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
8d53045bb2e0-1 | _ Address, Assign, _ Storage Control _ BMS
Handles, Push, Pop _ Program Control _ Trace Control
_ Terminal Control _ Interval Control _ Dump Control
s File Control _ Task Control _ Batch Data Interchange ... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
48c87d491bc0-0 | InterTest™ and SymDump ® 11.0
PROG=COBDEMO
_ All commands
... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
48c87d491bc0-1 | •If you do want to use the composite support option, perform the steps in Composite Support that follows.
Composite Support
Composite support lets you use InterTest for CICS to test and debug composite modules. A composite module is a load
module, defined to CICS as a program, which consists of separately compiled or ... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
d8901a41eeef-0 | InterTest™ and SymDump ® 11.0
Composite support lets you test and debug a subroutine, such as an external procedure, as if the subroutine were
a separate program with full symbolic support. In this case, you can set breakpoints and other monitoring options
individually for any subroutine. InterTest for CICS generates a... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
d8901a41eeef-1 | _ 000007 COPY DFHAID.
000008*
000009* @BANNER_START@
000010* Licensed Materials - Property of IBM ... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
1f8f5cccfe52-0 | InterTest™ and SymDump ® 11.0
-------------------- CA InterTest for CICS PROGRAM MONITORING ------------------
COMMAND ===>
... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
1f8f5cccfe52-1 | (UBPs).
--------------- CA InterTest for CICS MONITORING STATUS --------------
COMMAND ===>
Type + to expand or - collapse option levels displayed below, ... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
c64d94162fdc-0 | InterTest™ and SymDump ® 11.0
PF1 Help 2 Refresh 3 End 4 Return 5 Collapse 6 Expand
PF7 Backward 8 Forward 9 10 11 12
3.Press PF3 to exit back to the Program Monitoring menu.
4.Type =X in the Command field to exit the menus, then PF3 to exit Sourc... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
c64d94162fdc-1 | ***** *****
******************************************************************************
******************************************************************************
From the Welcome Screen, you can access the Options Menu. The options are describ... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
ecf69e63b95f-0 | InterTest™ and SymDump ® 11.0
03 No file updating
04 Display variable length data
05 Work with table items
06 Storage violation detection ... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
ecf69e63b95f-1 | to read the file.
... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
13d8bec29a46-0 | InterTest™ and SymDump ® 11.0
Prevent an AEIL Abend
The following screen shows that InterTest for CICS has halted the demo program at an automatic breakpoint before an
AEIL abend could occur.
CA InterTest for CICS - PROTSYM FILE ABEND DETECTED BREAKPOINT
COMMAND ===> ... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
13d8bec29a46-1 | _ 000721 Call 'DFHEI1' using by content x'060ef400070100b000f0f0f3f9f6
The abend that InterTest for CICS prevented would have resulted from the EXEC CICS STARTBR command. InterTest for
CICS highlighted the CALL statement that is part of the generated EXEC CICS STARTBR command.
What is the problem?
The data set n... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
1b0c97f6bbf1-0 | InterTest™ and SymDump ® 11.0
CA InterTest MONITORING COMMAND BUILDER - REPLACEMENT OPTIONS 20
SET one or more options to replace one CICS resource name with another in:
PROG=COBDEMO ... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.