id stringlengths 14 14 | text stringlengths 3 7k | source stringclasses 1
value |
|---|---|---|
95ce5f21150d-0 | InterTest™ and SymDump ® 11.0
Testing Activities
This section discusses testing activities for monitoring users.
Set Monitoring
A CICS user ID is assigned to all monitoring requests. Depending on how InterTest for CICS was installed at your site, the
default may be to set monitoring for .ANY user, or to set monitoring... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
95ce5f21150d-1 | the Profile, either enter PROFILE on the command line and press Enter, or press PF4. The User ID field is at the bottom
of the Profile. To change its value, delete the current entry, type in the new entry, and press Enter .
Also check the Terminal ID field just above the User ID field. Generally, you want Terminal ID ... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
f85229224313-0 | InterTest™ and SymDump ® 11.0
With the new program displayed, repeat the steps to set monitoring and breakpoints.
Display and Search Through Nested Programs
InterTest for CICS provides support for COBOL nested programs.
COBOL nested programs let non-unique paragraph and data names to be defined across nested programs. ... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
f85229224313-1 | Nested= 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
... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
f85229224313-2 | PROGRAM ATTRIBUTE CODES (RIGHTMOST COLUMN) HAVE THE FOLLOWING MEANINGS:
The Nested= field also indicates the nested program to which Option # 1, 2, 3, and 13 apply, and the nested program
that InterTest for CICS searches first for any data name or paragraph name that you specify in the Search= field. If a
paragraph nam... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
c8808061ee24-0 | InterTest™ and SymDump ® 11.0
If Option # 2 and Nested=program2 are specified, the Working Storage section for nested program program2 appears.
Also, if Nested=program3 and Search=datanam1are specified, nested program program3 is searched first for datanam1; if
datanam1 is not found, the main program is searched for da... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
c8808061ee24-1 | for the mismatch:
–There was no matching program listing for the load module.
–A matching listing was found for the load module, but it is not the most recently compiled version. You can select the
matching listing at this point or new copy the load module so that it matches the most recently compiled version and
then ... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
c8808061ee24-2 | Assembler programs have no internal date and time generated by the compiler, which prevents date and time matching.
However, when LIST=program or CNTL=ON,PROG= program is requested for an Assembler program with multiple
symbolic versions of the listing and no previously declared breakpoints or monitoring options, Int... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
789f4a735fac-0 | InterTest™ and SymDump ® 11.0
Symbolic Version List from which you select the appropriate symbolic file and listing version or ignore symbolic processing
for the program.
Once a symbolic file and program version is selected for an Assembler program, InterTest for CICS continues to use
the selected file and program vers... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
789f4a735fac-1 | File ID Date Time Language Comments
_ PROTDEM 07/24/94 11.44.13 COBOL Latest Version
_ PROTTST 07/24/94 10.59.00 COBOL Update Mode
_ PROTACC 07/23/94 12.52.00 COBOL
_ PROTPRO 07/23/94 10.01.00 COBOL
... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
abb3cbd19dfb-0 | InterTest™ and SymDump ® 11.0
Update Mode
Specifies the program is being updated by the batch post-compiler utility. It could also mean that the PROTSYM
ran out of space while a post-compiler was processing this program.
Date and time Match
Specifies the program compile date and time matches the load module date and ti... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
abb3cbd19dfb-1 | from another point.
Statement Tracing
Statement tracing causes InterTest for CICS to add entries to the statement trace table for each executed statement.
Then view the executed statements at any breakpoint by stepping backward and forward through the trace table entries
using the PREV and ADVANCE commands. Statement t... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
fe7b0cb4e3b4-0 | InterTest™ and SymDump ® 11.0
Data Monitoring
Data monitoring causes InterTest for CICS to capture data values for each statement executed in a program. The
captured data values are associated with an entry in the statement trace table. Redisplay them at any breakpoint
by stepping backward and forward through the trace... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
fe7b0cb4e3b4-1 | until specifically removed.
Exit the Source Listing Facility
Type END on the command line and press Enter to exit the Source Listing Facility or exit the menus using =X.
Using Breakpoints
These topics explain how to use the Source Listing facility and the menus to set and remove breakpoints in your
programs. The follo... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
56474f55bcb5-0 | InterTest™ and SymDump ® 11.0
Conditional
Stops at a specified program location when a specified condition is met.
Variable-change
Stops when the value of a specified variable changes.
Request
Stops at a CICS command or at calls to software.
Setting a breakpoint automatically sets monitoring for that program, so if you... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
56474f55bcb5-1 | •Before a branch to dynamically control the program path during execution
•At each location named in an EXEC CICS HANDLE CONDITION to verify error handling
An easy way to track data items during testing is to set a variable-change breakpoint on troublesome data, and then add
the data item to a Keep window.During progra... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
83b416d056b3-0 | InterTest™ and SymDump ® 11.0
To set an unconditional breakpoint from a Source Listing or Breakpoint screen, follow these steps:
1.Enter u or ) in position 1 of the line in the program listing where you want the breakpoint set, but do not press Enter.
(You can add more than one breakpoint at a time). A "u" stops execut... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
83b416d056b3-1 | The following sample screen shows how to set unconditional breakpoints.
CA InterTest for CICS - PROTSYM FILE SOURCE LISTING DISPLAY
COMMAND ===>
Program= COBDEMO Option # Stmt # Margin= 01
... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
83b416d056b3-2 | 01219* NOSTG(NO-STORAGE)
976 | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
83cf6ba4eca0-0 | InterTest™ and SymDump ® 11.0
NOTE
If you want to recompile your program and keep the same breakpoints in the recompiled version, set breakpoints
next to paragraph names or labels, not lines of executable code. Then, use the InterTest for CICS New Program
Copy function, explained in Monitoring Menu Options, to transfer... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
83cf6ba4eca0-1 | –Symbol line in the Cross-Reference section of the Assembler listing
–Specific label or procedure name in the Xref section of the PL/I listing
3.Press Enter. The breakpoints apply to the specific paragraph names, labels, or procedure names.
The following screen shows how to set breakpoints at Procedure Names.
CA Inte... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
83cf6ba4eca0-2 | u LOOP-RTN 01204
_ MOVE-RECORD 01148
_ MXR-OPTION 01199 01372
To set breakpoints at all paragraph names, labels, or procedure names, follow these steps:
1.Display the Proced... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
3ecb44c3c29a-0 | InterTest™ and SymDump ® 11.0
2.Enter a u or ) next to the:
–Procedure-Names line in the COBOL Cross-Reference listing
–Symbol line in the Cross-Reference section of the Assembler listing
–Declare line in the Xref section of the PL/I listing
3.Press Enter .
4.When prompted, press PF3 to confirm the request for multipl... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
3ecb44c3c29a-1 | displacement (offset) from the beginning of the program.
•For an Assembler program, breakpoint locations can be Assembler labels, data names, or offsets.
•For a PL/I program, breakpoint locations can be offsets or, if you have the PL/I symbolic option, PL/I labels or
statement numbers. PL/I labels can be qualified by P... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
feede445224d-0 | InterTest™ and SymDump ® 11.0
Enter 'n' to stop only every n'th time
Specifies how often the program should be halted when you set a breakpoint within a loop.
Term ID (or .ANY or .NO) where breakpoints will take effect
Specifies ID of the terminal where the program must be executing for breakpoints to take effect. If y... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
feede445224d-1 | Names: _______________________________ ______________________________
_______________________________ ______________________________
Statement ↓ ↓ ↓
Numbers: 1____ 136__ 174.2 _____ _____ _____ _____ _____
Offsets: _____ ... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
1f14c1ea8ab4-0 | InterTest™ and SymDump ® 11.0
Because the user ID field is specified as BARNEY1 and the terminal identification fields are left blank, these breakpoints
take effect only if COBDEMO is executed by the user ID BARNEY1. The breakpoints display at whatever terminal
BARNEY1 is signed on under CICS.
Conditional Breakpoints
T... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
1f14c1ea8ab4-1 | To set conditional breakpoints that apply to multiple locations in a program, follow these steps:
1.Enter a c in column 1 of each line in your source code at which you want to set a conditional breakpoint.
2.Press Enter. InterTest for CICS displays the first conditional breakpoint locations screen.
3.Specify one or mo... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
dee755d7cdc0-0 | InterTest™ and SymDump ® 11.0
Set Conditional Breakpoints from the Menus
Conditional breakpoints are set from the same Monitoring submenus used to set monitoring and unconditional
breakpoints. Follow the same steps given in Set Conditional Breakpoints from the Menus. However, instead of entering s
next to the UBP optio... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
dee755d7cdc0-1 | breakpoint is:
variableA NE variableB
Assembler users must specify the variable name on the Detailed Conditional Breakpoint screen. For more information,
see The Detailed Conditional Breakpoint Screen.
The specified operator determines whether the breakpoint occurs whenever the value of the variable changes (NE), or
o... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
e50ed37cc931-0 | InterTest™ and SymDump ® 11.0
Fullword
Specify fullword literals for comparisons with COBOL data items defined as COMP with a length of eight, as in
S9(8) COMP. Enter the literal as F'num'100' or F' -100'.
Figurative Constants
Specify the following figurative constants for the right side of the comparison:
Valid Right ... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
e50ed37cc931-1 | instructions, as previously specified on the Conditional Locations screen.
The Detailed Conditional Breakpoint Screen
Assembler and PL/I users who want to specify conditional breakpoints should complete the Conditional Locations screen
and press Enter, the Conditional Breakpoint screen appears. COBOL users access this ... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
77ae8fcad7f9-0 | InterTest™ and SymDump ® 11.0
Enter LEFT SIDE of condition
Specifies the left side of the comparison that must be an area of core. Enter information in one of the following
fields:
•Data name
•Register
•COBOL BLL cell
•Area identified by a CORE keyword
Enter OPERATOR
Specifies the relational operator:
•EQ for equal
•NE... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
77ae8fcad7f9-1 | •The implicit length of a COBOL data name is its field length as defined in the DMAP.
•The length of a literal is the number of bytes it contains; any length specification is ignored.
Define both left side and right side lengths for a packed decimal (COMP-3) comparison. For all other comparisons, define
only one length... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
74f27c9a1b6e-0 | InterTest™ and SymDump ® 11.0
Literal Formats
For more information about specifying literals, see Figurative Constants.
CORE Keywords
Specify the following CORE keywords on the left side or right side of the comparison:
CSA
First byte of the CSA
CURR
Next Assembler instruction to be executed
CWA
First byte of the CWA
C... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
ec5afe50929e-0 | InterTest™ and SymDump ® 11.0
Variable-Change Breakpoints
A variable-change breakpoint is a special type of conditional breakpoint that takes effect when the value of a specified
COBOL or Assembler variable changes. If you set a variable-change breakpoint while the variable is also listed in the
Keep window, the variab... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
ec5afe50929e-1 | such as File Control or Program Control commands. Specify that the program halts before specific commands, such as all
READ or WRITE commands. Once the program is halted, use all of the InterTest for CICS facilities to inspect and modify
main storage or auxiliary storage or to set additional options.
Set request breakp... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
a5174cd37357-0 | InterTest™ and SymDump ® 11.0
After specifying the RBP command from the Source Listing screen or completing the monitoring menu with the RBP
option selected, InterTest for CICS displays the Request Breakpoint Selection menu.
On this screen enter an x next to the options you want to select. You can specify any of the fo... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
a5174cd37357-1 | _ READNEXT
_ READPREV
_ ENDBR
_ RESETBR
Enter... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
5f08693b201c-0 | InterTest™ and SymDump ® 11.0
Remove Breakpoints
There are several ways to remove breakpoints. One of the easiest is to enter an R next to any breakpoint entry on the
Monitoring Status display. This section discusses two other ways of removing breakpoints:
•From your Source Listing Breakpoint or Display
•From the Monit... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
5f08693b201c-1 | or CBP entry on the Monitoring Status display, and press Enter.
Request breakpoints
Specify the STATUS command then type R next to the RBP entry on the Monitoring Status display, and
press Enter, or repeat the menu steps for setting the breakpoint, but enter an R next to the RBP option on the
Monitoring menu. Complete ... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
b7ce76b35620-0 | InterTest™ and SymDump ® 11.0
To remove an unconditional breakpoint using the menus, access the Program Monitoring (2.1), Transaction Monitoring
(2.2), or Terminal Monitoring (2.3) menu, and follow these steps:
1.Repeat the monitored entries for the following items:
–Program, transaction, or terminal (whichever is bein... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
b7ce76b35620-1 | –Program, transaction, or terminal (whichever is being monitored)
–User ID under which the entry is monitored
2.Enter r next to the RBP Option for Request Breakpoints.
3.Press Enter.
The Remove Request Breakpoints screen appears. Enter the information exactly as you originally defined it.
Breakpoint Activities
Examine ... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
489ea7a01140-0 | InterTest™ and SymDump ® 11.0
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 Det Bkpt 4 Profile 5 Resume 6 Menu
7 Backward 8 Forward 9 Next Wnd 10 001 Verb 11 Backt... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
489ea7a01140-1 | C
Conditional
V
Variable-change
R
Request
ADD +1 TO TASKNUM
Indicates the statement or offset where the breakpoint occurred.
ASRA abend ...
These lines tell you why an automatic breakpoint occurred. For more information, press PF1 . To remove these
lines, press Enter or scroll using PF7 or PF8 to see additional lines... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
09aba7a1fea6-0 | InterTest™ and SymDump ® 11.0
NOTE
You cannot use this command line to enter InterTest for CICS system-wide CNTL options.
Command PF Key Description
ABEND None Display the Abend Breakpointed Task
screen
ABI ON None Turn abend intercept on (default). This
intercepts all CICS abends and produces
an automatic breakpoint s... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
09aba7a1fea6-1 | for a y interval of time. This command is
available only at a breakpoint. Default: One
verb at at time until next CALL/COMMAND.
BOTTOM
BOTNone GO to bottom of source.
BPO None Jump to Breakpoint Option screen.
BTRACE PF11 Backtrace. Displays the backtrace
summary. This command is available only
at a breakpoint.
BWD PF7... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
727104ea91b7-0 | InterTest™ and SymDump ® 11.0
CALLTRACE None Shows the program call flow leading up to
the currently breakpointed program. Select
programs having symbolic support from
the list and display their data areas. Select
channels at a specific program level from
the CALLTRACE program list.
CHANNEL None Displays the currently ... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
727104ea91b7-1 | specified COUNT op value criteria.
COUNTS ALL None Removes previously specified COUNT op
value criteria and redisplays source listing
without special COUNTER highlighting.
CS None Go to current breakpoint source statement.
This command is available only at a
breakpoint.
DATAMON
DMNone Displays the Monitoring Command Bu... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
199a895a2938-0 | InterTest™ and SymDump ® 11.0
DATAMON ON
DM ONNone Turns data monitoring on. This causes
InterTest for CICS to capture data values
for each executed statement in the
program. You are then able to redisplay
these values at a breakpoint, by tracing
backward and forward through the entries
in the statement trace table usi... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
199a895a2938-1 | K data-itemNone Add a data-item to the static Keep window
LEFT None Shift listing left.
LOCATE
LOC
LNone Locate line number or part of the listing.
MARGIN
MARNone Shift listing to specific margin.
992 | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
8e86825352be-0 | InterTest™ and SymDump ® 11.0
MENU PF6 Displays the Breakpoint Primary Option
menu.
MONITOR None Sets monitoring for the listed program.
NEXT
NPF10 Execute the next verb in a program. This
command is available only at a breakpoint.
NEXT OVER None Continue the test session when stopped
on a PERFORM or CALL until the lex... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
8e86825352be-1 | you change settings for the current session.
RBP None Set or remove Request Breakpoints
RESETBKP Clear Repositions breakpointed task at current
breakpoint.
RESUME PF5 Resumes breakpointed task at next
sequential instruction. This command is
available only at a breakpoint.
RIGHT None Shift listing right.
RO None Set or ... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
3f13f1e1c0e7-0 | InterTest™ and SymDump ® 11.0
RUN None Resume execution ignoring all breakpoints.
This command is available only at a
breakpoint.
SET None Initialize a data-item's value
SO None Set or remove special options
SDFDATA None Displays data in Structure Display Format
for the current program.
SDFHEX None Displays data in hex... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
3f13f1e1c0e7-1 | Backtrace facility.
TOP None Go to top of source.
UP None Shift listing up.
=x.y.z
=1.x.y.zNone Fast-path to Breakpoint Primary Menu
Option x.y.z, discussed in Breakpoint
Activities. The equivalent ITST Primary
Option Menu fast-path entries are = 1.x.y.z.
<{nnnn} None Used in the Keep window to scroll data item
storage... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
638444728782-0 | InterTest™ and SymDump ® 11.0
+{nnnn} None Used in the Keep window to increase
COBOL index item value by nnnn (if no
value is entered the default is 1).
-{nnnn} None Used in the Keep window to decrease
COBOL index item value by nnnn (if no
value is entered the default is 1).
Source Listing Breakpoint PF Keys
The follow... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
638444728782-1 | Status report.
PF19
Scrolls forward within the Keep window.
PF20
Scrolls backward within the Keep window.
Clear
Redisplays the current breakpoint.
995 | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
6fde732b814e-0 | InterTest™ and SymDump ® 11.0
Respond to Automatic Breakpoints
An automatic breakpoint occurs when InterTest for CICS detects an error. When a program is stopped at an automatic
breakpoint, either correct the error or go around it.
To find out what caused the error and for instructions on how to fix it, press PF1 from ... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
6fde732b814e-1 | NOTE
For fast-path entry, enter =5 on the command line of the Breakpoint display.
The override lets the statement that caused the breakpoint to be executed for this instance, only.
Permanent Bypass
To permanently bypass the monitoring of a statement that triggered an automatic breakpoint:
1.Overtype the A on the Source... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
48d2eaa60fa2-0 | InterTest™ and SymDump ® 11.0
View or Search for Data
View any portion of your compiler output and search for occurrences of data strings.
Keep Data in Window
Keep the values of data items, displayed up to 6 at a time, at the top of your source listing in the Keep window.
This lets you observe changes in their values a... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
48d2eaa60fa2-1 | Search for data using the Search=field, or by entering a FIND or LOCATE command on the command line. If you know the
line number, hex number, or the label that you want to view, use the line commands to position the listing accordingly.
Find a Definition or Search Using the Search = Field
Use the Search= field to defin... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
0baffae0a6b0-0 | InterTest™ and SymDump ® 11.0
The Online Listing
Use the command line commands to position or shift the view of the listing. Go to the top or bottom of the listing, shift
the listing to the right or left a specific number of characters, position the listing to a specific line. Described next are two
additional commands... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
0baffae0a6b0-1 | COMMAND ===>
Program= COBDEMO Option # Stmt # Margin= 01
Search=
---------------------------------------------------------------------------
| TASKNUM ... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
10e9927c7aa8-0 | InterTest™ and SymDump ® 11.0
==> Press PF1 for a detailed description.
==>
_ 00883 IF TASKNUM = 1
_ 00884 MOVE 'DMAPASR' TO MAPNAME.
To add a data item from where it is def... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
10e9927c7aa8-1 | Scroll Forward and Backward
Scroll forward and backward through the Keep window when there are more than six Keep Table entries. Up to six entries
appear in the Keep window at one time. If there are more than six entries, the heading line, MORE: + (plus) displays in the
Keep window indicating that there are more entrie... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
6dcb590cb04e-0 | InterTest™ and SymDump ® 11.0
•To increase an index item value, type + in the first position of the line command area and press Enter. By default the +
line command increases the value by one.
•To increase by a specific value specify a number after the line command.
Example: +5
The - line command decreases the value.
T... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
6dcb590cb04e-1 | below it in the same structure.
To modify data values using a pre-formatted MOVE command, follow these steps:
1.Enter m in column 1 to the left of the item listed in the Keep window.
2.Press Enter to make the change. InterTest for CICS displays the MOVE command screen. For more information,
see Display or Modify Main S... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
2cccf387d008-0 | InterTest™ and SymDump ® 11.0
NOTE
When you request main storage displays directly from your breakpoint screen, InterTest for CICS responds with
a structured display whenever the request is for a data item defined in a structure.
Main storage functions include the following benefits:
•Displaying the value of a data ite... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
2cccf387d008-1 | 1.Enter d to the left of any line in the compiled listing that contains the item.
2.Move the cursor under any alphanumeric character in the data item.
3.Press Enter .
InterTest for CICS responds with a main storage display. The first field on the display screen is the value of the data item
you requested.
WARNING
If a... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
4a0c312376b1-0 | InterTest™ and SymDump ® 11.0
•Display qualified data names as follows: For X of Y, place the cursor under X in any line of code.
•Display subscripted or indexed data names as follows:
For Y(s1, s2, s3):
–To get the value of Y at s1, s2, s3, place the cursor under Y
–To get the value of s1, place the cursor under s1
Ex... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
4a0c312376b1-1 | code for the statement instead. Press Clear or PF3 to return to the Source Listing Breakpoint.
Modify a Data Item by Overtyping the Main Storage Display
From any InterTest for CICS main storage display or Keep window, modify main storage by following these steps:
1.Overtype the desired bytes in the character or hexade... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
48db2b576041-0 | InterTest™ and SymDump ® 11.0
Modify the Value of a Data Item with a MOVE Command
COBOL and PL/I
InterTest for CICS provides a preformatted MOVE command that lets you easily modify the value of a COBOL or PL/I data
item. Request the MOVE command from the following places:
•Where the data item is defined in the source l... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
48db2b576041-1 | –An alphanumeric literal enclosed in single quotes
–ALL literal to fill the data item with a specified literal string. For example: ALL ' - ' fills the field with dashes.
2.Press Enter to execute the MOVE command. InterTest for CICS responds with a main storage display showing the
result of the first MOVE. For multipl... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
420f77f79658-0 | InterTest™ and SymDump ® 11.0
NOTE
This feature is only valid for COBOL programs. Use the Backtrace facility for tracing information for other
languages.
Enable Statement Tracing and Data Monitoring
Use the TRACE command to enable the statement tracing facility. If a statement trace table was not created for the
transa... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
420f77f79658-1 | ---------+---------------------------------------------------------------------
_ 000531 CONTINUE-TASK.
000532**** TASKNUM *NOTE* FIELD MUST BE INITIALIZED
A ==> ADD +1 TO TASKNUM. ... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
69bff9ca56ca-0 | InterTest™ and SymDump ® 11.0
---------+---------------------------------------------------------------------
000522 MOVE ' 00209 ' TO DFHEIV0
_ 000523 CALL 'DFHEI1' USING DFHEIV0.
_ 000524 IF EIBAID = DFHENTER GO TO CONTINUE-TASK.
_ 000525 IF EIBAID = DFHCLEAR GO TO SEND-END-MSG.
_ ... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
69bff9ca56ca-1 | using the CS command or the clear key.
View Past Data Values
While navigating the trace table, display the data values that were captured as each statement was executed, if data
monitoring is active. If the AUTOKEEP display is ON, the past data values associated with an executed statement
automatically appear in the Ke... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
1b07b9718c7e-0 | InterTest™ and SymDump ® 11.0
Display or Modify Auxiliary Storage (FILE)
Use the InterTest for CICS FILE facility even when no program is executing to display and modify auxiliary storage.
Access this facility from the ITST Primary Option Menu, Option 4 Auxiliary Storage . The Auxiliary Storage Menu
appears.
From this ... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
1b07b9718c7e-1 | read the record.
To make the change in main storage, return to the breakpoint screen, and do one of the following actions:
•Instruct the program to read the record again
•Repeat the changes to main storage that you made to the record or database
NOTE
If multiple fields need to changing, select multiple items for displa... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
43dd4fb25898-0 | InterTest™ and SymDump ® 11.0
Abend
Abend the breakpointed task
Resume
Resume breakpointed task menu options
Override
Override automatic breakpoint default processing
Dump
Cause dump, resume from next sequential instruction
Disconnect
Disconnect the breakpoint from this terminal
Hogan SMART
Invoke Hogan System's debugg... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
43dd4fb25898-1 | *** End of data ***
PF1 Help 2 3 End 4 Return 5 6
PF7 Backward 8 Forward 9 10 11 12
Select any program in the list having symbolic data by typing an S to the left of the... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
4c13ba36bb1d-0 | InterTest™ and SymDump ® 11.0
Once the source listing display is in calltrace mode, display program variables the same way as they are for the currently
breakpointed program.
The CHANNEL Command
The CHANNEL command enables you to list each of the active channels and view each of the containers within each
channel.
To d... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
4c13ba36bb1d-1 | _ +004F38 * ********************** *
PF1 Help 2 3 End 4 Return 5 6
PF7 Backward 8 Forward 9 10 11 12
Each entry in the display represents a container, or in the case of larger containers, a se... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
eb8d668f563d-0 | InterTest™ and SymDump ® 11.0
To view the storage within a container or segment, place an s on the line next to that container or segment and press
Enter .
The Storage Facility
While stopped in the source listing facility for the currently breakpointed program enter the STORAGE command on the
command line. The followin... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
eb8d668f563d-1 | _ SU31 1DC34B20 (00081A0) 00000000 00000000 00000000 00000000 ................
_ SU31 1DC0BA20 (0029100) C8C1D5C3 1DC05CC8 1DC05CC8 00000000 HANC.{*H.{*H....
_ SU31 1DC037F0 (0008230) 1DC037C8 1DC061A8 1D3D3BCB 1DD44602 .{.H.{/y.....M..
_ SU31 1DC00040 (00037B0) 1DC02CE0 00000000 1DC00058 00000000 .{.\.....{....... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
eb8d668f563d-2 | this point?"
The Backtrace facility enables you to do the following tasks:
•View the Backtrace Summary for a summary of the program's execution path
•View the Source Listing Backtrace for a statement-by-statement look at the program's execution path
•Use special PF keys to trace the program's execution path
•Reposition... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
811a45c9eb97-0 | InterTest™ and SymDump ® 11.0
Access the Backtrace Facility
To access the Backtrace facility from the source listing facility and to view the Backtrace Summary, enter BTRACE on the
command line and press Enter, or press PF11 from the Source Listing Breakpoint screen. InterTest for CICS positions the
Backtrace Summary... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
811a45c9eb97-1 | _ ____ #791.0...#801.0| CALL 'DFHEI1'.
_ ____ #801.0...#802.0| CALL 'DFHEI1' USING DFHEIV0
_ ____ #804.0...#804.0| IF EIBAID = DFHCLEAR
s ____ #812.0...#813.0| MOVE ' Y i 00557 ' TO DFHEIV0
... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
811a45c9eb97-2 | Select (S) column
Positions a display of the Source Listing Backtrace at a selected backtrace statement. Enter S next to any entry
and press Enter. The Source Listing Backtrace displays from the specified backtrace position. Only one S is
allowed.
Note: An * in the Select column indicates the current backtrace positio... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
82786a1ba8e2-0 | InterTest™ and SymDump ® 11.0
Bookmark (Bkmk)
column
Assigns a unique tag or ID to one or more backtrace positions.
Specify multiple bookmarks.
Each bookmark must contain at least one non-numeric character. For example, P103, UB7, T1, A, and so on.
Each bookmark must be unique.
Once a bookmark is assigned to a specific... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
82786a1ba8e2-1 | for Assembler programs.
Note: For display purposes, the starting column is either the left margin default or the Margin= value that was
specified on the Source Listing Breakpoint screen, whichever is greater.
Message Line
Displays any messages about the section of backtrace that you are currently viewing.
The Backtrac... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
a9b61c1e705a-0 | InterTest™ and SymDump ® 11.0
The statement number in the right column, 881.1, is the statement that caused a branch to statement 897.
NOTE
You might see a statement branch to itself, as in the following example from the previous figure:
#812.0...#813.0 ←
→ #813.0...#818.0
This happens when a CICS command is issu... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
a9b61c1e705a-1 | see the Detailed Breakpoint Screen.
The Source Listing Backtrace
To switch to the Source Listing Backtrace and to view the backtrace statement by statement, press PF2 or type S next to a
statement block in the Select column of the Backtrace Summary to select a starting position and press Enter , as shown in
the previou... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
5eff945c0a95-0 | InterTest™ and SymDump ® 11.0
PFKS 1 Help 2 Summary 3 End 4 Profile 5 1st Stmt 6 Last Stmt
7 Backward 8 Forward 9 Prev Stmt 10 Next Stmt 11 Prev Bloc 12 Next Bloc
========> Backtrace at #00812 (00812 > 00813 executed 1 times) <=========
00810* ITEM(TSQITEM) ... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
5eff945c0a95-1 | backtrace PF key is entered.
When in Source Listing Backtrace mode, the current backtrace position always appears on the line just above the first
source statement. This line displays as follows:
======>BACKTRACE AT #nnnnn (nnnnn -> nnnnn executed nnnnn times)<=====
The information on the previous line indicates:
•#... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
d77d02fe036b-0 | InterTest™ and SymDump ® 11.0
PF4 Profile
Accesses the Source Listing Profile, where you set source listing features and PF9 and PF10 stepping amount
settings.
PF5 1st Stmt
Repositions screen to the first (oldest) entry in the backtrace.
PF6 Last Stmt
Repositions screen to the last (newest) entry in the backtrace.
*
PF... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
d77d02fe036b-1 | backtrace at the last statement executed (the current breakpoint).
CA InterTest for CICS - PROTDEM FILE SOURCE LISTING BACKTRACE
COMMAND ===>
Program= COBDEMO Option # Stmt # Margin= 01
... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
2495d2a5f3bb-0 | InterTest™ and SymDump ® 11.0
00896**** TASKNUM *NOTE* FIELD MUST BE INITIALIZED
A ==> ADD +1 TO TASKNUM.
_ 00898 IF TASKNUM = 1
_ 00899 MOVE 'DMAPASR' TO MAPNAME. ... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
2495d2a5f3bb-1 | PFKS 1 Help 2 Summary 3 End 4 Profile 5 1st Stmt 6 Last Stmt
7 Backward 8 Forward 9 Prev Stmt 10 Next Stmt 11 Prev Bloc 12 Next Bloc
========> Backtrace at #00897 (00897 > curr. executed 1 times) <=========
00885* ENDEXEC.
_ 00886 MOVE ' 00604 ' TO DFH... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
2495d2a5f3bb-2 | _ 00899 MOVE 'DMAPASR' TO MAPNAME.
To reposition the source listing to the beginning of the next backtrace statement block, press PF12 Next Bloc.
Example
If you pressed PF12 from the Source Listing Backtrace shown previously, the following screen appears.
CA InterTest for CICS - PROTDEM FILE SOURCE LISTING B... | /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.