id stringlengths 14 14 | text stringlengths 3 7k | source stringclasses 1
value |
|---|---|---|
1b0c97f6bbf1-1 | tab to READ-DATASET, and enter G (go).
2.Press Enter to resume program execution.
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 |
8d378e4a4a51-0 | InterTest™ and SymDump ® 11.0
g 000700 READ-DATASET.
000701*EXEC CICS HANDLE CONDITION
000702* DSIDERR
000703* NOTOPEN(NOT-OPEN) ... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
8d378e4a4a51-1 | You have now successfully utilized the REPLACE option
Press ENTER to continue or CLEAR to terminate.
Review What Happened
In this part of the demo session, the following events occurred:
•The demo program was s... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
d6e04df99e0c-0 | InterTest™ and SymDump ® 11.0
Option 02 Limit CICS Storage and Requests
This section of the demo session shows how to limit CICS main storage and CICS requests for a specific program (the
demo program).
Two InterTest for CICS options are detailed in this part of the demo session:
•The MXS option limits the amount of ma... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
d6e04df99e0c-1 | 4. CA InterTest halts the program at automatic breakpoints when the
limits are exceeded.
5. You remove the options and the program completes execution.
... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
403d0e986251-0 | InterTest™ and SymDump ® 11.0
InterTest for CICS displays the Special Options menu. The Special Options menu lets you set several options to
change how InterTest for CICS monitors a program.
The following shows how to set two options:
–MXS, to limit the amount of CICS main storage acquired by the demo program
–MXR, to ... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
403d0e986251-1 | Set local automatic breakpoint ('*', TERMID, .ANY, OFF) ____
Limit monitoring to your TERMINAL - '*' or TERMID: ____
User ID (or .ANY) who will execute the program: .ANY
... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
2cb8bddebb2b-0 | InterTest™ and SymDump ® 11.0
NOTE
If you are working on a system with LE 370 runtimes, you might reach the automatic breakpoint for the MXS
(max storage size) first. If you do, simply perform the demo in the following order:
1.Remove the MXS options by typing STATUS, in the command line then 'R' next to the MXS option... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
2cb8bddebb2b-1 | InterTest for CICS displays the Monitoring Status screen.
--------------- CA InterTest for CICS MONITORING STATUS --------------
COMMAND ===>
Type + to expand or - col... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
bf31b9b81780-0 | InterTest™ and SymDump ® 11.0
| From, to terminals U061, U061
_ - |-UBP Unconditional breakpoint 'LOOP-RTN'
| Option ID 6CD871EC
2.Remove the MXR option by typing an r next to the ... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
bf31b9b81780-1 | _ 000829 dfhb0020 end-call.
_ 000830 NO-STORAGE.
_ 000831 MOVE 'B' TO TASK-SWITCH3.
_ 000832 MOVE 'NO STORAGE' TO ERRORO. ... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
d6e9067b13bc-0 | InterTest™ and SymDump ® 11.0
Option Description Attributes
_ - COBDEMO Program monitor entry COBOL
| Waiting at breakpoint Task 00083, ABP since 03:50p.m.
_ - |-.ANY User monitoring options Active
... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
d6e9067b13bc-1 | This section of the demo session details how to execute a program without having it update a file.
The No File Updating option is useful when you are testing a program. Preventing a program from updating a file means
that your test data remains unchanged at the end of each program execution. You can test the program re... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
60bb4d25338e-0 | InterTest™ and SymDump ® 11.0
The program reads a record and changes data in the record. Here is
what will happen:
... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
60bb4d25338e-1 | 000917* END-EXEC.
R ==> Call 'DFHEI1' using by content x'0606e0000700004000f0f0f5f2f4
_ 000919- '404040' by reference TASK-PROTCPF by reference VSAM-AREA by
_ 000920 reference REC-LEN end-call. ... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
6a1e58b50837-0 | InterTest™ and SymDump ® 11.0
Setting request breakpoints lets you inspect the values of program variables and set options prior to all or specified CICS
commands and macros and other program calls.
1.Scroll backward to look at the EXEC CICS REWRITE command.
2.Press PF7.
InterTest for CICS displays the following screen... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
6a1e58b50837-1 | 000913*EXEC CICS REWRITE
000914* DATASET(TASK-PROTCPF)
000915* FROM(VSAM-AREA)
000916* LENGTH(REC-LEN) ... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
d854c417f341-0 | InterTest™ and SymDump ® 11.0
Enter X next to each option desired:
Source Listing Breakpoint ... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
d854c417f341-1 | REWRITE in the Demo Preliminaries section.
CA InterTest for CICS - PROTSYM FILE UNCOND BEFORE BREAKPOINT
COMMAND ===>
Program= COBDEMO Option # Stmt # Margin= 01
... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
358389664650-0 | InterTest™ and SymDump ® 11.0
000934
_ 000935 OPENFIL.
_ 000936 IF TASK-SWITCH3 = 'B' GO TO SEND-MAP00.
_ 000937 MOVE 'B' TO TASK-SWITCH3. ... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
358389664650-1 | .
.
4.Type 1 in the Option field and PROTCPF for the file name.
5.Press Enter.
InterTest for CICS displays the File Selection menu.
6.Type S next to the file name and press Enter.
InterTest for CICS displays the initial File Facility screen.... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
a3f73617a2cc-0 | InterTest™ and SymDump ® 11.0
CA InterTest for CICS
Copyright © SOLVE:Access CA. All rights reserved
... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
a3f73617a2cc-1 | 0020 D4C540E3 C8C540C3 C8C5C3D2 D7D6C9D5 ME THE CHECKPOIN LRECL=02A9
0030 E340C6C9 D3C54040 405C5C5C 5C404040 T FILE **** BLKSIZE=0000
0040 40404040 40404040 F0F3F1F4 F0F0F0F0 03140000 KEYPOS=0000
0050 00000000 00000000 00000000 00000000 ................ KEYLEN=09 ... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
a3f73617a2cc-2 | 7 Page bwd 8 Page fwd 9 Caps Off 10 Top 11 Bottom 12
The previous screen displays the contents of the first record in both hexadecimal and character formats. The
character display indicates that the data string THIS IS NOT A NAME has not been moved to the beginning of this
record
NOTE
Setting the No File... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
2112b46043b2-0 | InterTest™ and SymDump ® 11.0
FILE, as shown in the previous screen, displays records in dump format, character format, vertical format, and structured
format. To display the record in different formats, press PF2. For structured format, which displays records or DL/I
segments on a field-by-field basis, you also must i... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
2112b46043b2-1 | Preventing a program from updating a file means you can test a program repeatedly without having to recreate test
data. Many programs can share test file because no program changes the file. And, a test program can even use a
production file without corrupting it.
•Display a record in a file.
Displaying a record in a f... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
8886184dc137-0 | InterTest™ and SymDump ® 11.0
**********************************************************************
This feature lets you see the current length and contents of variable
length data and records at any point in you... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
8886184dc137-1 | _ 000693 MOVE 'A' TO TASK-SWITCH3
_ 000694 MOVE 'DMAP04' TO MAPNAME
_ 000695 GO TO SEND-REWRITE-RETURN.
_ 000696 IF TASK-SWITCH3 EQUAL 'A' ... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
854d52b6c417-0 | InterTest™ and SymDump ® 11.0
Execution of the highlighted MOVE statement changes the length of the 01-level record VARIABLE-LENGTH-
RECORD. Its definition tells us why.
3.Type L VARIABLE-LENGTH-RECORD into the command line, and press Enter.
CA InterTest for CICS - PROTSYM FILE UNCOND BEFORE BREAKPOINT
COMM... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
854d52b6c417-1 | _ 000101 03 VAR-LENGTH-DATA PIC X
_ 000102 OCCURS 1 TO 100 TIMES
_ 000103 DEPENDING ON VAR-REC-LEN.
_ 000104 COPY DFHAID. ... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
4dd121ac3fd4-0 | InterTest™ and SymDump ® 11.0
_ 000098 INDEXED BY DISTRICT-X.
d 000099 01 VARIABLE-LENGTH-RECORD.
_ 000100 03 VAR-REC-LEN PIC S9(4) COMP.
_ 000101 03 VAR-LENGTH-DATA PIC X ... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
4dd121ac3fd4-1 | 6.Press Enter.
InterTest for CICS displays the contents of VARIABLE-LENGTH-RECORD in a hexadecimal dump format.
CA InterTest for CICS - MAIN STORAGE UTILITY - Termid = U032
Offset Address Task
+ 0 00644E4E 4E4E4E4E 4E4E4E4E 4E4E4E4E * ..++++++... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
4dd121ac3fd4-2 | + 60 4E4E4E4E 4E4E * ++++++ * 2030A750
... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
950f876d505d-0 | InterTest™ and SymDump ® 11.0
CORE='000099:VARIABLE-LENGTH-RECORD'
The dump format shows all occurrences of lower-level fields and thus the 01-level record length. This display shows
that the record length is 64 hexadecimal (or 100 decimal) bytes. The first two bytes are the field VAR-... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
950f876d505d-1 | menu:
10.Press PF6.
InterTest for CICS displays the Breakpoint Primary Option Menu.
11.Select option 1 Main Menu .
InterTest for CICS displays the Primary Option Menu.
12.From the Primary Option Menu, select option 3 Main Storage.
InterTest for CICS displays the Main Storage Menu.
13.Select option 3 Breakpoint areas.
... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
a4fec390aad9-0 | InterTest™ and SymDump ® 11.0
| P' ' = Packed |
To VERIFY and/or CHANGE Data: | X' ' = Hex |
Existing data: ______________________________________ | C' ' = Char |
New data: _______________________________... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
a4fec390aad9-1 | 16.Press Clear.
InterTest for CICS displays the Main Storage Menu.
17.Press PF4 until the Source Listing Breakpoint screen displays.
18.Press PF5.
The demo program resumes execution and displays the Options Menu.
Review What Happened
In this part of the demo session, you displayed the length and contents of a variable ... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
6e633cb013b8-0 | InterTest™ and SymDump ® 11.0
Option 05 How to Work with Indexed Table Items
This section of the demo session shows you a fast and easy way to inspect and modify the contents of indexed data
items.
NOTE
Before you begin this section, complete the steps that are outlined in Demo Preliminaries (unless you did so
earlier ... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
6e633cb013b8-1 | because it detected a data exception in the highlighted ADD instruction.
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 |
69bfe7096f50-0 | InterTest™ and SymDump ® 11.0
A ==> ADD +1 TO DISTRICT-POP (STATE-X, COUNTY-X, DISTRICT-X). ==>
==> ASRA ABEND (0C7) detected and prevented.
Caused by invalid decimal ==> arithmetic data format. ... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
69bfe7096f50-1 | Program= COBDEMO Option # Stmt # Margin= 01
Search=
-------------------------------------------------------------------------------
_____ DISTRICT-POP(STATE-X COUNTY-X D | ?000. ... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
43367bd079f9-0 | InterTest™ and SymDump ® 11.0
The error message on the bottom line in the following screen tells us this field does not contain a valid value,
according to the definition. This error triggered the automatic breakpoint.
Correct an Uninitialized Table Item Dynamically
To dynamically correct this error, modify main storag... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
43367bd079f9-1 | CORE='DISTRICT-POP(STATE-X, COUNTY-X, DISTRICT-X)'
InterTest for CICS formatted this command when you used the d and the cursor to display the table item. Using the
d and the cursor meant you did not have to type the complex name. Whenever you can, let InterTest for CICS do the
work for you.
Display Values of Indexes
... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
fb8b4dd46916-0 | InterTest™ and SymDump ® 11.0
Search=
-------------------------------------------------------------------------------
_____ DISTRICT-POP(STATE-X COUNTY-X D | ?000.
d____ STATE-X | .... ... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
fb8b4dd46916-1 | display and repeat the request using the d and the cursor method. However, a quicker method is to modify the CORE
command on the bottom of the screen. Just change the STATE-X in the CORE command to COUNTY-X.
6.Move the cursor to the CORE command.
7.Overtype 'STATE-X' with 'COUNTY-X', and press Enter.
InterTest for CICS... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
6a1f109aeeef-0 | InterTest™ and SymDump ® 11.0
9.Move the cursor to the CORE command.
10.Overtype 'COUNTY-X' with 'DISTRICT-X', and press Enter.
InterTest for CICS displays the contents of DISTRICT-X and informs you that it is set to occurrence 5. (Note the
modified command.)
CA InterTest for CICS - MAIN STORAGE UTILITY - Termid... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
6a1f109aeeef-1 | of the invalid table item.
With InterTest for CICS, it is easy to debug problems involving indexed, qualified, or subscripted data items because you
can display and modify their contents just as you would any other COBOL data item.
This concludes Option 05 of the advanced demo session. Press Enter to continue with the ... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
6c98aa4453f3-0 | InterTest™ and SymDump ® 11.0
**** Storage Violation Detection Option ****
**** ****
**********************************************************************
... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
6c98aa4453f3-1 | ---------+---------------------------------------------------------------------
000968**** NOW MOVE NEW DATA INTO ACQUIRED AREA
000969*
A ==> MOVE NEW-DATA TO STG-AREA1. ... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
28280d424c98-0 | InterTest™ and SymDump ® 11.0
The ability of InterTest for CICS to prevent storage violations is one of the most important reasons to monitor programs.
Storage violations are notorious CICS errors that can do the following:.
1.Bring down your CICS system.
2.Cause a program to produce erroneous data.
3.Cause one program... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
28280d424c98-1 | A ==> MOVE NEW-DATA TO STG-AREA1.
==>
==> an attempt to change an area that does not belong to this task.
==> Possible system damage has been prevented. ... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
4e862e140be3-0 | InterTest™ and SymDump ® 11.0
InterTest for CICS redisplays the automatic breakpoint.
Resume Program Execution
We will continue program execution at the first instruction after the statement that triggered the breakpoint. In the COBOL
demo, this is GO TO SEND-MAP00. In the COBOL/II and COBOL/370 demos, this is a GOBACK... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
4e862e140be3-1 | InterTest for CICS resumes program execution. The demo program successfully completes execution and displays
the Options Menu. By going around the storage violation, you have allowed the demo program to continue executing
despite the problem InterTest for CICS detected.
Review What Happened
In this part of the demo ses... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
c74235b40455-0 | InterTest™ and SymDump ® 11.0
This concludes Option 06 of the advanced demo session. Press Enter to continue with the demo session or press Clear to
terminate the session.
Option 07 How to Test a Composite Module
This option details how you can use InterTest for CICS to test and debug a composite module. Composite supp... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
c74235b40455-1 | at the CALL to ASBIN25.
2. You abend the task, and then set composite support for COBDEML.
3. Type in transaction id DEMC again. This time you will see the actual
instruction causing the ASRA within the subroutine.
4. You... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
0ea1c184c12a-0 | InterTest™ and SymDump ® 11.0
CA InterTest for CICS - PROTSYM FILE SOURCE LISTING BREAKPOINT
COMMAND ===>
Program= COBDEML Option # Stmt # Margin= 01
Search= ... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
0ea1c184c12a-1 | going to abend the task, set composite support, and then resume testing.
Abend the Task
When your program is stopped at a breakpoint, you can abend the task rather than resume execution.
1.Type abend in the Command line of the Breakpoint display, and press Enter.
Note: This action is the same as selecting option 3 Aben... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
e6328cc889cf-0 | InterTest™ and SymDump ® 11.0
your code Your abend code, dump taken
.
.
.
Because you do not need a dump, you do not need to enter an abend code.
2.Press Enter.
CICS informs you the task has been abended.
3.Press Clear.
Se... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
e6328cc889cf-1 | _ New copy Fetch new copy of program and reset monitoring options (S only)
_ Commands Indirect commands defined for a specific COBOL or PL/1 program
_ Replace CICS resource name replacement options
_ Protect Storage protection monitoring options
_ Special Other o... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
e6651a3d028e-0 | InterTest™ and SymDump ® 11.0
* * * * * * *
_ Link name Monitor Offset Length Lang... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
e6651a3d028e-1 | menu.
Re-execute the Demo Program
Now you can re-execute the demo program.
1.Press PF4.
2.InterTest for CICS displays the Primary Option Menu.
3.Select option X Exit to exit to CICS.
4.Clear the screen and type the transaction ID DEMC for the COBOL demo program and press Enter.
InterTest for CICS displays the automatic... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
5be83de49e5b-0 | InterTest™ and SymDump ® 11.0
_ 0000C0 F920 D1A0 211C 001A0 0011C 282 CP TASKNUM,=P'2'
.
.
.
NOTE
The name in the Program field is ASBIN25. When control passes to ASBIN25, InterTest for CICS starts
monitoring that program because you set composite support. Setting composite support enables In... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
5be83de49e5b-1 | values.
You can correct the error by overtyping the incorrect value with a correct value.
1.Tab to the top line and move the cursor to the Hexadecimal value of TASKNUM.
2.Overtype the current value; set it to a packed decimal zero by tying zero over the "?" and erase the remaining data
(erase EOF).
3.Press Enter.
... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
9a891754dc28-0 | InterTest™ and SymDump ® 11.0
----------------------------------------------... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
9a891754dc28-1 | Search=
----------+--------------------------------------------------------------------
Loc Object Code Addr1 Addr2 Stmt Source Statement
_ 0000E2 365 CONTINUE DS 0H
A 0000E2 FA20 D1A0 2143 001A0 00143... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
1d1b0d3770c9-0 | InterTest™ and SymDump ® 11.0
-------------------------------------------------------------------------------
_ 000017 05 COMM-DATE.
_ 000018 10 COMM-MM PIC 99.
_ 000019 10 FILLER PIC X. ... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
1d1b0d3770c9-1 | at the unconditional breakpoint you set.
At this point, you can use InterTest for CICS to examine the program listing of CSBIN25 or the values of any program
variables. However, you are simply going to remove the breakpoint and resume program execution.
Remove the Breakpoint and Resume Execution
Overtype the U with X, ... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
a0130ccf7b80-0 | InterTest™ and SymDump ® 11.0
Setting composite support lets you test and debug a called subroutine with full symbolic support and use all InterTest
for CICS features.
•When you re-executed COBDEML, InterTest for CICS redisplayed the automatic breakpoint; this time at the actual
statement in subroutine ASBIN25 that cau... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
a0130ccf7b80-1 | PL/I Basic Demo Session
This article provides a basic InterTest for CICS user demo session.
The best way to start learning about InterTest for CICS is to perform the demo at a terminal.
The basic demo session illustrates many of the testing and debugging tasks that you will use on your programs. These
tasks are discuss... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
bba9ef02bc3e-0 | InterTest™ and SymDump ® 11.0
Symbolic Version Processing
When you request a PL/I program that has no previously declared breakpoints or monitoring options set, InterTest for
CICS matches the most recently compiled symbolic file date and time to the load module date and time.
•If an exact match is found, InterTest for ... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
bba9ef02bc3e-1 | File ID Date Time Language Comments
_ PROTSYM 11/12/2000 09.52.23 PLI LATEST VERSION
_ PROTDMO 08/31/2000 14.12.15 PLI
.
.
.
S - Select which Symbolic file to use
-------------------------... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
28c151184c36-0 | InterTest™ and SymDump ® 11.0
•Select a source listing from the InterTest for CICS ITST menus
•Inform InterTest for CICS that you want to test a program (set monitoring)
•Respond to the information InterTest for CICS provides when it detects an error
•Examine the value of a variable
•Dynamically change the value of a v... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
28c151184c36-1 | that, when the assignment statement was executed, the value of TASKNUM changed.
9.Clean up by removing the breakpoint that you set. Then resume program execution and PL1DEMO runs to
completion.
Select the Source Program from the ITST Menus
Start your session by selecting the source listing of the InterTest for CICS dem... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
5c0b496651ae-0 | InterTest™ and SymDump ® 11.0
PF1 Help 2 3 End 4 Return 5 6
PF7 8 9 10 11 12
Note that the PF keys have conventional assignments for ISPF-like navigation:
•PF1 Help accesses online help
•PF3 End returns one... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
5c0b496651ae-1 | ------------ CA InterTest for CICS SOURCE LISTING SELECTION ------------
COMMAND ===>
Type S to select a source listing.
Name File Created Size Attributes ... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
8ddbf0401740-0 | InterTest™ and SymDump ® 11.0
PF1 Help 2 Refresh 3 End 4 Return 5 6
PF7 Backward 8 Forward 9 10 11 12
6.Locate the demo program, PL1DEMO, in the Selection List. You can scroll the file list using PF7 and PF8, or optionally,
y... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
8ddbf0401740-1 | Search=
---------+---------------------------------------------------------------------
_ 18.1 /* INTERTEST PL/I DEMO PROGRAM 10/01/89 3.1.200
_ 19.1 PL1DEMO: PROC(DFHEIPTR,COMMAREA_PTR) OPTIONS(MAIN REENT
_ 20.1 1 DCL 1 DFHC... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
8ddbf0401740-2 | _ 32.1 02 EIBFIL01 FIXED BIN(15),
_ 33.1 02 EIBCPOSN FIXED BIN(15),
_ 34.1 02 EIBCALEN FIXED BIN(15),
_ 35.1 02 EIBAID CHAR(1), ... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
b6c80f65aff0-0 | InterTest™ and SymDump ® 11.0
NOTE
The statement numbers on your screen might not match the numbers that are shown in the illustrations. This
fact does not affect your ability to perform the test session.
View the Source Listing Profile
Type PROFILE on the Command line and press Enter (or, press PF4 Profile) to view th... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
b6c80f65aff0-1 | Stepping amount = 001 The number of STMTS to execute
Auto-stepping = OFF ON to activate; press PF4 to change values
Source List BKPT = ON OFF to use the detailed breakpoint display
From terminal ID = U006 Terminal ID where the program will execute ... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
06a420a4426d-0 | InterTest™ and SymDump ® 11.0
View Monitoring Status
To verify that the demo program is being monitored, display the Monitoring Status report for the current program.
1.Press PF12 , or type STATUS on the command line and press Enter.
CA InterTest for CICS - PROTSYM FILE SOURCE LISTING DISPLAY
COMMAND ===... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
06a420a4426d-1 | *** End of data ***
PF1 Help 2 Refresh 3 End 4 Return 5 Collapse 6 Expand
PF7 Backward 8 Forward 9 10 11 12
Each entry in the monitoring status display for PL1DEMO indicates the follo... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
6550dc93987d-0 | InterTest™ and SymDump ® 11.0
NOTE
For details on using and switching the User ID Monitoring Option, see Monitoring Menu Options.
–The last entry shows that the SLB option for Source Listing breakpoints is on. SLB means InterTest for CICS uses
the Source Listing version of the breakpoint display throughout your test se... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
6550dc93987d-1 | ***** *****
***** *****
***** Please make sure that the program PL1DEMO is monitored by *****
***** CA InterTest. This program will abend if it is not monitored. ****... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
079263076141-0 | InterTest™ and SymDump ® 11.0
CA InterTest for CICS - PROTSYM FILE ABEND DETECTED BREAKPOINT
COMMAND ===>
Program= PL1DEMO Option # Stmt # Margin= 01
Search= ... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
079263076141-1 | that you are viewing.
When InterTest for CICS stops program execution, we say that it halts the program at a breakpoint. This occurs
automatically, as in the example, or the program halts at a breakpoint set by you, the programmer. The A to the left of the
assignment statement indicates that the current halt in program... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
e7f0cdf31534-0 | InterTest™ and SymDump ® 11.0
_____ TASKNUM | ?00000.
---------+---------------------------------------------------------------------
_ 636.1 CONTINUE_TASK:
_ 637.1 MAPNUM = '00'; ... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
e7f0cdf31534-1 | datatype, in this case low values (binary zeros).
Up to six data items at a time display within the scrollable Keep window. This feature lets you see how the values of data
items change as your program executes. The Keep window remains until you remove all data items from it.
Now, look at the contents of TASKNUM. TASKN... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
5f0e55a7d58a-0 | InterTest™ and SymDump ® 11.0
TASKNUM = _________________
3.Type zeros in the MOVE field, as shown next, and press Enter.
NOTE
The InterTest for CICS MOVE statement automatically eliminates the need for you to know the type of data
(For example binary or packed), or the length of TASKNUM.
CA InterTest for CICS - PR... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
5f0e55a7d58a-1 | CORE=MOVE ZEROS TO TASKNUM
CAIN0201 RECEIVING FIELD has been changed as shown
You can change the contents of a field by overtyping the desired bytes in the Keep window or on the main storage
display. Overtyping is faster than using an InterTest for CICS-generated... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
7e0009f6d059-0 | InterTest™ and SymDump ® 11.0
4.Press Clear.
InterTest for CICS redisplays the breakpoint screen without the explanation of the abend. Note the new value of
TASKNUM in the Keep window.
NOTE
You also can correct this bug using indirect commands, which are described in PL/I Advanced Monitoring
Features.
Control Program E... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
7e0009f6d059-1 | What You Can Do When Your Program Is Stopped
Once a program is stopped, you can use the InterTest for CICS testing and debugging facilities to do the following tasks:
•Examine the source listing
•Examine and modify main and auxiliary storage to detect and correct errors
•Set and remove breakpoints
•Examine a program ba... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
381c1166ebfe-0 | InterTest™ and SymDump ® 11.0
IF TASKNUM = 1 THEN
1.Type U to the left of the statement number on the IF TASKNUM = 1 THEN line.
2.Press Enter.
CA InterTest for CICS - PROTSYM FILE ABEND DETECTED BREAKPOINT
COMMAND ===>
Program= PL1DEMO ... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
381c1166ebfe-1 | _ 650.1 DO;
_ 651.1 1 1 DCL DFHENTRY_BF5EF358_068E978B BASED(ADDR(DFHEI0)
_ 652.1 ASSEMBLER) ENTRY(*,CHAR(7),*,FIXED BIN(15),CHAR(7));
3.Press PF5 (Resume) to continue execution from where the program is stopped (a... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
db7a4d1b9f82-0 | InterTest™ and SymDump ® 11.0
NOTE
The value of TASKNUM is now 1 because the TASKNUM = TASKNUM + 1 statement executed successfully.
When you are stopped at a breakpoint, you have many choices. You can do the following tasks:
•Scroll or search through your source listing
•Examine and modify main and auxiliary storage
•A... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
db7a4d1b9f82-1 | _ 639.1 1 IF TASKNUM > 2 THEN
_ 640.1 1 GOTO END_SESSION;
x ==>.1 1 IF TASKNUM = 1 THEN
_ 642.1 1 GOTO SENDSCR3; ... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
4d14e44a7151-0 | InterTest™ and SymDump ® 11.0
or R to remove option(s).
Option Description Attributes
_ - PL1DEMO Program monitor entry PL/I
| Waiting at breakpoint ... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
4d14e44a7151-1 | **** ****
**********************************************************************
You have completed the sample CA InterTest test session. As part of this
session, you: ... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
2ef74c41c226-0 | InterTest™ and SymDump ® 11.0
Press ENTER or CLEAR to complete the termination.
This screen reminds you that we have touched on just a few of InterTest for CICS powerful, easy-to-use testing and
debugging facilities.
To complete this part of the sample test session, press Clear or... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
2ef74c41c226-1 | Resume program execution
Use the RESUME command or PF5.
Now read the next article to learn how to use these and other basic InterTest for CICS functions to test your own
programs.
PL/I Debugging Programs
This article provides an overview of key InterTest for CICS functions.
For complete information, see CICS Debugging,... | /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.