gtpp1m18Program Development Support Reference

Description of a Main Storage Dump

This section shows the format and content of a typical main storage dump. As each section of the dump is presented, it is followed by an explanation of the headings and labels that appear in that section of the dump.

Cover Page

Figure 36 shows an example of a cover page.

Figure 36. Dump Cover Page

                                                                                                          DUMP 1623       PAGE     1
SYSTEM ERROR NUMBER   CTL-I000004   VIRTUAL STORAGE ERROR IN OP                   DATE - 16AUG      TIME - 19.53.03
                                    CAUSE OF ERROR - PAGE TRANSLATION EXCEPTION
*APPENDED CONSOLE MESSAGE  -  PSW    071D2000 801A4A70
                              R0-R7  00000000 0030F000 00319C00 00319A80 00010000 00000029 00306390 0030639A
                              R8-R15 001A4A10 00306000 000070B0 00001000 00002000 0016BB90 00328000 801A4A18
 
                                       THIS PRODUCT CONTAINS 'RESTRICTED MATERIALS OF IBM'
                                       5748-T14 (C) COPYRIGHT IBM CORP 1979, 1993
                                       LICENSED MATERIAL - PROGRAM PROPERTY OF IBM
                                       REFER TO COPYRIGHT INSTRUCTIONS FOR  NUMBER G120-2083
****************************************************************************************************************************
                                 TRANSACTION PROCESSING FACILITY 4.1 PUT LEVEL nn
****************************************************************************************************************************
*LOGICAL CPU ID - B   *SUBSYSTEM NAME - BSS   *SUBSYSTEM USER NAME - HPN
 
*STATE OF FAILING SS          1052
*SYSTEM ERROR WORD            N/A
*SYSTEM ERROR OPTIONS         LONG  OPR DUMP
*DUMP KEYWORDS                ICAPT  ICNFTBL  ICPSE  ISMDT  ICPLKMP  IISG1  IISG2  IISG3  IIUG1  IIUG2  IIUG3  IMFST  IDCLS
                              IEVMDAT
*SYSTEM TRACES ACTIVE         MACRO  ENTER  SYSLOG  I/O  BRANCH
 
*CPU ID                       FF1144823090
*SIZE OF SVM                  0020 MB
*NO. OF ACTIVE I-STREAMS      03
*FAILING I-STREAM             03
*V EQUAL R MODE               NO
*BLK CHECK MODE               NO
*ECB PRIVATE AREA             00300000 TO 00400000
*ERROR OCCURRED IN            EVM
*FAILING PROGRAM              CVZZKW  +0060  LOADSET-BASE
 
*STORAGE PROTECTION KEYS
00000000 TO 000C8FFF - KEY IS F
000C9000 TO 000F7FFF - KEY IS E
000F8000 TO 000F9FFF - KEY IS C
000FA000 TO 000FCFFF - KEY IS 1
000FD000 TO 00104FFF - KEY IS C
00105000 TO 00108FFF - KEY IS 1
00109000 TO 0010DFFF - KEY IS C
0010E000 TO 00156FFF - KEY IS F
00157000 TO 00158FFF - KEY IS 1
00159000 TO 00173FFF - KEY IS F
00174000 TO 00254FFF - KEY IS 0
00255000 TO 004F3FFF - KEY IS  VARIABLE - 4KB COMMON/FRAMES/ECBS
004F4000 TO 0110FFFF - KEY IS F
   .           .        .
   .           .        .
   .           .        .
01347000 TO 0134AFFF - KEY IS C
0134B000 TO 0134EFFF - KEY IS 1
0134F000 TO 01356FFF - KEY IS C
01357000 TO 0135AFFF - KEY IS 1
0135B000 TO 01366FFF - KEY IS C
01367000 TO 01372FFF - KEY IS 1
01373000 TO 0137AFFF - KEY IS C
0137B000 TO 013EDFFF - KEY IS F

Table 24 explains the headings and labels that appear in this section of the main storage dump.

Table 24. Headings in the Main Storage Dump for the Cover Page Section

Heading Description
*DUMP-xxxx This item in the dump header line contains the dump sequence number (decimal 1623 in this case). The sequence number indicates when a dump was issued in relation to a series of dumps.
*SYSTEM ERROR NUMBER CTL-xxxxxx or OPR-xxxxxx This heading includes the prefix and the hexadecimal system error number (xxxxxx). Together they identify the error that was detected by the control program (CP) or an operational program.

The heading shown in the example dictates that the CP detected an I000004 error, which is a page-translation exception in an operational application program. The prefix I indicates that this is an IBM-detected error. See Messages (System Error and Offline) for more information about the system error numbers for IBM errors.

The heading MANUAL DUMP is used rather than the heading shown previously when a system error dump is forced by an operator. See TPF Operations for more information about the ZDUMP command.

*DATE-ddmmm This heading shows the TPF day and month date of the system error dump.
*TIME-hh.mm.ss This heading contains the value of the TPF 24-hour local time clock when the dump was taken. The time is provided in hours, minutes, and seconds (decimal).
*CAUSE OF ERROR This heading describes the reason for the system error. It only appears in the case of hard errors (for example, not software initiated).
*APPENDED CONSOLE MESSAGE An appended message to a system error is an additional informative message provided by the coder of the SERRC macro, and displayed on the prime computer room agent set (CRAS) as well as in the dump. In the case of hard errors such as a page-translation exception, the appended message contains the program status word (PWB) and failing program's registers at the time of the error.
*LOGICAL CPU ID The TPF logical central processing unit (CPU) ID of the failing processor in the loosely coupled complex of a high performance option (HPO) configuration.
*SUBSYSTEM NAME The multiple database function subsystem name associated with the failing entry control block (ECB) in an HPO configuration.
*SUBSYSTEM USER NAME The multiple database function subsystem user name associated with the failing ECB in an HPO configuration.
*STATE OF FAILING SS The state of the multiple database function subsystem in which the error occurred. If state change was in progress, this indication expands to show the cycle-from and cycle-to states.
*SYSTEM ERROR WORD The SERRC macro expansion appears here on software initiated errors.
*SYSTEM ERROR OPTIONS The ZASER options in effect when the dump was taken that have an effect on dump content.
*DUMP KEYWORDS The list of storage keywords identifying the large areas of storage that do not normally appear in system storage dumps but are included in this dump. See the TPF Main Supervisor Reference.
*SYSTEM TRACES ACTIVE The system traces active at the time of the dump. The trace options are controlled online by entering the ZSTRC command.
*CPU ID The hardware CPU ID of the executing processor.
*SIZE OF SVM The size of the system virtual memory (SVM) on the main I-stream, expressed in megabytes.
*NO. OF ACTIVE I-STREAMS The number of active I-streams is a function of the hardware configuration, plus any ZCNIS commands that have been issued.
*FAILING I-STREAM Identifies the I-stream on which the failure occurred. The status information for this I-stream appears first in the dump.
*V EQUAL R MODE Indicates whether the TPF system is running in VEQR mode or normal mode.
*BLK CHECK MODE Indicates whether the TPF system is running in block check mode.
*ECB PRIVATE AREA The starting and ending ECB virtual addresses of the ECB private area.
*ERROR OCCURRED IN Indicates whether the error occurred in the SVM or in an ECB virtual memory (EVM).
*FAILING PROGRAM If an ECB was associated with the error, the following information is displayed:
  • Name and version of the failing program. If the TPF system was not generated with support for tracking program versions, the version of the failing program is not displayed.
  • Displacement into the listing where the error occurred.
  • Name of the loadset in which the failing program is contained. If the failing program is not contained in an E-type loader loadset, it is considered to be a base program and the word BASE is displayed.
If there is no ECB associated with the error, then N/A is displayed.
*STORAGE PROTECTION KEYS During processing of a system error dump, the storage protection keys are dynamically captured and displayed in the dump. When compared with the storage layout illustrated in the TPF Main Supervisor Reference this table provides an indication of where the various storage areas reside in the online system.

Dump Label Index

Figure 37 shows an example of the dump label index.

Note:
If you are dumping multiple subsystems, the addresses are in ascending order.

Figure 37. Dump Label Index

                           DUMP LABEL INDEX                                       DATE - 16AUG      TIME - 19.53.03
     LABEL   I-S   ADDRESS
----------------------------------------------------------------------------------------------------------------------------
      ALS          01166000
      ANT          00154C40
      BBT          001192C0
      BIT          011BD000
      BSA          00154B20
      BVT          001505D0
      CBT          00528000
      CCB          01209000
      CCC          00150748
      CCT          00014ECE
      CDB          012293E0
      CIO          013DB000
      CLK          00001DB0
      CLV          00000BBC
      CMB          00255000
      CNF          0000112C
      CPY          00000C78
      CRS          0014FE40
      CST          0013B6D0
      CTL1    01   013D9000
      CTL2    02   013DA000
      CTT          0014F9A8
      CWA          0122A148
      CWP          00150510
      CYA          0010F010
      DAA          0121B000
      DCL1    01   0059F000
      DCL2    02   005A1E00
      DCL3    03   005A4C00
      DCR1    01   0059E000
      DCR2    02   0059E080
      DCR3    03   0059E100
      DK1          00255000
      DK2          00255420
      DNT          01227660
      DSD          00000C08
      ECB          003C8000
      ECT          00538600
      FCA          0010F050
      FCT          00528E00
      FC0          013AF000
      FHD          0012B270
      FRM          00300000
      FRT          0014ED30
      FS0          0013DB38
      FS1          0013DD20
      FS2          0014D120
      GFN          01227178
       .              .
       .              .
       .              .

Table 25 explains the headings and labels that appear in this section of the main storage dump.

Table 25. Headings in the Dump Label Index

Heading Description
*DUMP LABEL INDEX This is an alphabetically sorted index of all dump labels that appear in the system error dump. Multiple addresses are listed for labels that are I-stream or subsystem unique. See Main Storage Dump Labels for more information about the individual dump labels.

I-Stream Status Display

Figure 38 shows an example of the I-stream status display.

Figure 38. I-Stream Status Display

*IS STATUS DISPLAY    IS-0001    CPUADDR-0000
 
*GENERAL REGISTERS
  0-7     R0  00000000 000619F0  R1    R2  00000200 00061A50  R3    R4  00007D98 00007D9C  R5    R6  00002280 00000002  R7
  8-15    R8  001A4A10 004D6000  R9    R10 00064F38 00001000  R11   R12 00002000 00159F90  R13   R14 000619F0 00061120  R15
 
*CONTROL REGISTERS
  0-7     C0  1CB0BEE0 0059300F  C1    C2  00000000 70000000  C3    C4  00000000 00000000  C5    C6  80000000 0113800F  C7
  8-15    C8  0000FFFF 00000000  C9    C10 00000000 00000000  C11   C12 813DFF24 0113800F  C13   C14 D7000000 00000000  C15
 
*FLT PT REGISTERS
  0-6     FR0 00000000 00000000        FR2 00000000 00000000        FR4 00000000 00000000        FR6 00000000 00000000
 
*CURRENT PSW AT TIME OF DUMP - 070EC000 800616B8
 
*PSWS               OLD                   NEW            INTRPT CODE
*   RESTART   00000000 00FF0000   000C0000 00000F80
*   EXTERNL   070EC000 800616B8   040CC000 8000C420   00000000 00021202
*   SVC       071D0000 801A4A30   050C0000 8001F200   000200B6
*   PROGRAM   071D0000 8000307C   000CC000 80034008   00040040
*   MACHINE   00000000 00000000   0008C000 8002F000   00000000 00000000
*   I/O       070EC000 800616B8   040CC000 813DBAD0   00010007 013D3800
 
*CLOCK COMP   FFFFFFFF FFFFF000
*CPU TIMER    FFFFFFFF FFFDC700
*TOD CLOCK    A62D139E 20711812
 
*TRANS EXC ID 00000000
*MONITOR CLS  0001
*PER CODE     0000
*PER ADDRESS  00000000
*MONITOR CODE 00000000
 
*PREFIX REG   013DE000
*SYSTEM LOG   01131878
*CIO IRB      10804007 0013DD90 0C000000 00800000
*CIO SENSE    00000000 00000000 00000000 00000000
              00000000 00000000 00000000 00000000
*CIO SDA      04E0
*CIO SENSE COMPLETION  0C000018
 
*LAST 10 BRANCH TABLE ENTRIES
              80067D8E
              80060E44
              80060F00
              80060CE8
              80053D8A
              800C0250
              800BFB70
              800C0250
              80004C00
              80060E44 LAST

Table 26 explains the headings and labels that appear in this section of the main storage dump.

Table 26. Headings in the I-Stream Status Display

Heading Description
*IS STATUS DISPLAY This heading indicates which I-stream information is about to be displayed. The heading includes the I-stream number and control program (CPU) address. An I-stream status display is included for each I-stream that was active at the time of the system error dump.

The status display in the previous example is for the main I-stream.

*GENERAL REGISTERS This is a general heading for the list of the contents of all general registers. The contents reflect the status of the registers when the system error dump was issued.
* R0-R7 These general registers may be used by operational programs and the control program. Their contents are variable.
* R8 When a system error dump is issued for an error that is not related to an operational program, the content of R8 is unpredictable. When a dump reflects an operational program error, R8 should contain the base address of the operational program processing the entry that caused the dump.
Note:
The system error message sent to the prime computer room agent set (CRAS) notifying the operator of the dump contains the program name referenced through 4(R8).
* R9 When a system error dump is issued for an error that is not related to an operational program, the contents of R9 are unpredictable. When a dump reflects an operational program error, R9 should contain the base address of the entry control block (ECB) in use by the entry that caused the system error dump.
* R10-R13 R10 is a floating base register for use by the control program (CP). R11 and R12 are preset by the CP initializer to the base addresses of the second and third 4096-byte modules of the CCNUCL CSECT CP. The first module, which is located in the first 4096 bytes of main storage, does not require a base register allocation. R13 is used throughout the CP as a stack pointer.

The following values should be in these registers.

Register
Value

 R10 
Variable

 R11 
X'1000'

 R12 
X'2000'

 R13 
Variable
* R14-R15 Same as R0.
*CONTROL REGISTERS This is a general heading for the list of the contents of all control registers. The contents reflect the status of the registers when the system error dump was issued.

Control register 1 contains the segment table designation for the currently active ECB virtual memory (EVM). Control register 13 contains the segment table designation for the system virtual memory (SVM) on this I-stream. Bits 1-19 of a segment table designation, with 12 zeros appended on the right, form the real address of the segment table for an address space. See ESA/370 Principles of Operation and ESA/390 Principles of Operation for more information.

Control registers 9-11 contain the event masks, starting address and ending address associated with program event recording (PER) support.

If branch trace is active, control register 12 identifies the real address of the next available branch trace entry.

*FLT PT REGISTERS This is a general heading for the list of the contents of all floating point registers. The contents reflect the status of the registers when the system error dump was issued.
*CURRENT PSW AT TIME OF DUMP This is the program status word at the time the error occurred.
*PSWS See ESA/370 Principles of Operation and ESA/390 Principles of Operation for information about the program status words (PSWs) and interrupt codes.
* RESTART Old and new restart PSWs.

If system error processing is unable to cause all I-streams to enter CPSE, the error is forced catastrophic with the SIGP EXTERNAL CALL FAILED message, and a SIGP restart order is used. In this situation the address field of the restart old PSW in the I-stream status displays for the other I-streams indicates where the I-streams were processing when the SIGP failure occurred.

* EXTERNAL Old and new external PSWs, and external interruption code.

The address field of the external old PSW in the I-stream status displays for the other I-streams indicates where the I-streams were processing when the failing I-stream caused them to interrupt what they were doing and enter CPSE.

* SVC Old and new supervisor call PSWs, and SVC interruption code.

The SVC old PSW references the last SVC issued. The address portion locates the place from where it was issued (if the system error dump was issued during a macro service routine) or points to the next sequential instruction after the SVC and its parameters, if control has been returned to the program issuing the SVC. The SVC new PSW contains the address of the macro decoder CSECT. See TPF Main Supervisor Reference for more information about the macro decoder.

* PROGRAM Old and new program PSWs, program interruption code.

For program interrupts for which the failing operations nullified (for example, segment- and page- translation exceptions), the address portion of the program old PSW points to the failing instruction. For all other program interrupts, the address portion of the program old PSW points to location of the next sequential instruction after the instruction that caused the interrupt.

* MACHINE Old and new machine check PSWs, and machine interruption code.
* I/O Old and new input/output (I/O) PSWs, and I/O interruption code.
*CLOCK COMP Identifies the contents of the clock comparator.
*CPU TIMER Identifies the contents of the central processor unit (CPU) timer.
*TOD CLOCK Identifies the contents of the time-of-day (TOD) clock.
*TRANS EXC ID On a segment- or page-translation exception, bits 1-19 identify the virtual address that caused the exception, rounded down to the nearest 4 KB boundary. Bits 30-31 are copied from the address space control bits in the PSW at the time the error occurred. If these bits are zeros the error occurred in an ECB virtual memory (EVM); if they are ones the error occurred in the system virtual memory (SVM).

In the previous example, a virtual address of X'0030F000' caused a page translation exception in an EVM.

*MONITOR CLS Identifies the monitor class of the most recent monitor call issued.
*PER CODE Identifies the type of PER event associated with the most recent PER interrupt.
*PER ADDRESS Identifies the address of the instruction that triggered the most recent PER interrupt.
*MONITOR CODE Identifies the monitor code of the most recent monitor call issued.
*PREFIX REG Identifies the real address of the prefix page for this I-stream.
*SYSTEM LOG Identifies the system virtual address of the start of the system log trace buffer for this I-stream.
*CIO IRB Identifies the first 4 words of the interrupt response block. This includes the subchannel-status word and the extended-status word for the most recent I/O interrupt.
*CIO SENSE Identifies the sense data, if any, last obtained by the common I/O routine.
*CIO SDA Identifies the symbolic device address (SDA) that was last used by the common I/O routine. The IRB and sense data presented previously are for this device.
*CIO SENSE COMPLETION Identifies the sense completion code last obtained by CIO.
*LAST 10 BRANCH TABLE ENTRIES The destination addresses of the last 10 BALR, BASR, BASSM, or BAKR instructions issued. This display appears only if branch trace is active.

Area of Program Error

Figure 39 shows an example of an area of program error.

Figure 39. Dump Cover Page

*******************************************************************************************************************
*AREA OF PROG ERROR
001A4270      93EC0B06 D5005000           8204D200 93B81000           DC0093B8 82D20000           00000010 00000000
001A4290      00000000 00000000           00000000 40404040           40404040 40404040           40404040 40404040
001A42B0      40404040 40404040           40400000 00000006           2CC2C5C7 C9D540C4           C9E2D7D3 C1E8404B
001A42D0      4B4B4B4B 4B4B4B4B           4B4B4B4B 4B4B4B4B           4B4B4B4B 4B4B4B4B           4B4B4B4B 4B40404B
001A42F0      4B4B4B4B 4B4B4B60           404B4B4B 4B4B4B4B           4B4B4B4B 4B4B4B4B           4B4B4B4B 4B4B4B4B
001A4310      4B4B4B4B 4B4B4B4B           4B4B4B4B 404B4B4B           4B4B4B4B 4B4B4B4B           4B4B4B4B 4B4B2BC5
001A4330      D5C440D6 C640C4C9           E2D7D3C1 E8406040           E9C5D9D6 C5C440D3           C9D5C5E2 40D5D6E3
001A4350      40C4C9E2 D7D3C1E8           C5C44B4B 4B4B4B4B           4B4B4B4B 4B4B4B4B           4B4B4B4B 4B4B4B4B
001A4370      4B4B4B4B 4B4B4B4B           4B4B4B4B 4B4B4B4B           4B4B4B4B 4B4B4B4B           4B4B4B4B 4B4B4B4B
001A4390      4B4B4B4B 4B4B4B4B           4B4B404B 4B4B4B4B           4B4B4B4B 4B4B4B4B           4B4B4B4B 4B4B4B4B
001A43B0      4B4B4B4B 4B5B5C4B           4B4B6061 4B4B4B4B           4B4B4B4B 4B4B4B4B           4B4B4B4B 4B4B4B4B
001A43D0      4B4B4B4B 4B4B4B4B           4B4B4B4B 4B4B4B4B           4B4B4B4B 4B4B4B4B           4B4B4B4B 4B4B4B4B
001A43F0      4B4B4B4B 4B4B4B4B           4B4B4B4B 4B4B4B4B           4B4B4B4B 4B4B4B4B           4B4B4B4B 4B4B4B4B
001A4410      4B4B4B4B 4B4B4B4B           4B4B4BC1 C2C3C4C5           C6C7C8C9 4B4B4B4B           4B4B4BD1 D2D3D4D5
001A4430      D6D7D8D9 4B4B4B4B           4B4B4B4B E2E3E4E5           E6E7E8E9 4B4B4B4B           4B4BF0F1 F2F3F4F5
001A4450      F6F7F8F9 4B4B4B4B           4B4B0000 00000000           00000A00 00000000           F0F761F2 F161F9F2
001A4470      F0F14BF4 F1F2F400           00FF0597 C3E5C9E3           94009368 9501910D           4770812A 95019105
001A4490      47808412 41209008           58309100 D2009328           200ED200 932B2010           D2009348 200FD201
001A44B0      92E22013 D2009323           2015BFE3 20110AFC           200ED203 30042008           4D70837A 4DE0B128
001A44D0      01DC18EE 9180E000           4710807C 9108E001           4710807C 91C03000           471080CC 58003008
001A44F0      47F081AC 96209328           91803000 4710808C           96029328 91403000           4780809C 91409368
001A4510      471080B0 48F01010           41EF1012 926DE000           41F0F001 40F01010           4DE0B230 00017218
001A4530      91409368 47108330           96029328 4D70837A           47F0808C 91409368           4710807C 05EB0108
001A4550      18214D70 837A0A34           4008D6D4 D2032008           90849501 91154780           80F60A16 100005EB
   .             .        .                  .        .                  .        .                  .        .
   .             .        .                  .        .                  .        .                  .        .
   .             .        .                  .        .                  .        .                  .        .
001A5250      00000000 00000000           00000000 00000000           00000000 00000000           00000000 00000000
 
*******************************************************************************************************************

Table 27 explains the headings and labels that appear in this section of the main storage dump.

Table 27. Headings in the Dump Cover Page

Heading Description
*AREA OF PROG ERROR Only applicable for hard errors (CTL-I000001 through CTL-I000004). Displays an area starting 2 K below the address in the program old PSW and ending 2 K above this address. This display occurs only for the failing I-stream.

If an input/output (I/O) interrupt occurred within the range shown, the I/O INTERRUPT OCCURRED AT xxxxxxxx heading appears to call attention to this fact.

Areas Referenced by General Registers

Figure 40 shows an example of areas referenced by general registers.

Figure 40. Areas Referenced by General Registers

*AREA REFERENCED BY REGISTER 2
00319400      00000000 00000000           00000000 00000000           00000000 00000000           00000000 00000000
00319780      00000000 0021A5E8           00000000 FFFFFFFF           00840000 0001C811           4040C3E2 D4D7F0F0
003197A0      F9F7C940 F1F94BF5           F34BF0F3 40C3D7E4           60C240E2 E260C2E2           E24040E2 E2E460C8
003197C0      D7D54040 C9E260F0           F315C7D6 C7D6F0F0           F0F1C940 F1F94BF5           F34BF0F3 40C1D7D7
003197E0      D3C9C3C1 E3C9D6D5           40C6C9E7 C5C440C3           D6D9C540 D3D6C1C4           C5C415D4 D6C4C540
00319800      F715E2E2 E440C8D7           D5406060 40C960E2           40F0F315 19FF0000           00000000 00000000
00319820      00000000 00000000           00000000 00000000           00000000 00000000           00000000 00000000
003198E0      00000000 00000000           00000000 00000000           00000000 00000000           00000000 00130000
00319900      00000000 00211500           00000000 00000000           00670100 00F1C211           0000C3E2 D4D7F0F0
00319920      F9F7C940 F1F94BF5           F34BF0F1 40C3D7E4           60C240E2 E260C2E2           E24040E2 E2E460C8
00319940      D7D54040 C9E260F0           F1110000 C3E2D4D7           F0F0F9F9 C940F1F9           4BF5F34B F0F140F0
00319960      F1F0F0F0 F060C240           E9E3D4D5 E340D9E3           C140F4F2 F040C2D7           4E000000 00000000
00319980      00000000 00000000           00000000 00000000           00000000 00000000           00000000 00000000
00319A60      00000000 00000000           00000000 00000000           00000000 000031E7           B000327B E0130000
00319A80      0E4B4B4B 4B4B4B60           C240E9E3 C5E2E300           00000000 00000000           00000000 00000000
00319AA0      00000000 00000000           00000000 00000000           00000000 00000000           00000000 00000000
00319BE0      00000000 00000000           00000000 00000000           00000000 00000000           00000000 00130000
00319C00      00000000 0051185A           00000000 00000000           00090100 00E9E3C5           E2E34E00 00000000
00319C20      00000000 00000000           00000000 00000000           00000000 00000000           00000000 00000000
00319D60      00000000 00000000           00000000 00000000           00000000 00000000           00000000 00130000
00319D80      00000000 00000000           00000000 00000000           00000000 00000000           00000000 00000000
00319E80      00000000 0051185A           00000000 00000000           00090100 00E9E3C5           E2E34E00 00000000
00319EA0      00000000 00000000           00000000 00000000           00000000 00000000           00000000 00000000
00319FE0      00000000 00000000           00000000 00000000           00000000 00000000           00000000 00130057
 
*AREA REFERENCED BY REGISTER 3
00319280      00000000 00000000           00000000 00000000           00000000 00000000           00000000 00000000
00319780      00000000 0021A5E8           00000000 FFFFFFFF           00840000 0001C811           4040C3E2 D4D7F0F0
003197A0      F9F7C940 F1F94BF5           F34BF0F3 40C3D7E4           60C240E2 E260C2E2           E24040E2 E2E460C8
003197C0      D7D54040 C9E260F0           F315C7D6 C7D6F0F0           F0F1C940 F1F94BF5           F34BF0F3 40C1D7D7
003197E0      D3C9C3C1 E3C9D6D5           40C6C9E7 C5C440C3           D6D9C540 D3D6C1C4           C5C415D4 D6C4C540
00319800      F715E2E2 E440C8D7           D5406060 40C960E2           40F0F315 19FF0000           00000000 00000000
00319820      00000000 00000000           00000000 00000000           00000000 00000000           00000000 00000000
003198E0      00000000 00000000           00000000 00000000           00000000 00000000           00000000 00130000
00319900      00000000 00211500           00000000 00000000           00670100 00F1C211           0000C3E2 D4D7F0F0
00319920      F9F7C940 F1F94BF5           F34BF0F1 40C3D7E4           60C240E2 E260C2E2           E24040E2 E2E460C8
00319940      D7D54040 C9E260F0           F1110000 C3E2D4D7           F0F0F9F9 C940F1F9           4BF5F34B F0F140F0
00319960      F1F0F0F0 F060C240           E9E3D4D5 E340D9E3           C140F4F2 F040C2D7           4E000000 00000000
00319980      00000000 00000000           00000000 00000000           00000000 00000000           00000000 00000000
00319A60      00000000 00000000           00000000 00000000           00000000 000031E7           B000327B E0130000
00319A80      0E4B4B4B 4B4B4B60           C240E9E3 C5E2E300           00000000 00000000           00000000 00000000
00319AA0      00000000 00000000           00000000 00000000           00000000 00000000           00000000 00000000
00319BE0      00000000 00000000           00000000 00000000           00000000 00000000           00000000 00130000
   .             .        .                  .        .                  .        .                  .        .
   .             .        .                  .        .                  .        .                  .        .
   .             .        .                  .        .                  .        .                  .        .

Table 28 explains the headings and labels that appear in this section of the main storage dump.

Table 28. Headings in the Areas Referenced by General Registers

Heading Description
*AREA REFERENCED BY REGISTER n The contents of each general register on the failing I-stream are examined in turn. If a register contains a value that can be interpreted as a valid address in the failing address space, an area beginning 2 K below this address and ending 4 KB above this address is displayed. Areas referenced by the registers are not displayed if they are also displayed later in the system error dump.

C/C++ Language Register Environments

There are 2 register environments, which follow here.

The compiler makes assumptions about registers for C/C++ language. These register assumptions are displayed in Table 29.

Table 29. Register Conventions for C/C++ Language

Register Environment Description
R0 ISO-C function entry Not specified by the compiler.
ISO-C function return Not specified by the compiler.
TARGET(TPF): After ICPLOG call Not specified by the compiler.
TARGET(TPF): Before macro call Not specified by the compiler, except as required by the macro entry interface.
TARGET(TPF): After macro return Same as at call unless modified by the macro service routine
TARGET(TPF): Preceding ICPLOG Not specified by the compiler.
R1 ISO-C function entry C linkage parameter list.
ISO-C function return Address of a function returned from.
TARGET(TPF): After ICPLOG call Not specified by the compiler.
TARGET(TPF): Before macro call Base register or not specified by the compiler.

At least one of these must be a base register for the function or the macro. Other than that, not specified by the compiler unless required by the macro entry interface..

TARGET(TPF): After macro return Same as at call unless modified by the macro service routine. (The function or macro base register set up before the call is required until R8 is restored from CSTKLBAS.)
TARGET(TPF): Preceding ICPLOG Not specified by the compiler.
R2 ISO-C function entry Not specified by the compiler.
ISO-C function return Same as at Call.
TARGET(TPF): After ICPLOG call Not specified by the compiler. If the register is used by the function, it must have been saved by coding the ICPLOG HIGHREG parameter
TARGET(TPF): Before macro call Base register or not specified by the compiler.

At least one of these must be a base register for the function or the macro. Other than that, not specified by the compiler unless required by the macro entry interface.

TARGET(TPF): After macro return Base register or not specified by the compiler.

At least one of these must be a base register for the function or the macro. Other than that, not specified by the compiler unless required by the macro entry interface.

TARGET(TPF): Preceding ICPLOG Not specified by the compiler.
R3 ISO-C function entry Not specified by the compiler.
ISO-C function return Same as at Call.
TARGET(TPF): After ICPLOG call Not specified by the compiler. If the register is used by the function, it must have been saved by coding the ICPLOG HIGHREG parameter
TARGET(TPF): Before macro call Base register or not specified by the compiler.

At least one of these must be a base register for the function or the macro. Other than that, not specified by the compiler unless required by the macro entry interface.

TARGET(TPF): After macro return Base register or not specified by the compiler.

At least one of these must be a base register for the function or the macro. Other than that, not specified by the compiler unless required by the macro entry interface.

TARGET(TPF): Preceding ICPLOG Not specified by the compiler.
R4 ISO-C function entry Not specified by the compiler.
ISO-C function return Same as at Call.
TARGET(TPF): After ICPLOG call Not specified by the compiler. If the register is used by the function, it must have been saved by coding the ICPLOG HIGHREG parameter
TARGET(TPF): Before macro call Base register or not specified by the compiler.

At least one of these must be a base register for the function or the macro. Other than that, not specified by the compiler unless required by the macro entry interface.

TARGET(TPF): After macro return Base register or not specified by the compiler.

At least one of these must be a base register for the function or the macro. Other than that, not specified by the compiler unless required by the macro entry interface.

TARGET(TPF): Preceding ICPLOG call Not specified by the compiler.
R5 ISO-C function entry Not specified by the compiler.
ISO-C function return Same as at Call.
TARGET(TPF): After ICPLOG call Not specified by the compiler. If the register is used by the function, it must have been saved by coding the ICPLOG HIGHREG parameter
TARGET(TPF): Before macro call Base register or not specified by the compiler.

At least one of these must be a base register for the function or the macro. Other than that, not specified by the compiler unless required by the macro entry interface.

TARGET(TPF): After macro return Base register or not specified by the compiler.

At least one of these must be a base register for the function or the macro. Other than that, not specified by the compiler unless required by the macro entry interface.

TARGET(TPF): Preceding ICPLOG call Not specified by the compiler.
R6 ISO-C function entry Not specified by the compiler.
ISO-C function return Same as at Call.
TARGET(TPF): After ICPLOG call C parameter list.
TARGET(TPF): Before macro call Base register or not specified by the compiler.

At least one of these must be a base register for the function or the macro. Other than that, not specified by the compiler unless required by the macro entry interface.

TARGET(TPF): After macro return Base register or not specified by the compiler.

At least one of these must be a base register for the function or the macro. Other than that, not specified by the compiler unless required by the macro entry interface.

TARGET(TPF): Preceding ICPLOG call Return value (if by register).
R7 ISO-C function entry Not specified by the compiler.
ISO-C function return Same as at Call.
TARGET(TPF): After ICPLOG call Current stack pointer.

If the function does not allocate a stack frame (ICPLOG FRAMESIZE=NO), R7 points to the caller's stack frame. If the function does allocate a stack frame, R7 points to the called function's stack frame. The stack frame tags that are of use to library functions are:

 CSTKMIN 
An absolute symbol for the beginning of the function's automatic storage. The function specifies its automatic storage by coding the ICPLOG FRAMESIZE parameter as the number of bytes of automatic storage to be allocated.

 CSTKLBAS 
A relative symbol for the function's base address. The function stores R8 in this field if it will need to reload its base address after a macro call
TARGET(TPF): Before macro call Not specified by the compiler.

Not specified by the compiler unless required by the macro entry interface.

TARGET(TPF): After macro return Not specified by the compiler.

Not specified by the compiler unless required by the macro entry interface.

TARGET(TPF): Preceding ICPLOG call Stack Pointer.
R8 ISO-C function entry Not specified by the compiler.
ISO-C function return Same as at Call.
TARGET(TPF): After ICPLOG call Program base. Conventionally, this address is also stored in CSTKLBAS.
TARGET(TPF): Before macro call Program base.
TARGET(TPF): After macro return Same as at Call.
TARGET(TPF): Preceding ICPLOG call Stack Pointer.
R9 ISO-C function entry Not specified by the compiler.
ISO-C function return Same as at Call.
TARGET(TPF): After ICPLOG call ECB page 1.
TARGET(TPF): Before macro call ECB page 1.
TARGET(TPF): After macro return ECB page 1.
TARGET(TPF): Preceding ICPLOG call ECB page 1.
R10 ISO-C function entry Not specified by the compiler.
ISO-C function return Same as at Call.
TARGET(TPF): After ICPLOG call Not specified by the compiler.
TARGET(TPF): Before macro call Not specified by the compiler unless required by the macro entry interface.
TARGET(TPF): After macro return Not specified by the compiler unless required by the macro entry interface.
TARGET(TPF): Preceding ICPLOG call Not specified by the compiler.
R11 ISO-C function entry Not specified by the compiler.
ISO-C function return Same as at Call.
TARGET(TPF): After ICPLOG call X'1000'
TARGET(TPF): Before macro call X'1000'
TARGET(TPF): After macro return X'1000'
TARGET(TPF): Preceding ICPLOG call X'1000'
R12 ISO-C function entry Address of TRC.
ISO-C function return Same as at Call.
TARGET(TPF): After ICPLOG call X'2000'
TARGET(TPF): Before macro call X'2000'
TARGET(TPF): After macro return X'2000'
TARGET(TPF): Preceding ICPLOG call X'2000'
R13 ISO-C function entry Stack Pointer.
ISO-C function return Same as at Call.
TARGET(TPF): After ICPLOG call Not specified by the compiler.
TARGET(TPF): Before macro call Not specified by the compiler.
TARGET(TPF): After macro return Not specified by the compiler.
TARGET(TPF): Preceding ICPLOG call Not specified by the compiler.
R14 ISO-C function entry NSI of Caller.
ISO-C function return Same as at Call.
TARGET(TPF): After ICPLOG call Return address (saved by ICPLOG) if a library call, otherwise unknown.
TARGET(TPF): Before macro call Not specified by the compiler unless required by the macro entry interface.
TARGET(TPF): After macro return Same as Call except as modified.
TARGET(TPF): Preceding ICPLOG call Not specified by the compiler.
R15 ISO-C function entry Function entry point.
ISO-C function return Return value.
TARGET(TPF): After ICPLOG call Function entry point if a library call, otherwise unknown.
TARGET(TPF): Before macro call Not specified by the compiler unless required by the macro entry interface.
TARGET(TPF): After macro return Same as at Call except as modified.
TARGET(TPF): Preceding ICPLOG call Not specified by the compiler

Collated Macro Trace Table

Figure 41 shows an example of the collated macro trace table.

Figure 41. Collated Macro Trace Table

 *COLLATED ECB MACRO TRACE ENTRIES
 *ECB ADDRESS      *MACRO *PROG *LOCATION   *PARAMETERS                           *SVC OLD PSW    *CODE *INX   *TIME STAMP
 --------           CXFRC  CHSZ* 00049371 ECB-IMMED ADR-02400000 FMT-A5          CTL-XFER 00049382 CF00      B43B4E81 B784D303
 --------           *DUMP* ----  ----     PROGRAM CHECK INT CODE-01              071D0000 866C108E CB00      B43B4E81 B7816583
 023FA000 *         DECBC  QDCB  +050     TYPE-CREATE  D-00922720                071D1000 866C85BA 003B 0035 B43B4E81 B77E5BC3
 023FD000           MONWC  WGR1  +???                                            071D2000 8000227A 007E      B43B4E81 B77C1D03
 023FD000           FINHC  WGR1  +186     FA-F4017001 RECID-C3D6 LVL-D3          071D3000 804F1D28 0020      B43B4E81 B76AD083
 023FD000           ENTRC  CVIQ  +570     ENTER TO WGR1                                   84A306E4 FF12      B43B4E81 B76A8F03
 023FD000           BACKC  CVI1  +1CA     RETURN TO CVIQ                                  84A310DE FF02      B43B4E81 B769F343
 023FD000           GETCC  CVI1  +1A0     AD-0091FE80 TYPE-L1   LVL-D7           071D1000 84A310B2 002C      B43B4E81 B769DF43
 023FD000           RELCC  CVI1  +164     AD-0091FE80 BKTYP-0021 LVL-D9          071D1000 84A31076 0032      B43B4E81 B769CE83
 023FD000           CEBIC  CVI1  +0E4                                            071D0000 84A30FF6 00FC      B43B4E81 B769B243
 023FD000           CEBIC  CVI1  +0C4                                            071D0000 84A30FD6 00FC      B43B4E81 B7695B03
 023FD000           GETCC  CVI1  +018     AD-0091FA80 TYPE-L1   LVL-D9           071D3000 84A30F2A 002C      B43B4E81 B7692003
 023FD000           ENTRC  CVIQ  +0F2     ENTER TO CVI1                                   84A30266 FF12      B43B4E81 B7691443
 023FD000           BACKC  UOP1  +008     RETURN TO CVIQ                                  84A30EFC FF02      B43B4E81 B7690343
 023FD000           ENTRC  CVIQ  +0BA     ENTER TO UOP1                                   84A3022E FF12      B43B4E81 B768E583
 023FD000           GETCC  CVIQ  +072     AD-0091FC00 TYPE-L0   LVL-D4           071D0000 84A301E4 002C      B43B4E81 B768B303
 023FD000           ENTNC  -CP-  023FD2D4 ENTER TO CVIQ                                   823FD2D8 FF10      B43B4E81 B7688083
 023FA000 *         DLAYC  QDCB  +???                                            071D1000 8465C704 000C      B43B4E81 B7669743
 --------           CXFRC  CHSZ* 0000BBE5 ECB-DEFER ADR-026FD000 FMT-A5          CTL-XFER 0000BBF6 CF00      B43B4E81 B7665F03
 023FA000 *         WTOPC  QDCB  +???                                            071D0000 816059AA 00F0      B43B4E81 B7658983
 023FA000 *         KEYRC  QDCB  +???                                            070D1000 84661056 0076      B43B4E81 B7650F43
 023FA000 *         CINFC  QDCB  +???                                            071D2000 81604FF2 0060      B43B4E81 B764E683
 023FA000 *         MALOC  QDCB  +???     SIZE-00001000 BLOCK-00A0CFD8           071D1000 845ED068 003B 0005 B43B4E81 B762EF03
 023FA000 *         KEYRC  QDCB  +???                                            070D1000 84661056 0076      B43B4E81 B761EDC3
 023FA000 *         CINFC  QDCB  +???                                            071D2000 81604FF2 0060      B43B4E81 B761C903
 023FA000 *         KEYRC  QDCB  +???                                            070D1000 84661056 0076      B43B4E81 B7616A83
 023FA000 *         CINFC  QDCB  +???                                            071D2000 81604FF2 0060      B43B4E81 B7613F83
 023FA000 *         KEYRC  QDCB  +???                                            070D1000 84661056 0076      B43B4E81 B760F943
 023FA000 *         CINFC  QDCB  +???                                            071D2000 81604FF2 0060      B43B4E81 B760E643
 023FA000 *         KEYRC  QDCB  +???                                            070D1000 84661056 0076      B43B4E81 B760B043
 023FA000 *         CINFC  QDCB  +???                                            071D2000 81604FF2 0060      B43B4E81 B7606443
 023FA000 *         GSWBC  CGSW  +026                                            071D1000 84677108 003B 002B B43B4E81 B7600A43
 023FA000 *         MALOC  QDCB  +???     SIZE-00000108 BLOCK-00A02370           071D1000 845ED068 003B 0005 B43B4E81 B75FA003
 023FA000 *         FREEC  QDCB  +???     BLOCK-00A02460                         071D1000 845DAA70 003B 0007 B43B4E81 B75F5583
 023FA000 *         MALOC  QDCB  +???     SIZE-00000007 BLOCK-00A02460           071D1000 845ED068 003B 0005 B43B4E81 B75E2303
 023FA000 *         RELCC  QDCB  +???     AD-0092C000 BKTYP-0051 LVL-DE          071D0000 81604FF2 0032      B43B4E81 B75D8103
 023FA000 *         FINWC  QDCB  +???     FA-FC14000D RECID-FC2A LVL-DE          071D0000 81604FF2 0026      B43B4E81 B6FEF041
 023FA000 *         FREEC  CJ00  +096     BLOCK-00A02208                         071D1000 846E3FB0 003B 0007 B43B4E81 B6FDAE41
 023FA000 *         DECBC  CJ00  +0C0     TYPE-RELEASE D-009226A0                071D0000 847D097A 003B 0035 B43B4E81 B6FD8581
 023FA000 *         DECBC  CJ00  +0C0     TYPE-RELEASE D-00922620                071D1000 847D097A 003B 0035 B43B4E81 B6FD5C81
 023FA000 *         FREEC  CJ00  +026     BLOCK-00A07598                         071D1000 8470729C 003B 0007 B43B4E81 B6FCD581
 023FA000 *         FREEC  CJ00  +026     BLOCK-00A0CF70                         071D1000 846E6D38 003B 0007 B43B4E81 B6FC7F01
 023FA000 *         MALOC  CJ00  +022     SIZE-00001068 BLOCK-00A0CF70           071D1000 84707CB4 003B 0005 B43B4E81 B6FAF101
 023FA000 *         RELCC  CJ00  +046     AD-0092C000 BKTYP-0051 LVL-DF          071D1000 847FA0F4 0032      B43B4E81 B6FA5301
 023FA000 *         MALOC  CJ00  +022     SIZE-00000A00 BLOCK-00A07598           071D1000 847F9FE4 003B 0005 B43B4E81 B6F98781
 023FA000 *         FINWC  CJ00  +0E2     FA-0000000000145831 ID-FC16 D-00922620 071D1000 847F3198 0026      B43B4E81 B646AC87
 023FA000 *         DECBC  CJ00  +098     TYPE-CREATE  D-009226A0                071D1000 847D07D2 003B 0035 B43B4E81 B6465687
 023FA000 *         DECBC  CJ00  +098     TYPE-CREATE  D-00922620                071D1000 847D07D2 003B 0035 B43B4E81 B6462B07
 023FA000 *         CALOC  CJ00  +028     SIZE-00000270 BLOCK-00A02208           071D1000 847EA762 003B 0006 B43B4E81 B645AB47
 023FA000 *         RELCC  QDCB  +???     AD-0092C000 BKTYP-0051 LVL-DE          071D0000 81604FF2 0032      B43B4E81 B643FC87
 023FA000 *         FINWC  QDCB  +???     FA-FC140005 RECID-FC2A LVL-DE          071D0000 81604FF2 0026      B43B4E81 B58A7C87
 023FA000 *         FREEC  CJ00  +096     BLOCK-00A02208                         071D1000 846E3FB0 003B 0007 B43B4E81 B5892A47
 023FA000 *         DECBC  CJ00  +0C0     TYPE-RELEASE D-009225A0                071D0000 847D097A 003B 0035 B43B4E81 B588F807
 023FA000 *         DECBC  CJ00  +0C0     TYPE-RELEASE D-00922520                071D1000 847D097A 003B 0035 B43B4E81 B588CF07
 023FA000 *         FREEC  CJ00  +026     BLOCK-00A07468                         071D1000 8470729C 003B 0007 B43B4E81 B5884187
 023FA000 *         FREEC  CJ00  +026     BLOCK-00A0CF70                         071D1000 846E6D38 003B 0007 B43B4E81 B587E787
 023FA000 *         MALOC  CJ00  +022     SIZE-00001068 BLOCK-00A0CF70           071D1000 84707CB4 003B 0005 B43B4E81 B5864A47
 023FA000 *         RELCC  CJ00  +046     AD-0092C000 BKTYP-0051 LVL-DF          071D1000 847FA0F4 0032      B43B4E81 B6FA5301
 023FA000 *         MALOC  CJ00  +022     SIZE-00000A00 BLOCK-00A07598           071D1000 847F9FE4 003B 0005 B43B4E81 B6F98781
 023FA000 *         FINWC  CJ00  +0E2     FA-0000000000145831 ID-FC16 D-00922620 071D1000 847F3198 0026      B43B4E81 B646AC87
 023FA000 *         DECBC  CJ00  +098     TYPE-CREATE  D-009226A0                071D1000 847D07D2 003B 0035 B43B4E81 B6465687
 023FA000 *         DECBC  CJ00  +098     TYPE-CREATE  D-00922620                071D1000 847D07D2 003B 0035 B43B4E81 B6462B07
 023FA000 *         CALOC  CJ00  +028     SIZE-00000270 BLOCK-00A02208           071D1000 847EA762 003B 0006 B43B4E81 B645AB47
 
 023FA000 *         RELCC  QDCB  +???     AD-0092C000 BKTYP-0051 LVL-DE          071D0000 81604FF2 0032      B43B4E81 B643FC87
 023FA000 *         FINWC  QDCB  +???     FA-FC140005 RECID-FC2A LVL-DE          071D0000 81604FF2 0026      B43B4E81 B58A7C87
 023FA000 *         FREEC  CJ00  +096     BLOCK-00A02208                         071D1000 846E3FB0 003B 0007 B43B4E81 B5892A47
 023FA000 *         DECBC  CJ00  +0C0     TYPE-RELEASE D-009225A0                071D0000 847D097A 003B 0035 B43B4E81 B588F807
 023FA000 *         DECBC  CJ00  +0C0     TYPE-RELEASE D-00922520                071D1000 847D097A 003B 0035 B43B4E81 B588CF07
 023FA000 *         FREEC  CJ00  +026     BLOCK-00A07468                         071D1000 8470729C 003B 0007 B43B4E81 B5884187
 023FA000 *         FREEC  CJ00  +026     BLOCK-00A0CF70                         071D1000 846E6D38 003B 0007 B43B4E81 B587E787
 023FA000 *         MALOC  CJ00  +022     SIZE-00001068 BLOCK-00A0CF70           071D1000 84707CB4 003B 0005 B43B4E81 B5864A47
 023FA000 *         RELCC  CJ00  +046     AD-0092C000 BKTYP-0051 LVL-DF          071D1000 847FA0F4 0032      B43B4E81 B585A247
 023FA000 *         MALOC  CJ00  +022     SIZE-00000B30 BLOCK-00A07468           071D1000 847F9FE4 003B 0005 B43B4E81 B584C787
 023FA000 *         FINWC  CJ00  +0E2     FA-000000000014582D ID-FC16 D-00922520 071D1000 847F3198 0026      B43B4E81 B4B59A84
 023FA000 *         DECBC  CJ00  +098     TYPE-CREATE  D-009225A0                071D1000 847D07D2 003B 0035 B43B4E81 B4B54444
 023FA000 *         DECBC  CJ00  +098     TYPE-CREATE  D-00922520                071D1000 847D07D2 003B 0035 B43B4E81 B4B51784
 023FA000 *         CALOC  CJ00  +028     SIZE-00000270 BLOCK-00A02208           071D1000 847EA762 003B 0006 B43B4E81 B4B48984
 023FA000 *         RELCC  QDCB  +???     AD-0092C000 BKTYP-0051 LVL-DE          071D0000 81604FF2 0032      B43B4E81 B4B2CDC4
 023FA000 *         FINWC  QDCB  +???     FA-FC140001 RECID-FC2A LVL-DE          071D0000 81604FF2 0026      B43B4E81 B20A8747
 023FA000 *         MALOC  QDCB  +???     SIZE-00000015 BLOCK-00A02488           071D1000 845ED068 003B 0005 B43B4E81 B20972C7
 023FA000 *         MALOC  QDCB  +???     SIZE-00000030 BLOCK-00A024B0           071D1000 845ED068 003B 0005 B43B4E81 B2091E87
 023FA000 *         MALOC  QDCB  +???     SIZE-0000012C BLOCK-00A024F0           071D1000 845ED068 003B 0005 B43B4E81 B208B987
 023FA000 *         CENVC  QDCB  +???                                            071D1000 8462E46C 003B 0021 B43B4E81 B20854C7
 023FA000 *         KEYRC  QDCB  +???                                            070D1000 84661056 0076      B43B4E81 B2078F07
 023FA000 *         CINFC  QDCB  +???                                            071D2000 81604FF2 0060      B43B4E81 B2076A47
 023FA000 *         KEYRC  QDCB  +???                                            070D1000 84661056 0076      B43B4E81 B2070C87
 -----------------------------------------------------------------------------------------------------------------------------------
 --------           $FINDC ----           PIA-00137C54 DECB-00F53138 ID-00FF CD-00 FA-00000000     CA00      B43B4E81 A6E74C42
 --------           D-CROS ----  ----     IS-14 P1-026FA800 P2-00000000          PIA-ADDR 00139790 CE00      B43B4E81 A3D63F87
 --------           D-CROS ----  ----     IS-14 P1-026FA400 P2-00000000          PIA-ADDR 00139790 CE00      B43B4E81 A3CEF807
 --------           D-CROS ----  ----     IS-14 P1-026FA000 P2-00000000          PIA-ADDR 00139790 CE00      B43B4E81 A3CB1987
 --------           $FINDC ----           PIA-00137A28 DECB-00F53138 ID-00FF CD-00 FA-00000000     CA00      B43B4E81 9CF71D40
 --------           $FINDC ----           PIA-00137A28 DECB-00F530B0 ID-00FF CD-00 FA-00000000     CA00      B43B4E81 9B4D0840
 --------           $FINDC ----           PIA-00137A28 DECB-00F53468 ID-00FF CD-00 FA-00000000     CA00      B43B4E81 99A58486
 --------           $FINDC ----           PIA-00137A28 DECB-00F533E0 ID-00FF CD-00 FA-00000000     CA00      B43B4E81 99A4F846
 --------           $FINDC ----           PIA-00137A28 DECB-00F53358 ID-00FF CD-00 FA-00000000     CA00      B43B4E81 99A45E46
 --------           $FINDC ----           PIA-00137A28 DECB-00F532D0 ID-00FF CD-00 FA-00000000     CA00      B43B4E81 99A3D006
 --------           $FINDC ----           PIA-00137A28 DECB-00F53248 ID-00FF CD-00 FA-00000000     CA00      B43B4E81 99A32C46
 --------           $FINDC ----           PIA-00137A28 DECB-00F531C0 ID-00FF CD-00 FA-00000000     CA00      B43B4E81 99A24B46
 --------           $FINDC ----           PIA-00137A28 DECB-00F53138 ID-00FF CD-00 FA-00000000     CA00      B43B4E81 99972606
 --------           $FINDC ----           PIA-00137A28 DECB-00F530B0 ID-00FF CD-00 FA-00000000     CA00      B43B4E81 99898946
 --------           $FINDC ----           PIA-001378D6 DECB-00F53028 ID-00FF CD-00 FA-00000000     CA00      B43B4E81 97E7E487
 -------- *         CXFRC  CHSZ* 00019247 ECB-IMMED ADR-023FA000 FMT-B5          CTL-XFER 0001925A CF00      B43B4E81 95894208
 023F7000           EXITC  CL23  +13A                                            070D0000 8050364C 0014      B43B4E81 925E7208
 023F7000           CINFC  CL23  +066                                            071D2000 80503578 0060      B43B4E81 925E4C08
 023F7000           CRETCS CL23  +058     TO ACTIVATE CL23                       071D2000 8050356A 0064      B43B4E81 925E2408
 023F7000           CEBIC  CL23  +00C                                            071D1000 8050351E 00FC      B43B4E81 925E0908
 023F7000           ENTNC  -CP-  023F72D4 ENTER TO CL23                                   823F72D8 FF10      B43B4E81 925DB988
 --------           CXFRC  CHSZ* 000029F1 ECB-DEFER ADR-026F9C00 FMT-A5          CTL-XFER 00002A00 CF00      B43B4E81 925A1008
 023F4000           KEYRC  CUIU  +???                                            070D1000 84661056 0076      B43B4E81 6C065583
 023F4000           CINFC  CUIU  +???                                            071D2000 81604FF2 0060      B43B4E81 6C064083
 023F4000           FREEC  CUIU  +???     BLOCK-00A01768                         071D1000 845DAA70 003B 0007 B43B4E81 6C05B983
 023F4000           RELPC  CUIU  +???                                            071D1000 8160550A 006E      B43B4E81 6C058703
 023F4000           EXITC  CUIU  +???                                            070D1000 845DA34C 0014      B43B4E81 6C04E383
 023F4000           CINFC  CUIU  +???                                            070D2000 81604FF2 0060      B43B4E81 6C04B903
 023F4000           KEYRC  CUIU  +???                                            070D1000 84661056 0076      B43B4E81 6C049883
 023F4000           BACKC  CL23  +13C     RETURN TO CUIU                                  80503650 FF02      B43B4E81 6C048083
 023F4000           CINFC  CL23  +066                                            070D0000 80503578 0060      B43B4E81 6C046883
 023F4000           CEBIC  CL23  +00C                                            070D1000 8050351E 00FC      B43B4E81 6C045D83
 023F4000           EFCALL CUIU  +0164CEC ENTER TO CL23                                   8666ED0E FFFC      B43B4E81 6C0436C3
 023F4000           CINFC  CUIU  +???                                            070D2000 81604FF2 0060      B43B4E81 6C03C803
 023F4000           CEBIC  CUIU  +???                                            070D1000 8465ACCC 00FC      B43B4E81 6C03A403
 023F4000           CINFC  CUIU  +???                                            070D2000 81604FF2 0060      B43B4E81 6C037A83
 023F4000           CEBIC  CUIU  +???                                            070D1000 8465AD70 00FC      B43B4E81 6C035043
 023F4000           KEYRC  CUIU  +???                                            070D1000 84661056 0076      B43B4E81 6C02D6C3
 023F4000           CINFC  CUIU  +???                                            070D2000 81604FF2 0060      B43B4E81 6C027CC3
 023F4000           CINFC  CUIU  +???                                            071D2000 81604FF2 0060      B43B4E81 6C025483
 023F4000           CINFC  CUIU  +???                                            070D2000 81604FF2 0060      B43B4E81 6C023703
 023F4000           CINFC  CUIU  +???                                            070D2000 81604FF2 0060      B43B4E81 6C020543
 023F4000           CINFC  CUIU  +???                                            070D2000 81604FF2 0060      B43B4E81 6C004F83
 023F4000           MALOC  CUIU  +???     SIZE-00000018 BLOCK-00A01740           070D1000 845ED068 003B 0005 B43B4E81 6BF92AC3
 023F4000           MALOC  CUIU  +???     SIZE-00000048 BLOCK-00A01768           070D1000 845ED068 003B 0005 B43B4E81 6BF1E703
 023F4000           MALOC  -CP-  0012D99C SIZE-00009548 BLOCK-00A02A90                    8012D9A0 FF22      B43B4E81 6BD07400
 023F4000           GETPC  CUIU  +???                                            070D0000 8160580A 006C      B43B4E81 6BD00780
 023F4000           CINFC  CUIU  +???                                            071D2000 81604FF2 0060      B43B4E81 6BCF76C0
 023F4000           GETPC  CUIU  +???                                            050C0000 8012D90E 006C      B43B4E81 6BCEFC80
 023F4000           MALOC  -CP-  0012D99C SIZE-00000818 BLOCK-00A017C0                    8012D9A0 FF22      B43B4E81 6BCC6B00
 023F4000           ENTNC  -CP-  023F42D4 ENTER TO CUIU                                   823F42D8 FF10      B43B4E81 6BC9F380
 0216F000           KEYRC  CUIU  +???                                            070D1000 84661056 0076      B43B4E81 6BC7D640
 0216F000           CINFC  CUIU  +???                                            071D2000 81604FF2 0060      B43B4E81 6BC7B0C0
 0216F000           EXITC  CUIU  +???                                            070D1000 845DA34C 0014      B43B4E81 6BC74600
 0216F000           CINFC  CUIU  +???                                            071D2000 81604FF2 0060      B43B4E81 6BC71180
 0216F000           GETPC  CUIU  +???                                            050C0000 8012D90E 006C      B43B4E81 6BC61600
 0216F000           MALOC  -CP-  0012D99C SIZE-00000818 BLOCK-00A017C0                    8012D9A0 FF22      B43B4E81 6BC2F280
 0216F000           ENTNC  -CP-  0216F2D4 ENTER TO CUIU                                   8216F2D8 FF10      B43B4E81 6BBF1C80
 --------           CXFRC  CHSZ* 00010235 ECB-DEFER ADR-026F8C00 FMT-A5          CTL-XFER 00010248 CF00      B43B4E81 6B8BC580
 --------           CXFRC  CHSZ* 000101CF ECB-DEFER ADR-026F8800 FMT-A5          CTL-XFER 000101E2 CF00      B43B4E81 6B8B8980
 --------           D-CROS ----  ----     IS-14 P1-026F7800 P2-00000000          PIA-ADDR 00139790 CE00      B43B4E81 04777EC6
 --------           D-CROS ----  ----     IS-14 P1-026F7400 P2-00000000          PIA-ADDR 00139790 CE00      B43B4E81 04694D06
 --------           D-CROS ----  ----     IS-14 P1-026F7000 P2-00000000          PIA-ADDR 00139790 CE00      B43B4E81 04681F46
 023F1000           EXITC  CL23  +13A                                            070D0000 8050364C 0014      B43B4E80 9E1C4D00
 023F1000           CINFC  CL23  +066                                            071D2000 80503578 0060      B43B4E80 9E1C1C40
 023F1000           CRETCS CL23  +058     TO ACTIVATE CL23                       071D2000 8050356A 0064      B43B4E80 9E1BE580
 023F1000           CEBIC  CL23  +00C                                            071D1000 8050351E 00FC      B43B4E80 9E1BB780
 023F1000           ENTNC  -CP-  023F12D4 ENTER TO CL23                                   823F12D8 FF10      B43B4E80 9E1B6580
 --------           CXFRC  CHSZ* 000029F1 ECB-DEFER ADR-026F6800 FMT-A5          CTL-XFER 00002A00 CF00      B43B4E80 9E171F40
 --------           D-CROS ----  ----     IS-14 P1-026F5800 P2-00000000          PIA-ADDR 00139790 CE00      B43B4E80 8AE9A986
 --------           D-CROS ----  ----     IS-14 P1-026F5400 P2-00000000          PIA-ADDR 00139790 CE00      B43B4E80 8ADC9606
 --------           D-CROS ----  ----     IS-14 P1-026F5000 P2-00000000          PIA-ADDR 00139790 CE00      B43B4E80 8ADB7386
 --------           D-CROS ----  ----     IS-14 P1-026F3400 P2-00000000          PIA-ADDR 00139790 CE00      B43B4E80 10891884
 --------           D-CROS ----  ----     IS-14 P1-026F3000 P2-00000000          PIA-ADDR 00139790 CE00      B43B4E80 107C0004
 --------           D-CROS ----  ----     IS-14 P1-026F2C00 P2-00000000          PIA-ADDR 00139790 CE00      B43B4E80 107B2044
 0217B000           EXITC  CL23  +13A                                            070D0000 8050364C 0014      B43B4E7F A9F74E00
 0217B000           CINFC  CL23  +066                                            071D2000 80503578 0060      B43B4E7F A9F6F240
 0217B000           CRETCS CL23  +058     TO ACTIVATE CL23                       071D2000 8050356A 0064      B43B4E7F A9F6CB00
 0217B000           CEBIC  CL23  +00C                                            071D1000 8050351E 00FC      B43B4E7F A9F69D00
 0217B000           ENTNC  -CP-  0217B2D4 ENTER TO CL23                                   8217B2D8 FF10      B43B4E7F A9F632C0
 --------           CXFRC  CHSZ* 000029F1 ECB-DEFER ADR-026F2400 FMT-A5          CTL-XFER 00002A00 CF00      B43B4E7F A9F16880
 --------           D-CROS ----  ----     IS-14 P1-026F1400 P2-00000000          PIA-ADDR 00139790 CE00      B43B4E7F 96B61248
 --------           D-CROS ----  ----     IS-14 P1-026F1000 P2-00000000          PIA-ADDR 00139790 CE00      B43B4E7F 96ABE648
 --------           D-CROS ----  ----     IS-14 P1-026F0C00 P2-00000000          PIA-ADDR 00139790 CE00      B43B4E7F 96AAFE08
 0257A000           KEYRC  CEL5  +???                                            070D1000 84661056 0076      B43B4E7F 70E8E707
 0257A000           CINFC  CEL5  +???                                            071D2000 81604FF2 0060      B43B4E7F 70E8B387
 0257A000           EXITC  CEL5  +???                                            071D1000 845DA34C 0014      B43B4E7F 70E7E447
 0257A000           BACKC  CLEK  +03A     RETURN TO CEL5                                  83F0903E FF02      B43B4E7F 70E7A487
 0257A000           POSTC  CLEK  +02E                                            071D0000 83F09030 00F6      B43B4E7F 70E75287
 0257A000           EFCALL CEL5  +00006CA ENTER TO CLEK                                   865386EC FFFC      B43B4E7F 70E70887
 0257A000           EFRETN CELW  +0000214 RETURN TO CEL5                                  86516236 FFFE      B43B4E7F 70E6C947
 0257A000           EFRETN CLEM  +0000CD2 RETURN TO CELW                                  86512CF4 FFFE      B43B4E7F 70E68A07
 
 0257A000           RELCC  CLEM  +???     AD-0091A000 BKTYP-0051 LVL-D1          071D0000 81604FF2 0032      B43B4E7F 70E63587
 0257A000           UNFRC  CLEM  +???     FA-F8048005 RECID-00E0 LVL-D1          071D0000 81604FF2 0050      B43B4E7F 70E4E347
 0257A000           FIWHC  CLEM  +???     FA-F8048005 RECID-00E0 LVL-D1          071D0000 81604FF2 0028      B43B4E7F 70629185
 0257A000           EFCALL CELW  +00001A8 ENTER TO CLEM                                   865161CA FFFC      B43B4E7F 705E5D05
 0257A000           EFRETN CLEM  +0000CD2 RETURN TO CELW                                  86512CF4 FFFE      B43B4E7F 705E1A85
 0257A000           RELCC  CLEM  +???     AD-0091A000 BKTYP-0051 LVL-D1          071D0000 81604FF2 0032      B43B4E7F 705DD045
 0257A000           UNFRC  CLEM  +???     FA-F8046005 RECID-00E0 LVL-D1          071D0000 81604FF2 0050      B43B4E7F 705CA585
 0257A000           FIWHC  CLEM  +???     FA-F8046005 RECID-00E0 LVL-D1          071D0000 81604FF2 0028      B43B4E7F 6FF4F045
 0257A000           EFCALL CELW  +00001A8 ENTER TO CLEM                                   865161CA FFFC      B43B4E7F 6FF39F45
 0257A000           EFRETN CLEM  +0000CD2 RETURN TO CELW                                  86512CF4 FFFE      B43B4E7F 6FF35285
 0257A000           RELCC  CLEM  +???     AD-0091A000 BKTYP-0051 LVL-D1          071D0000 81604FF2 0032      B43B4E7F 6FF30485
 0257A000           UNFRC  CLEM  +???     FA-F8044005 RECID-00E0 LVL-D1          071D0000 81604FF2 0050      B43B4E7F 6FF1BA05
 0257A000           FIWHC  CLEM  +???     FA-F8044005 RECID-00E0 LVL-D1          071D0000 81604FF2 0028      B43B4E7F 6F804640
 0257A000           EFCALL CELW  +00001A8 ENTER TO CLEM                                   865161CA FFFC      B43B4E7F 6F7EE980
 0257A000           EFRETN CLEM  +0000CD2 RETURN TO CELW                                  86512CF4 FFFE      B43B4E7F 6F7E95C0
 0257A000           RELCC  CLEM  +???     AD-0091A000 BKTYP-0051 LVL-D1          071D0000 81604FF2 0032      B43B4E7F 6F7E0000
 0257A000           UNFRC  CLEM  +???     FA-F8042005 RECID-00E0 LVL-D1          071D0000 81604FF2 0050      B43B4E7F 6F7CAA40
 0257A000           FIWHC  CLEM  +???     FA-F8042005 RECID-00E0 LVL-D1          071D0000 81604FF2 0028      B43B4E7F 6F19FE03
 0257A000           EFCALL CELW  +00001A8 ENTER TO CLEM                                   865161CA FFFC      B43B4E7F 6F188F03
 0257A000           RELCC  CELW  +???     AD-0091A000 BKTYP-0051 LVL-D1          071D0000 81604FF2 0032      B43B4E7F 6F184D83
 0257A000           UNFRC  CELW  +???     FA-004C0005 RECID-00E0 LVL-D1          071D0000 81604FF2 0050      B43B4E7F 6F174F03
 0257A000           EFRETN CELV  +00003D2 RETURN TO CELW                                  865153F4 FFFE      B43B4E7F 6F170443
 0257A000           FILEC  CELV  +???     FA-004C0009 RECID-00E0 LVL-D2          071D0000 81604FF2 0016      B43B4E7F 6F09CC43
 0257A000           EFRETN CLEM  +0000CD2 RETURN TO CELV                                  86512CF4 FFFE      B43B4E7F 6F090B43
 0257A000           FINWC  CLEM  +???     FA-004C0009 RECID-00E0 LVL-D2          071D0000 81604FF2 0026      B43B4E7F 6E9B5B84
 0257A000           EFCALL CELV  +0000224 ENTER TO CLEM                                   86515246 FFFC      B43B4E7F 6E9A1B04
 0257A000           CINFC  CELV  +???                                            071D2000 81604FF2 0060      B43B4E7F 6E99FB84
 0257A000           EFCALL CELW  +00001C0 ENTER TO CELV                                   865161E2 FFFC      B43B4E7F 6E993944
 0257A000           EFRETN CLEM  +0000CD2 RETURN TO CELW                                  86512CF4 FFFE      B43B4E7F 6E98E404
 0257A000           FIWHC  CLEM  +???     FA-004C0005 RECID-00E0 LVL-D1          071D0000 81604FF2 0028      B43B4E7F 6E075446
 0257A000           EFCALL CELW  +00001A8 ENTER TO CLEM                                   865161CA FFFC      B43B4E7F 6E05BF86
 0257A000           RELCC  CELW  +???     AD-0091A000 BKTYP-0051 LVL-D1          071D0000 81604FF2 0032      B43B4E7F 6E057846
 0257A000           UNFRC  CELW  +???     FA-00440005 RECID-00E0 LVL-D1          071D0000 81604FF2 0050      B43B4E7F 6E044586
 0257A000           EFRETN CELV  +00003D2 RETURN TO CELW                                  865153F4 FFFE      B43B4E7F 6DFC1C06
 0257A000           FILEC  CELV  +???     FA-00440009 RECID-00E0 LVL-D2          071D0000 81604FF2 0016      B43B4E7F 6DEFE106
 0257A000           EFRETN CLEM  +0000CD2 RETURN TO CELV                                  86512CF4 FFFE      B43B4E7F 6DEF5146
 0257A000           FINWC  CLEM  +???     FA-00440009 RECID-00E0 LVL-D2          071D0000 81604FF2 0026      B43B4E7F 6D868286
 0257A000           EFCALL CELV  +0000224 ENTER TO CLEM                                   86515246 FFFC      B43B4E7F 6D854506
 0257A000           CINFC  CELV  +???                                            071D2000 81604FF2 0060      B43B4E7F 6D852386
 0257A000           EFCALL CELW  +00001C0 ENTER TO CELV                                   865161E2 FFFC      B43B4E7F 6D845E46
 0257A000           EFRETN CLEM  +0000CD2 RETURN TO CELW                                  86512CF4 FFFE      B43B4E7F 6D840D06
 0257A000           FIWHC  CLEM  +???     FA-00440005 RECID-00E0 LVL-D1          071D0000 81604FF2 0028      B43B4E7F 6CDEF2C5
 0257A000           EFCALL CELW  +00001A8 ENTER TO CLEM                                   865161CA FFFC      B43B4E7F 6CDD2905
 0257A000           RELCC  CELW  +???     AD-0091A000 BKTYP-0051 LVL-D1          071D0000 81604FF2 0032      B43B4E7F 6CDCE045
 0257A000           UNFRC  CELW  +???     FA-F403B805 RECID-00E0 LVL-D1          071D0000 81604FF2 0050      B43B4E7F 6CDB6845
 0257A000           EFRETN CELV  +00003D2 RETURN TO CELW                                  865153F4 FFFE      B43B4E7F 6CDB1F05
 0257A000           FILEC  CELV  +???     FA-F403B809 RECID-00E0 LVL-D2          071D0000 81604FF2 0016      B43B4E7F 6CCC7505
 --------           CXFRC  CHSZ* 0000FF81 ECB-DEFER ADR-026EFC00 FMT-A5          CTL-XFER 0000FF94 CF00      B43B4E7F 65BE0745
 --------           D-CROS ----  ----     IS-14 P1-026EE400 P2-00000000          PIA-ADDR 00139790 CE00      B43B4E7F 1C63FB84
 --------           D-CROS ----  ----     IS-14 P1-026EE000 P2-00000000          PIA-ADDR 00139790 CE00      B43B4E7F 1C56FC04
 --------           D-CROS ----  ----     IS-14 P1-026EDC00 P2-00000000          PIA-ADDR 00139790 CE00      B43B4E7F 1C561544
 023EE000           EXITC  CL23  +13A                                            070D0000 8050364C 0014      B43B4E7E B5BF2C02
 023EE000           CINFC  CL23  +066                                            071D2000 80503578 0060      B43B4E7E B5BF1182
 023EE000           CRETCS CL23  +058     TO ACTIVATE CL23                       071D2000 8050356A 0064      B43B4E7E B5BEFD02
 023EE000           CEBIC  CL23  +00C                                            071D1000 8050351E 00FC      B43B4E7E B5BEED02
 023EE000           ENTNC  -CP-  023EE2D4 ENTER TO CL23                                   823EE2D8 FF10      B43B4E7E B5BEC102
 
 024FF000           EXITC  ARPK  +222                                            071D1000 84A97AE4 0014      B43B4E7E B5BCD1C2
 024FF000           KEYRC  ARPK  +220                                            07CD1000 84A97AE2 0076      B43B4E7E B5BCBC42
 024FF000           KEYCC  ARPK  +218                                            071D0000 84A97ADA 0074      B43B4E7E B5BCAB02
 024FF000           CRETCS ARPK  +208     TO ACTIVATE ARPK                       071D0000 84A97ACA 0064      B43B4E7E B5BC8A42
 024FF000           GETCC  ARPK  +224     AD-0091EBE0 TYPE-L2   LVL-D6           071D0000 84A97AE6 002C      B43B4E7E B5BB4282
 024FF000           KEYRC  ARPK  +030                                            07CD0000 84A978F2 0076      B43B4E7E B5BB1242
 024FF000           KEYCC  ARPK  +010                                            071D1000 84A978D2 0074      B43B4E7E B5BAF102
 024FF000           ENTNC  -CP-  024FF2D4 ENTER TO ARPK                                   824FF2D8 FF10      B43B4E7E B5BAA702
 --------           CXFRC  CHSZ* 000029F1 ECB-DEFER ADR-026ED400 FMT-A5          CTL-XFER 00002A00 CF00      B43B4E7E B5B73D82
 --------           CXFRC  CHSZ* 000029F1 ECB-DEFER ADR-026ED000 FMT-A5          CTL-XFER 00002A00 CF00      B43B4E7E B5B6B302
 --------           D-CROS ----  ----     IS-14 P1-026EC000 P2-00000000          PIA-ADDR 00139790 CE00      B43B4E7E A27C2084
 --------           D-CROS ----  ----     IS-14 P1-026EBC00 P2-00000000          PIA-ADDR 00139790 CE00      B43B4E7E A27BAF84
 --------           D-CROS ----  ----     IS-14 P1-026EB800 P2-00000000          PIA-ADDR 00139790 CE00      B43B4E7E A27AD404
 --------           D-CROS ----  ----     IS-14 P1-026E9C00 P2-00000000          PIA-ADDR 00139790 CE00      B43B4E7E 2884A087
 --------           D-CROS ----  ----     IS-14 P1-026E9800 P2-00000000          PIA-ADDR 00139790 CE00      B43B4E7E 28775E00
 --------           D-CROS ----  ----     IS-14 P1-026E9400 P2-00000000          PIA-ADDR 00139790 CE00      B43B4E7E 28769740
 023E5000           EXITC  ARPT  +0E8                                            071D0000 84A97C1A 0014      B43B4E7D C2E63183
 023E5000           CRETCS ARPT  +0E0     TO ACTIVATE ARPT                       071D0000 84A97C12 0064      B43B4E7D C2E60A83
 023E5000           BACKC  CYYM  +196     RETURN TO ARPT                                  84A0D72A FF02      B43B4E7D C2E5ED03
 023E5000           RELCC  CYYM  +192     AD-0091EE80 BKTYP-0011 LVL-DF          071D0000 84A0D724 0032      B43B4E7D C2E5B503
 023E8000           EXITC  CSAG  +CB8                                            071D0000 83F84CBA 0014      B43B4E7D C2A28903
 023E8000           UNFRC  CSAG  +C5A     FA-F40231D5 RECID-FC22 LVL-D1          071D2000 83F84C5C 0050      B43B4E7D C2A17303
 023E8000           RELCC  CSAG  +C56     AD-00923000 BKTYP-0051 LVL-D1          071D2000 83F84C58 0032      B43B4E7D C2A14A83
 023E8000           FIWHC  CSAG  +D18     FA-F40231D5 RECID-FC22 LVL-D1          071D2000 83F84D1A 0028      B43B4E7D C28F0B83
 023E8000           GETCC  CSAG  +05A     AD-00918E80 TYPE-L1   LVL-DE           071D0000 83F8405C 002C      B43B4E7D C28EAB03
 023E8000           CINFC  CSAG  +042                                            070D1000 83F84044 0060      B43B4E7D C28E9E43
 023E8000           BACKC  CSAI  +4EA     RETURN TO CSAG                                  83F854EE FF02      B43B4E7D C28E5C03
 023E8000           UNFRC  CSAI  +4E2     FA-F40231D5 RECID-FC22 LVL-DF          070D0000 83F854E4 0050      B43B4E7D C28D1F03
 023E8000           RELCC  CSAI  +4DE     AD-00918000 BKTYP-0051 LVL-DF          070D0000 83F854E0 0032      B43B4E7D C28CEE83
 023E8000           CINFC  CSAI  +4A0                                            071D0000 83F854A2 0060      B43B4E7D C28CBB83
 023EB000           EXITC  CL23  +13A                                            070D0000 8050364C 0014      B43B4E7D C1E7FA43
 023EB000           CINFC  CL23  +066                                            071D2000 80503578 0060      B43B4E7D C1E7D903
 023EB000           CRETCS CL23  +058     TO ACTIVATE CL23                       071D2000 8050356A 0064      B43B4E7D C1E7A583
 023EB000           CEBIC  CL23  +00C                                            071D1000 8050351E 00FC      B43B4E7D C1E78D83
 023EB000           ENTNC  -CP-  023EB2D4 ENTER TO CL23                                   823EB2D8 FF10      B43B4E7D C1E75D43
 023E8000           FIWHC  CSAI  +494     FA-F40231D5 RECID-FC22 LVL-DF          071D2000 83F85496 0028      B43B4E7D C1D5DB03
 

Table 30 explains the headings and labels that appear in this section of the main storage dump.

Table 30. Headings in the Collated Macro Trace Table

Heading Description
*COLLATED ECB MACRO TRACE ENTRIES Each entry control block (ECB) in the TPF system maintains its own separate macro trace table. When a system error occurs, the trace table for every ECB is scanned, and the 256 most recent trace entries are extracted and displayed as shown previously. This is done to provide a general snapshot of system activity at the time the error occurred. A collated macro trace display is included for each I-stream that was active at the time of the system error dump.

The trace entries in Figure 41, are taken from the collated macro trace table for the main I-stream.

This is not a wraparound trace table. There is no LAST indicator. The entries are displayed in reverse chronological order, beginning with the most recent.

The 3 question marks (???) indicate the location is an ISO-C library. The ECB addresses shown on the left hand side of the dump are system virtual addresses. The asterisks shown next to the trace entries having ECB address X'004D6000' identify the failing ECB. (The ECB appears later in the dump, but since it will be dumped in its ECB virtual memory (EVM), its address is an ECB virtual address.) The collated macro trace has a line of dashes after the last entry that belongs to the first ECB in the trace. This indicates that there may be other entries that belong to this ECB that did not make the collated macro trace. The line of dashes helps the person reading the dump determine where the collated macro trace may stop being accurate for a specific ECB.

Enter the ZSTRC command to control the system trace options. The following is a list of possible macro trace options:

  • MACRO starts tracing of all SVC macros associated with an ECB.
    Note:
    Fast link macros are not traced.
  • ENTER initiates the inclusion of ENTxC and BACKC program segments in the macro trace.
  • SYSLOG starts tracing of events formerly included in macro or I/O traces that are not associated with an ECB or an I/O device. Entries are generated in the collated macro trace table for the CXFRC macro and D-CROS when SYSLOG is set on. D-CROS indicates that something was taken off the cross list.

In Figure 41, the ZSTRC macro options of MACRO, ENTER, and SYSLOG are set on.

See TPF Operations for more information about the ZSTRC command.

*MACRO The name of the macro issued. Entering the ZSTRC command, you can select which macros you want to trace. For example you can trace all SVC macros associated with an ECB, all ENTxC and BACKC macros, and events not associated with an ECB. See TPF System Macros for more information about system macros and TPF General Macros for more information about general macros.
*PROG The name of the program that issued the macro.
*LOCATION Identifies the displacement in the program listing where the SVC occurred.
*PARAMETERS For the CXFRC, ENTER/BACK, SVC macros and D-CROS, parameter information is displayed. The parameter information is macro specific and indicates the status of the macros. The parameter information is self explanatory except for SYSLOG:
  • For D-CROS, the IS-n parameter describes the origin I-stream. While the P1 and P2 parameters describe the event-unique $CRISC parameters.
  • For CXFRC, the ECB-IMMED/DEFER parameter describes the create type; the ADR xxxxxx parameter describes the block address; the FMT ff parameter describes the format flat for a new ECB.
*SVC OLD PSW If the dump occurred during a macro service routine, the address is the location of the last SVC. Otherwise, the address points to the next sequential instruction after the SVC. The following describes the SVC OLD PSW information for SYSLOG:
  • For D-CROS, PIA-ADDR xxxxxxxx is the SVC old PSW, which is the post interrupt address.
  • For CXFRC, CTL-XFER xxxxxxxx is the SVC old PSW, which is the address of the CXFRC statement.
*CODE The SVC code identifying the macro. For ENTxC and BACKC macros, the code contains a X'FF' in the high-order byte.
*INX The SVC index is displayed here if an indexed SVC was issued.
*TIME STAMP The contents of the time-of-day (TOD) clock at the time the macro was issued.

Collated Input/Output (I/O) Trace Table

Figure 42 shows an example of a collated I/O trace table.

Figure 42. Collated I/O Trace

 *COLLATED LDEVBK I/O TRACE ENTRIES
 *CIO MACRO       *SDA   *SUBCHANNEL STATUS WORD/PARMS         *I/O OLD PSW       *DORPRM   *INT HDLR *SCH  *TIME STAMP       *ISN
  MSDAC           000E   MDR-00025110 RC-0 PAM-80 OVRLY-NO     CP-MSDAC 80022E52                      000A  ABB4DDA8 92C71244  01
  SPNDC                                                        CP-SPNDC 800100EE                            ABB4DDA8 7EEE9D44  01
                  0463   10804007 01E74870 0C000000 00800000   070CC000 8006FC34  00A33400  0007706E  001D  ABB4DDA8 76F4C440  01
  SIOSC           0463   CPA-01E74840 CC-0 KEY-0 LPM-80        CP-SIOSC 80079054                      001D  ABB4DDA8 76444B40  01
                  0EE5   10804007 01E74470 0C000000 00800000   070CC000 8006FC34  00A34000  0007706E  0003  ABB4DDA8 7637F040  01
  SIOSC           0022   CPA-0016B098 CC-0 KEY-0 LPM-FF        CP-SIOSC 80026572                      0007  ABB4DDA8 75A8C844  01
  SIOSC           0EE5   CPA-01E74440 CC-0 KEY-0 LPM-80        CP-SIOSC 80079054                      0003  ABB4DDA8 7573B944  01
                  0022   10804007 0016B090 0C000FD5 00800000   070CC000 8006FC34  0016B080  00026000  0007  ABB4DDA8 75432444  01
  SIOSC           0022   CPA-0016B080 CC-0 KEY-0 LPM-FF        CP-SIOSC 80026572                      0007  ABB4DDA8 74A15E42  01
                  0022   00000011 00000000 80000000 00800000   070CC000 8006FC34  0016B098  00026000  0007  ABB4DDA8 749DC742  01
                  0022   10804017 0016B0A8 0C400000 00800000   070CC000 8006FC34  0016B098  00026000  0007  ABB4DDA4 A6A97444  01
  SIOSC           0022   CPA-0016B098 CC-0 KEY-0 LPM-FF        CP-SIOSC 80026572                      0007  ABB4DDA4 90506242  01
                  0022   10804017 0016B0A8 0C400000 00800000   070CC000 8006FC34  0016B098  00026000  0007  ABB4DDA4 904BAA42  01
                  0EE5   10804007 01E74488 0C000000 00800000   070CC000 800700BC  00A33D00  0007706E  0003  ABB4DDA4 86D55640  04
  SIOSC           0EE5   CPA-01E74470 CC-0 KEY-0 LPM-80        CP-SIOSC 80079054                      0003  ABB4DDA4 86C0B040  04
                  0EE5   10804007 01E74470 0C000010 00800000   070CC000 80070248  00A33300  0007706E  0003  ABB4DDA4 86BC6640  04
                  0463   10804007 01E74870 0C000010 00800000   070CC000 80070248  00A33800  0007706E  001D  ABB4DDA4 86A57341  02
  SIOSC           0EE5   CPA-01E74440 CC-0 KEY-0 LPM-80        CP-SIOSC 80079054                      0003  ABB4DDA4 86746640  01
  SIOSC           0463   CPA-01E74840 CC-0 KEY-0 LPM-80        CP-SIOSC 80079054                      001D  ABB4DDA4 86324642  01
                  0EE5   10804007 01E74470 0C000010 00800000   070CC000 80070248  00A33F00  0007706E  0003  ABB4DDA4 862E6041  04
                  0463   10804007 01E74870 0C000010 00800000   070CC000 80070248  00A33600  0007706E  001D  ABB4DDA4 86287D40  03
  SIOSC           0EE5   CPA-01E74440 CC-0 KEY-0 LPM-80        CP-SIOSC 80079054                      0003  ABB4DDA4 85A30B42  01
  SIOSC           0463   CPA-01E74840 CC-0 KEY-0 LPM-80        CP-SIOSC 80079054                      001D  ABB4DDA4 855F8542  01
                  0EE5   10804007 01E74470 0C000010 00800000   070CC000 80070248  00A33500  0007706E  0003  ABB4DDA4 855B3640  03
                  0463   10804007 01E74870 0C000010 00800000   070CC000 80070248  00A33700  0007706E  001D  ABB4DDA4 8554BC41  04
  SIOSC           0EE5   CPA-01E74440 CC-0 KEY-0 LPM-80        CP-SIOSC 80079054                      0003  ABB4DDA4 84D01F40  01
  SIOSC           0463   CPA-01E74840 CC-0 KEY-0 LPM-80        CP-SIOSC 80079054                      001D  ABB4DDA4 84A56540  01
                  0463   10804007 01E74870 0C000010 00800000   070CC000 80070248  00A32E00  0007706E  001D  ABB4DDA4 823FF843  03
  SIOSC           0463   CPA-01E74840 CC-0 KEY-0 LPM-80        CP-SIOSC 80079054                      001D  ABB4DDA4 81F6D144  01
                  0EE5   10804007 01E74470 0C000010 00800000   070CC000 80070248  00A32D00  0007706E  0003  ABB4DDA4 81E4F240  03
  SIOSC           0EE5   CPA-01E74430 CC-0 KEY-0 LPM-80        CP-SIOSC 80079054                      0003  ABB4DDA4 816CE641  01
                  0EE5   10804007 01E74488 0C000000 00800000   070CC000 800700BC  00A34200  0007706E  0003  ABB4DDA4 81245940  03
  SIOSC           0EE5   CPA-01E74470 CC-0 KEY-0 LPM-80        CP-SIOSC 80079054                      0003  ABB4DDA4 810D8C40  03
                  0EE5   10804007 01E74470 0C000010 00800000   070CC000 80070248  00A32B00  0007706E  0003  ABB4DDA4 81086340  03
                  0463   10804007 01E74870 0C000010 00800000   070CC000 80070248  00A33000  0007706E  001D  ABB4DDA4 8101F442  04
  SIOSC           0EE5   CPA-01E74440 CC-0 KEY-0 LPM-80        CP-SIOSC 80079054                      0003  ABB4DDA4 80732240  03
                  0EE5   10804007 01E74470 0C000010 00800000   070CC000 80070248  00A33A00  0007706E  0003  ABB4DDA4 806FCD40  03
  SIOSC           0463   CPA-01E74840 CC-0 KEY-0 LPM-80        CP-SIOSC 80079054                      001D  ABB4DDA4 80075244  02
                  0463   10804007 01E74870 0C000010 00800000   070CC000 80070248  00A33200  0007706E  001D  ABB4DDA4 8004E044  02
  SIOSC           0EE5   CPA-01E74440 CC-0 KEY-0 LPM-80        CP-SIOSC 80079054                      0003  ABB4DDA4 7FC20142  01
                  0EE5   10804007 01E74470 0C000010 00800000   070CC000 8006FC34  00A32700  0007706E  0003  ABB4DDA4 7FBEE742  01
  SIOSC           0463   CPA-01E74840 CC-0 KEY-0 LPM-80        CP-SIOSC 80079054                      001D  ABB4DDA4 7EEA3741  02
                  0463   10804007 01E74870 0C000010 00800000   070CC000 80070248  00A32900  0007706E  001D  ABB4DDA4 7EE72341  02
  SIOSC           0EE5   CPA-01E74440 CC-0 KEY-0 LPM-80        CP-SIOSC 80079054                      0003  ABB4DDA4 7E99BD42  01
  SIOSC           0463   CPA-01E74840 CC-0 KEY-0 LPM-80        CP-SIOSC 80079054                      001D  ABB4DDA4 7E77F242  01
                  0463   10804007 01E74870 0C000010 00800000   070CC000 80070248  00A32800  0007706E  001D  ABB4DDA4 7E51DE44  02
                  0EE5   10804007 01E74488 0C000000 00800000   070CC000 80070248  00A32C00  0007706E  0003  ABB4DDA4 7E088144  03
  SIOSC           0463   CPA-01E74840 CC-0 KEY-0 LPM-80        CP-SIOSC 80079054                      001D  ABB4DDA4 7DC6C942  01
  SIOSC           0EE5   CPA-01E74470 CC-0 KEY-0 LPM-80        CP-SIOSC 80079054                      0003  ABB4DDA4 7DB63C44  03
                  0EE5   10804007 01E74470 0C000010 00800000   070CC000 80070248  00A32F00  0007706E  0003  ABB4DDA4 7DB40F44  03
  SIOSC           0EE5   CPA-01E74430 CC-0 KEY-0 LPM-80        CP-SIOSC 80079054                      0003  ABB4DDA4 7D742842  01
                  0EE5   10804007 01E74470 0C000010 00800000   070CE000 8006F658  00A32600  0007706E  0003  ABB4DDA4 7D71CF42  01
                  0463   10804007 01E74870 0C000010 00800000   070CC000 80070248  00A32300  0007706E  001D  ABB4DDA4 7D362144  04
  SIOSC           0EE5   CPA-01E74440 CC-0 KEY-0 LPM-80        CP-SIOSC 80079054                      0003  ABB4DDA4 7D102142  01
  SIOSC           0463   CPA-01E74840 CC-0 KEY-0 LPM-80        CP-SIOSC 80079054                      001D  ABB4DDA4 7CE2AF42  01
                  0EE5   10804007 01E74470 0C000010 00800000   070CC000 80070248  00A32200  0007706E  0003  ABB4DDA4 7CBD7A44  03
  SIOSC           0EE5   CPA-01E74430 CC-0 KEY-0 LPM-80        CP-SIOSC 80079054                      0003  ABB4DDA4 7B2A7742  01
                  0EE5   10804007 01E74470 0C000000 00800000   070CC000 80070248  00A32A00  0007706E  0003  ABB4DDA4 79B63F44  04
  SIOSC           0EE5   CPA-01E74440 CC-0 KEY-0 LPM-80        CP-SIOSC 80079054                      0003  ABB4DDA4 79039442  01
                  0463   10804007 01E74870 0C000000 00800000   070CC000 8006FC34  00A31F00  0007706E  001D  ABB4DDA4 78F9B042  01
  SIOSC           0022   CPA-0016B098 CC-0 KEY-0 LPM-FF        CP-SIOSC 80026572                      0007  ABB4DDA4 78A46842  01
  SIOSC           0463   CPA-01E74840 CC-0 KEY-0 LPM-80        CP-SIOSC 80079054                      001D  ABB4DDA4 7841E642  01
                  0022   10804007 0016B090 0C000FD5 00800000   070CC000 8006FC34  0016B080  00026000  0007  ABB4DDA4 78134342  01
  SIOSC           0022   CPA-0016B080 CC-0 KEY-0 LPM-FF        CP-SIOSC 80026572                      0007  ABB4DDA4 776B5A42  01
                  0022   00000011 00000000 80000000 00800000   070CC000 8006FC34  0016B098  00026000  0007  ABB4DDA4 77682B42  01
                  0EE5   10804007 01E74470 0C000010 00800000   071D0000 8031AE84  00A32500  0007706E  0003  ABB4DDA4 54649140  01
  SIOSC           0EE5   CPA-01E74440 CC-0 KEY-0 LPM-80        CP-SIOSC 80079054                      0003  ABB4DDA4 54054F40  01
                  0EE5   10804007 01E74488 0C000000 00800000   070CC000 80070248  00A31C00  0007706E  0003  ABB4DDA2 7115EA40  03
  SIOSC           0EE5   CPA-01E74470 CC-0 KEY-0 LPM-80        CP-SIOSC 80079054                      0003  ABB4DDA2 70EF5E41  01
                  0EE5   10804007 01E74470 0C000010 00800000   071D0000 8031D05C  00A31D00  0007706E  0003  ABB4DDA2 6EE42242  01
                  0463   10804007 01E74870 0C000010 00800000   070CC000 80070248  00A32400  0007706E  001D  ABB4DDA2 6ECCDF40  04
  SIOSC           0EE5   CPA-01E74440 CC-0 KEY-0 LPM-80        CP-SIOSC 80079054                      0003  ABB4DDA2 6E93CA42  01
  SIOSC           0463   CPA-01E74840 CC-0 KEY-0 LPM-80        CP-SIOSC 80079054                      001D  ABB4DDA2 6E6C1642  01
                  0463   10804007 01E74870 0C000010 00800000   070CC000 8006FC34  00A31B00  0007706E  001D  ABB4DDA2 6E5E2542  01
  SIOSC           0463   CPA-01E74840 CC-0 KEY-0 LPM-80        CP-SIOSC 80079054                      001D  ABB4DDA2 6D908542  01
                  0EE5   10804007 01E74470 0C000000 00800000   070CC000 8006FC34  00A31900  0007706E  0003  ABB4DDA2 6D7A3142  01
                  0463   10804007 01E74870 0C000010 00800000   070CC000 80070248  00A32100  0007706E  001D  ABB4DDA2 6B186344  03
  SIOSC           0463   CPA-01E74840 CC-0 KEY-0 LPM-80        CP-SIOSC 80079054                      001D  ABB4DDA2 6A4E0C42  01
                  0463   10804007 01E74870 0C000010 00800000   070CC000 80070248  00A31400  0007706E  001D  ABB4DDA2 67E3C340  02
  SIOSC           0463   CPA-01E74840 CC-0 KEY-0 LPM-80        CP-SIOSC 80079054                      001D  ABB4DDA2 67866041  01
                  0022   10804017 0016B0A8 0C400000 00800000   070CC000 8006FC34  0016B098  00026000  0007  ABB4DDA0 2E686C40  01
  SIOSC           0022   CPA-0016B098 CC-0 KEY-0 LPM-FF        CP-SIOSC 80026572                      0007  ABB4DDA0 15A05742  01
                  0022   10804017 0016B0A8 0C400000 00800000   070CC000 8006FC34  0016B098  00026000  0007  ABB4DDA0 159B6942  01
                  0463   10804007 01E74870 0C000010 00800000   070CC000 80070248  00A30F00  0007706E  001D  ABB4DDA0 0D63BE44  04
  SIOSC           0463   CPA-01E74840 CC-0 KEY-0 LPM-80        CP-SIOSC 80079054                      001D  ABB4DDA0 0D0A3644  02
                  0463   10804007 01E74870 0C000010 00800000   070CC000 80070248  00A30C00  0007706E  001D  ABB4DDA0 0D089244  02
  SIOSC           0463   CPA-01E74840 CC-0 KEY-0 LPM-80        CP-SIOSC 80079054                      001D  ABB4DDA0 0C9A2E44  02
                  0463   10804007 01E74870 0C000010 00800000   070CC000 80070248  00A30800  0007706E  001D  ABB4DDA0 0C975444  02
  SIOSC           0463   CPA-01E74840 CC-0 KEY-0 LPM-80        CP-SIOSC 80079054                      001D  ABB4DDA0 0BFD3840  01
                  0463   10804007 01E74870 0C000010 00800000   070CC000 8006FC34  00A30600  0007706E  001D  ABB4DDA0 0BF40D40  01
  SIOSC           0022   CPA-0016B098 CC-0 KEY-0 LPM-FF        CP-SIOSC 80026572                      0007  ABB4DD9F FDFC0E40  01
                  0022   10804007 0016B090 0C000FD3 00800000   070CC000 8006FC34  0016B080  00026000  0007  ABB4DD9F FDA1C640  01
  SIOSC           0022   CPA-0016B080 CC-0 KEY-0 LPM-FF        CP-SIOSC 80026572                      0007  ABB4DD9F FD304542  01
                  0022   00000011 00000000 80000000 00800000   070CC000 8006FC34  0016B098  00026000  0007  ABB4DD9F FD29DA42  01
                  0022   10804017 0016B0A8 0C400000 00800000   070CC000 8006FC34  0016B098  00026000  0007  ABB4DD98 92E80C40  01
  SIOSC           0022   CPA-0016B098 CC-0 KEY-0 LPM-FF        CP-SIOSC 80026572                      0007  ABB4DD98 7B210043  01
                  0022   10804007 0016B090 0C000FE3 00800000   070CE000 8006F658  0016B080  00026000  0007  ABB4DD98 7AD99143  01
  SIOSC           0022   CPA-0016B080 CC-0 KEY-0 LPM-FF        CP-SIOSC 80026572                      0007  ABB4DD98 7A128442  01
                  0022   00000011 00000000 80000000 00800000   071D0000 8031D05C  0016B098  00026000  0007  ABB4DD98 7A0F6342  01
                  0022   10804017 0016B0A8 0C400000 00800000   070CC000 8006FC34  0016B098  00026000  0007  ABB4DD96 929BAB41  01
  SIOSC           0022   CPA-0016B098 CC-0 KEY-0 LPM-FF        CP-SIOSC 80026572                      0007  ABB4DD96 7B61AE43  01
                  0022   10804017 0016B0A8 0C400000 00800000   070CC000 8006FC34  0016B098  00026000  0007  ABB4DD96 7B5CA443  01
  SIOSC           0022   CPA-0016B098 CC-0 KEY-0 LPM-FF        CP-SIOSC 80026572                      0007  ABB4DD96 539E6441  01
                * 0022   10804017 0016B0A8 0C400000 00800000   040CC000 81FDA332  0016B098  00026000  0007  ABB4DD96 5273E743  01
  RESMC                  RESUME PSW-070CC000 8006F648          CP-RESMC 8006F9F0                            ABB4DD96 52721643  01
  RESMC                  RESUME PSW-040CC000 800105B4          CP-RESMC 800105B4                            ABB4DD96 21EFD143  01
  TIOSC           0580   CC-0 TYPE-PEEK TIO-0002509C           CP-TIOSC 80022444                      001E  ABB4DD95 2CB65043  01

Table 31 explains the headings and labels that appear in this section of the main storage dump.

Table 31. Headings in the Collated Input/Output (I/O) Trace Table

Heading Description
*COLLATED LDEVBK I/O TRACE ENTRIES Each CIO LDEVBK in the TPF system maintains its own separate I/O trace table. When a system error occurs, the trace table for every LDEVBK is scanned, and the 256 most recent trace entries are extracted and displayed as shown previously. This is done to provide a general snapshot of I/O activity at the time the error occurred. A collated I/O trace display is formatted for the main and Multi-Processor Interconnect Facility (MPIF) I-streams. All application I-stream I/O entries, excluding MPIF I/O, are merged into the main I-stream I/O trace table. The MPIF I-stream I/O trace table contains only MPIF entries.

The trace entries in the preceding example are taken from the collated I/O trace table for the main I-stream.

This is not a wraparound trace table. There is no LAST indicator. The entries are displayed in reverse chronological order, beginning with the most recent.

The asterisks shown next to certain I/O interrupts identify interrupts that were queued in CIO when preemptive I/O was last performed.

*CIO MACRO The name of the CIO macro issued.
*SDA The symbolic device address (SDA) of the device that is the target of the CIO macro, or which is presenting the I/O interrupt.
*SUBCHANNEL STATUS WORD/PARMS For an I/O interrupt, this field contains the 12-byte subchannel status word, and the first 4 bytes of the extended status word, containing the last path used mask (LPUM) in byte 1. For a CIO macro, this field displays the applicable parameters associated with the macro.
*I/O OLD PSW For an I/O interrupt, the contents of the current program status word (PSW) when the interrupt occurred. For a CIO macro, the return address identifying the location of the macro call.
*DORPRM The value of the I/O request-unique parameter returned to the device handlers by CIO when an I/O interrupt occurs.
*INT HDLR The address of the device handler to which CIO passes control after handling this interrupt.
*SCH The subchannel number of the device.
*TIME STAMP The contents of the time-of-day (TOD) clock at the time the I/O trace event occurred.
*ISN The number of the I-stream on which the event took place. A zero in this field indicates that the event occurred early in IPL prior to initialization of the I-stream number field in the prefix page.

Prefix Page

Figure 43 shows an example of the prefix page.

Figure 43. Prefix Page

*PREFIX PAGE - ADDRESSES ARE ABSOLUTE
013DE000  RNP 000C0000 00000F80       ROP 00000000 00FF0000           47F00F8A 47F00F80       EOP 070EC000 800616B8
013DE020  SOP 071D0000 801A4A30       POP 040C0000 800468A4       MOP 00000000 00000000       IOP 060C1000 800466B4
013DE040      00000000 00000000           00000000 00000000           00000000 00000000       ENP 040CC000 8000C420
013DE060  SNP 050C0000 8001F200       PNP 000CC000 80034008       MNP 0008C000 8002F000       INP 040CC000 813DC468
013DE080      00000000 00021202 ECD   SCD 000200B6 00040040 PCD       0030F000 00030000           00000000 00000000
013DE0A0      00000000 00000000           00000000 00000000           00000000 00000000       IOS 00010012 013CD000 IOR
013DE0C0      00000000 00000000           00000000 00000000           00000000 00000000           00000000 00000000
013DE0E0      00000000 00000000       MCD 00000000 00000000           00000000 00000000           00000000 00000000
013DE200  IRB 00804007 00049048           0C000000 00800000       SNS 00000000 00000000           00000000 00000000
013DE220      00000000 00000000           00000000 00000000           0C000018 04200400           040CC000 800953A0
013DE240      80045680 00000000           00000004 00048620           001103FC 001113C0           00035C50 0003843E
013DE260      80046678 00000420           000465C0 00048730           00048600 00096488           800949E6 00000000
013DE280      8004688E 00000004           00000000 FFFFFFFE           013CC000 001113C0           00035C50 0003843E
013DE2A0      80046678 00000420           000465C0 813DC468           013D9000 00001000           00002000 0015ED50
013DE2C0      813DC0B0 813DBAD0           013DB000 013D9000           813DBED8 813DB960           813DC230 813DB448
013DE2E0      813DB5A0 813DB640           813DCBB8 813DCD64           813DD260 813DB720           043DC468 00031D40
013DE300  ISA FF000001 00000001 MSA       0001F478 0002747C           00000000 0059E060 RCV   XPF 013E0000 013DE000 RPF
013DE320  SSV 00159F90 00157750 FSV   ISV 00161390 0015EF90 ESV   PSV 0015EE30 00160EA8 MSV       00161390 00161B90
013DE340      0015DF90 0015BF90           0015AF90 0015FF90           01138004 0113804C           00000000 00160EA8 MSR
013DE360  CID FF114482 30900000       X12 813DF000 01131878 LOG   DMT 00040000 0059E000           0059E020 0059E040
013DE380      0059E060 00000000           00000000 00000000           00000000 00000000           00000000 00000000
013DE3A0      00000000 00000000           00000000 00000000           00000000 00000000           00000000 00000000
013DE400      00000000 000619F0           00000200 00061A50           00007D98 00007D9C           00002280 00000002
013DE420      001A4A10 004D6000           00064F38 00001000           00002000 00159F90           000619F0 00061120
013DE440  PRV 00000004 00048620           001103FC 001113C0           00035C50 0003843E           80046678 00000420
013DE460      000465C0 00048730           00048600 00001000           00002000 0015ED50           80045680 00000000
013DE480      1CB0BEE0 1C000000           071D0000 801A4A2A       IPP 040CC000 813DCEEA           1CB0BEE0 1C000000
013DE4A0      1CB0BEE0 10000000           00000000 00000000           00000000 00000000           1CB08000 1C000000
013DE4C0      00000000 00000000           00000000 00000000           00000000 00000000           00000000 0000000C
013DE4E0      00000000 00000000           00000000 00000000           00000000 00000000           00000000 00000000
013DE520      00000000 00000000           00000000 00000000           00000000 001577C0           0009D960 00000000
013DE540      00000000 00000000           00000000 00000000           00000000 00000000           00000000 00000000
013DE680  CPR 00000000 00000000       RSV 00000000 00000000           00000000 00000000           00000000 00000000
013DE6C0      00000000 00000000       ARM 040C2000 8003FDFE       PTR 00000000 00000000       MCR 040C0000 800468A4
013DE6E0  RVR 040C0000 8004688E       RVV 00000004 00048620           001103FC 001113C0           00035C50 0003843E
013DE700      80046678 00000420           000465C0 00048730           00048600 00001000           00002000 0015ED50
013DE720      80045680 0004688E           00000000 00000000           00000000 00000000           00000000 00000000
013DE740      00000000 00000000           00000000 00000000           00000000 00000000           00000000 00000000
013DE780      00000000 00000000       OLD A62D139E 1DC56111       NEW A62D139E 1DC4B311       IDL 000619F0 00061120 CPL
013DE7A0      32004000 00000000           00000000 00000000           A62D139A F3DFD013           A62D139B 04F8F413
   .             .        .                  .        .                  .        .                  .        .
   .             .        .                  .        .                  .        .                  .        .
   .             .        .                  .        .                  .        .                  .        .
013DEF80      50F00F9C 58F00F94           07FF50F0 0F9C58F0           0F9807FF 000340E8           00034118 00000000
013DEFA0      00000000 00000000           00000000 00000000           00000000 00000000           00000000 00000000
013DEFE0      00000000 00000000           00000000 00000000           00000000 00000000           00000000 00000000

Table 32 explains the headings and labels that appear in this section of the main storage dump.

Table 32. Headings in the Prefix Page

Heading Description
*PREFIX PAGE - ADDRESSES ARE ABSOLUTE A prefix page is displayed for each I-stream that was active at the time of the dump. Each prefix page shows the I-stream's unique page 0 contents at the time the error occurred. The area is labeled throughout with dump labels used to identify specific fields. See the DCTPFX data macro for more information.

Branch Trace Table

Figure 44 shows an example of the branch trace table.

Figure 44. Branch Trace Table

*BRANCH TRACE TABLE
013DF000      800452B8 800452B8           800452B8 800452B8           800452B8 800465C0           813DCD64 813DCD64
013DF020      813DCBB8 80060D66           8008A8C2 813DB960           8005C318 80089408           80060E44 80060E44
013DF040      80060E44 80060E44           80060E44 80060E44           80060F00 80060CE8           80060F00 80060CE8
013DF060      80060F00 80060CE8           80060F00 80060CE8           80060F00 80060CE8           80065770 80060D66
013DF080      80060D66 8008A8C2           813DB960 8005C318           80089408 80060E44           80060E44 80060E44
013DF0A0      80060E44 80060E44           80060E44 80060F00           80060CE8 80060F00           80060CE8 80060F00
013DF0C0      80060CE8 80060F00           80060CE8 80060F00           80060CE8 80065770           80060D66 80060D66
013DF0E0      8008A8C2 813DB960           8005C318 80089408           80060E44 80060E44           80060F00 80060CE8
013DF100      80005F2E 800C0608           80060CE8 800C0758           80006448 80006844           800C1BB0 800C0758
013DF120      80006B74 800C0608           8000CBE0 800C22F8           80060E44 80060E44           80060E44 80060E44
013DF140      80060E44 80060F00           80060CE8 80060F00           80060CE8 80060F00           80060CE8 80060F00
   .             .        .                  .        .                  .        .                  .        .
   .             .        .                  .        .                  .        .                  .        .
   .             .        .                  .        .                  .        .                  .        .
013DFDC0      8000A2EA 8000AACE           800BF9B0 800063E8           800066C4 800C0608           80006B00 80060E44
013DFDE0      800C0250 800C0250           80003758 800BFB70           800521A0 800517C4           80060D66 80060F00
013DFE00      80060CE8 80066330           80067E8E 813DC0B0           80006448 80006844           800C1BB0 800C14C0
013DFE20      800C0758 80006B74           80001000 800BFB70           800BFB70 80001000           80001000 80001000
013DFE40      800C0250 800BFB70           80001000 8000A4C0           80001000 80001000           800BFB70 800C2848
013DFE60      80001000 800BFB70           800BFB70 800BFB70           80001000 800C0250           800C0250 800C0250
013DFE80      80001000 800C0250           800C1960 8000A4A4           80006308 800065C4           80006844 800C1BB0
013DFEA0      80006B00 800C0EF0           800C14C0 80060E44           800C0250 800C0250           800C22F8 80060F00
013DFEC0      80060CE8 8000215A           800C1960 800C0EF0           80012594 800C1960           800C1960 8001A7D8
013DFEE0      8000E8E6 813DC0B0           80012594 80012594           80012594 800BFFA8           800C22F8 80067D8E
013DFF00      80060E44 80060F00           80060CE8 80053D8A           800C0250 800BFB70           800C0250 80004C00
013DFF20 LAST 80060E44 813DCD64           80044CC0 813DD260           800465C0 813DCD64           813DCD64 813DCBB8
013DFF40      800465C0 813DCD64           813DCD64 813DCBB8           8003C898 8003BB18           800452B8 8003FBA8
013DFF60      800452B8 8003FBA8           8003FBA8 800452B8           8003FBA8 800452B8           8003FBA8 800452B8
013DFF80      8003FBA8 800452B8           8003FBA8 800452B8           8003CFC4 8003D038           8003FBA8 800452B8
013DFFA0      8003D052 8003FBA8           800452B8 8003FBA8           800452B8 800465C0           813DCD64 813DCD64
013DFFC0      813DCBB8 80040148           813DCD64 813DCD64           8003FBA8 800452B8           800452B8 800452B8
013DFFE0      800452B8 800452B8           800452B8 800465C0           813DCD64 813DCD64           813DCBB8

Table 33 explains the headings and labels that appear in this section of the main storage dump.

Table 33. Headings in the Branch Trace Table

Heading Description
*BRANCH TRACE TABLE When branch tracing is active, an entry is made in a 4 KB wraparound trace table for each execution of the branch instructions BALR, BASR, BASSM, and BAKR. Each 4-byte entry in the trace table identifies the destination address of the branch, as well as a 31-bit addressing mode indication in the high-order bit. The branch trace option is controlled by the ZSTRC command. The LAST indicator identifies the most recent branch trace entry.

ECB Virtual Memory (EVM)

Figure 45 shows an example of the ECB virtual memory.

Figure 45. ECB Virtual Memory (EVM)

 *******************************************************************************************************************
 
 ENTRY REFERENCED VIA R9 - DUMP OF ECB VIRTUAL MEMORY FOLLOWS
 
 
 *ENTRY BLK, GENERATED BY 1052/3215 ENTRY
 00902000  CHW 00000000 80130A78 BAD
 00902008 W000 C4C5C3C2 010000C2      W008 80B00000 00000000      W016 00000000 00000000      W024 00000000 00000000
    BCD         D E C B        B
 00902028 W032 00000000 00000000      W040 01000000 00000000      W048 00000000 E2D4D7C2      W056 010000C2 80B00000
    BCD                                                                          S M P B                  B
 00902048 W064 00000000 00000000      W072 00008400 04000000      W080 E3C5E2E3 00000000      W088 00000000 05961458
    BCD                                                                 T E S T
 00902068 W096 00000000 00000000      WSW1 00000000 00000000
 00902078  FA0 00000000 00000000       FA1 00000000 00000000       FA2 00000000 00000000       FA3 00000000 00000000
 00902098  FA4 00000000 00000000       FA5 00000000 00000000       FA6 00000000 00000000       FA7 00000000 00000000
 009020B8  FA8 00000000 00000000       FA9 00000000 00000000       FAA 00000000 00000000       FAB 00000000 00000000
 009020D8  FAC 00000000 00000000       FAD 00000000 00000000       FAE 00000000 00000000       FAF 00000000 00000000
 009020F8  FAP 00FF0000 FC0A048D
 00902100  CR0 00919E80 0021017D       CR1 00922000 00010FFF       CR2 00000000 00010000       CR3 00000000 00010000
 00902120  CR4 00000000 00010000       CR5 00000000 00010000       CR6 00000000 00010000       CR7 00000000 00010000
 00902140  CR8 00919C00 0001017D       CR9 00000000 00010000       CRA 00000000 00010000       CRB 00000000 00010000
 00902160  CRC 00000000 00010000       CRD 00000000 00010000       CRE 00000000 00010000       CRF 00000000 00010000
 00902180  CRP 066C1020 00010000
 00902188  FX0 00000000 00000000       FX1 00000000 00000000       FX2 00000000 00000000       FX3 00000000 00000000
 009021A8  FX4 00000000 00000000       FX5 00000000 00000000       FX6 00000000 00000000       FX7 00000000 00000000
 009021C8  FX8 00000000 00000000       FX9 00000000 00000000       FXA 00000000 00000000       FXB 00000000 00000000
 009021E8  FXC 00000000 00000000       FXD 00000000 00000000       FXE 00000000 00000000       FXF 00000000 00000000
 00902208  SUD 00000000 00000000           00000000 00000000       SUP 0000FF00 FF000000           00000000 00213E60
 00902228      B43B4E81 B77C2803           00000000 00000000           00000000 01CFF880           00000014 00000000
 00902248      00000000 00000000           00000000 00000000           00000000 00000000           00000000 00000000
 00902288      00904E3C 00000000           00000000 00000000       GLA 001CA000 001DA000 GLY
 009022A0  R14 8012D9A0 00000000 R15
 009022A8  R0  01605290 00A01C40 R1    R2  016051F8 00922720 R3    R4  066C3BF8 00A01E00 R5    R6  066C4870 8464561A R7
 009022C8  R8  066C1020
 009022CC  CPL 009022D0 00904A68 FPL
 009022D4  CXR 8012D90E C3E5C1F1       ISN 00010000 00008400       STP 00000000 000062F0 CNF   CSC 00000000 00000000 CSP
 009022F4  EHT 00000000 000FDEE8 TRT   TCA 00000000 00000000 STK   VCT 00320000 00902288 DET       00000000 00000000
 00902314      00000000 00000000           00FF0000 00000000       CRS 00000000 000000C2 CPX
 0090232C  SBI FFFFFFFF FF00FF00 DBI   SSU FF000000
 00902338  PSW 071D1000 8465C704       CTL 00000000 39000000       REC 00010000 00000000           00000040 0001925A TRC
 00902358      0080E819 58790000       TTA 00000000 00000000 AUT
 00902368  URA 00000000 00000000 URB   UR0 00000000 00000000 UR1   UR2 00000000 00000000 UR3   UR4 00000000 00000000 UR5
 00902388  UR6 00000000 00000000 UR7
 00902390 X000 01008400 8000E3C5      X008 E2E3C3E5 E9E90004      X016 00000100 00000000      X024 00919E80 00919EAB
    BCD                      T E            S T C V  Z Z
 009023B0 X032 00919E80 05961458      X040 00000880 00000015      X048 001C3FF8 00000000      X056 00000000 00000000
    BCD                                                                       8
 009023D0 X064 001C3FF8 05961458      X072 00000000 C3E5C1F3      X080 00000000 00000000      X088 804A9E60 00000004
    BCD               8                              C V A 3                                              -
 009023F0 X096 00000000 00000000      XSW0 02000000 00000000           00000000 00000000           00000000 000000B5
 00902410      FFFFFFFF 04588198           00000000 00000000           00000000 00000000           00000000 00000000
 00902430      00000000 00000000           00000000 00000000           00000000 00000000           00000000 00000000
 00902530      00000000 00000000           00000000 00000000
 00902540 USA0 00000000 00000000           00000000 00000000           00000000 00000000           00000000 00000000
 00903000  AV1 0293D7A0 00000000 AV2   AV4 02940A20 0305200F STD   SGT 03052000 03056800 PGT   NVA 000000B0 023FA000 SVA
 00903020  EVA 00902000 02940C00 FRM   EHT 02A697F4 03052004 GLB   GLX 03052188 00000000 FG2   GMT 03053800 03053834 GMH
 00903040  TFC 000D00A0 10000A00           00200001 00A01000 HFC   HTR 00A01000 00000000 ASC   EVC 00000000 00000000 RET
 00903060  TOD B43B4E81 95879588           00000001 00000000           04586028 00000000       GSP 03052800 03052834 GSH
 00903080  ISO 01600010 04000007           0001000D 03056800           00010000 00000000           00000000 00000000
 009030A0      00000000 00000000           00000000 00000000           00000000 03052600 PCB   TCB 00000000 00000000 FCH
 009030C0  BCH 00000000 03052400 TSA   STA 01600000 03053800 EGS   TYP 00000000 00000000       TMC 00000000 00A01710
 009030E0      B43B4E81 95879588       DEC 00922000 00A018C0           0000FF00 00000000           00000000 00000000
 00903100      00000000 00000000           00000000 00000000           00000000 00000000           00000000 00000000
 00903120      00000000 00A018C0       AVM 00000000 00A01FC0           00000000 00000000 PER       00000000 00000000
 00903140      00000000 00000000           00000000 00000000           00000000 00000000           00000000 00000000
 00903B00  USR 00000000 00000000           00000000 00000000           00000000 00000000           00000000 00000000
 00903C00  SVT 00000000 00000000           823FA000 823FB000           823FC000 00000000           00000000 00000000
 
 00903C20      00000000 00000000           00000000 00000000           00000000 00000000           00000000 00000000
 00903C60      00000000 0293D700           00000000 00000000           00000000 00000000           00000000 00000000
 00903C80      00000000 00000000           0293E000 00000000           00000000 00000000           00000000 00000000
 00903CA0      00000000 00000000           00000000 00000000           02940A00 00000000           00000000 00000000
 00903CC0      00000000 00000000           00000000 00000000           00000000 00000000           00000000 00000000
 00904000  MTH 009044F8 00000030           00904018 00904A38           023FC018 023FCA38
 *ECB MACRO TRACE  *MACRO *PROG *LOCATION   *PARAMETERS                           *SVC OLD PSW    *CODE *INX   *TIME STAMP
 00904018      IS01 MALOC  CJ00  +022     SIZE-00001068 BLOCK-00A0CF70           071D1000 84707CB4 003B 0005 B43B4E81 B6FAF101
 00904048      IS01 FREEC  CJ00  +026     BLOCK-00A0CF70                         071D1000 846E6D38 003B 0007 B43B4E81 B6FC7F01
 00904078      IS01 FREEC  CJ00  +026     BLOCK-00A07598                         071D1000 8470729C 003B 0007 B43B4E81 B6FCD581
 009040A8      IS01 DECBC  CJ00  +0C0     TYPE-RELEASE D-00922620                071D1000 847D097A 003B 0035 B43B4E81 B6FD5C81
 009040D8      IS01 DECBC  CJ00  +0C0     TYPE-RELEASE D-009226A0                071D0000 847D097A 003B 0035 B43B4E81 B6FD8581
 00904108      IS01 FREEC  CJ00  +096     BLOCK-00A02208                         071D1000 846E3FB0 003B 0007 B43B4E81 B6FDAE41
 00904138      IS01 FINWC  QDCB  +???     FA-FC14000D RECID-FC2A LVL-DE          071D0000 81604FF2 0026      B43B4E81 B6FEF041
 00904168      IS01 RELCC  QDCB  +???     AD-0092C000 BKTYP-0051 LVL-DE          071D0000 81604FF2 0032      B43B4E81 B75D8103
 00904198      IS01 MALOC  QDCB  +???     SIZE-00000007 BLOCK-00A02460           071D1000 845ED068 003B 0005 B43B4E81 B75E2303
 009041C8      IS01 FREEC  QDCB  +???     BLOCK-00A02460                         071D1000 845DAA70 003B 0007 B43B4E81 B75F5583
 009041F8      IS01 MALOC  QDCB  +???     SIZE-00000108 BLOCK-00A02370           071D1000 845ED068 003B 0005 B43B4E81 B75FA003
 00904228      IS01 GSWBC  CGSW  +026                                            071D1000 84677108 003B 002B B43B4E81 B7600A43
 00904258      IS01 CINFC  QDCB  +???                                            071D2000 81604FF2 0060      B43B4E81 B7606443
 00904288      IS01 KEYRC  QDCB  +???                                            070D1000 84661056 0076      B43B4E81 B760B043
 009042B8      IS01 CINFC  QDCB  +???                                            071D2000 81604FF2 0060      B43B4E81 B760E643
 009042E8      IS01 KEYRC  QDCB  +???                                            070D1000 84661056 0076      B43B4E81 B760F943
 00904318      IS01 CINFC  QDCB  +???                                            071D2000 81604FF2 0060      B43B4E81 B7613F83
 00904348      IS01 KEYRC  QDCB  +???                                            070D1000 84661056 0076      B43B4E81 B7616A83
 00904378      IS01 CINFC  QDCB  +???                                            071D2000 81604FF2 0060      B43B4E81 B761C903
 009043A8      IS01 KEYRC  QDCB  +???                                            070D1000 84661056 0076      B43B4E81 B761EDC3
 009043D8      IS01 MALOC  QDCB  +???     SIZE-00001000 BLOCK-00A0CFD8           071D1000 845ED068 003B 0005 B43B4E81 B762EF03
 00904408      IS01 CINFC  QDCB  +???                                            071D2000 81604FF2 0060      B43B4E81 B764E683
 00904438      IS01 KEYRC  QDCB  +???                                            070D1000 84661056 0076      B43B4E81 B7650F43
 00904468      IS01 WTOPC  QDCB  +???                                            071D0000 816059AA 00F0      B43B4E81 B7658983
 00904498      IS01 DLAYC  QDCB  +???                                            071D1000 8465C704 000C      B43B4E81 B7669743
 009044C8 LAST IS01 DECBC  QDCB  +050     TYPE-CREATE  D-00922720                071D1000 866C85BA 003B 0035 B43B4E81 B77E5BC3
 009044F8      IS01 KEYRC  QDCB  +???                                            070D1000 84661056 0076      B43B4E81 B2070C87
 00904528      IS01 CINFC  QDCB  +???                                            071D2000 81604FF2 0060      B43B4E81 B2076A47
 00904558      IS01 KEYRC  QDCB  +???                                            070D1000 84661056 0076      B43B4E81 B2078F07
 00904588      IS01 CENVC  QDCB  +???                                            071D1000 8462E46C 003B 0021 B43B4E81 B20854C7
 009045B8      IS01 MALOC  QDCB  +???     SIZE-0000012C BLOCK-00A024F0           071D1000 845ED068 003B 0005 B43B4E81 B208B987
 009045E8      IS01 MALOC  QDCB  +???     SIZE-00000030 BLOCK-00A024B0           071D1000 845ED068 003B 0005 B43B4E81 B2091E87
 00904618      IS01 MALOC  QDCB  +???     SIZE-00000015 BLOCK-00A02488           071D1000 845ED068 003B 0005 B43B4E81 B20972C7
 00904648      IS01 FINWC  QDCB  +???     FA-FC140001 RECID-FC2A LVL-DE          071D0000 81604FF2 0026      B43B4E81 B20A8747
 00904678      IS01 RELCC  QDCB  +???     AD-0092C000 BKTYP-0051 LVL-DE          071D0000 81604FF2 0032      B43B4E81 B4B2CDC4
 009046A8      IS01 CALOC  CJ00  +028     SIZE-00000270 BLOCK-00A02208           071D1000 847EA762 003B 0006 B43B4E81 B4B48984
 009046D8      IS01 DECBC  CJ00  +098     TYPE-CREATE  D-00922520                071D1000 847D07D2 003B 0035 B43B4E81 B4B51784
 00904708      IS01 DECBC  CJ00  +098     TYPE-CREATE  D-009225A0                071D1000 847D07D2 003B 0035 B43B4E81 B4B54444
 00904738      IS01 FINWC  CJ00  +0E2     FA-000000000014582D ID-FC16 D-00922520 071D1000 847F3198 0026      B43B4E81 B4B59A84
 00904768      IS01 MALOC  CJ00  +022     SIZE-00000B30 BLOCK-00A07468           071D1000 847F9FE4 003B 0005 B43B4E81 B584C787
 00904798      IS01 RELCC  CJ00  +046     AD-0092C000 BKTYP-0051 LVL-DF          071D1000 847FA0F4 0032      B43B4E81 B585A247
 009047C8      IS01 MALOC  CJ00  +022     SIZE-00001068 BLOCK-00A0CF70           071D1000 84707CB4 003B 0005 B43B4E81 B5864A47
 009047F8      IS01 FREEC  CJ00  +026     BLOCK-00A0CF70                         071D1000 846E6D38 003B 0007 B43B4E81 B587E787
 00904828      IS01 FREEC  CJ00  +026     BLOCK-00A07468                         071D1000 8470729C 003B 0007 B43B4E81 B5884187
 00904858      IS01 DECBC  CJ00  +0C0     TYPE-RELEASE D-00922520                071D1000 847D097A
 003B 0035 B43B4E81 B588CF07
 00904888      IS01 DECBC  CJ00  +0C0     TYPE-RELEASE D-009225A0                071D0000 847D097A 003B 0035 B43B4E81 B588F807
 009048B8      IS01 FREEC  CJ00  +096     BLOCK-00A02208                         071D1000 846E3FB0 003B 0007 B43B4E81 B5892A47
 009048E8      IS01 FINWC  QDCB  +???     FA-FC140005 RECID-FC2A LVL-DE          071D0000 81604FF2 0026      B43B4E81 B58A7C87
 00904918      IS01 RELCC  QDCB  +???     AD-0092C000 BKTYP-0051 LVL-DE          071D0000 81604FF2 0032      B43B4E81 B643FC87
 00904948      IS01 CALOC  CJ00  +028     SIZE-00000270 BLOCK-00A02208           071D1000 847EA762 003B 0006 B43B4E81 B645AB47
 00904978      IS01 DECBC  CJ00  +098     TYPE-CREATE  D-00922620                071D1000 847D07D2 003B 0035 B43B4E81 B6462B07
 009049A8      IS01 DECBC  CJ00  +098     TYPE-CREATE  D-009226A0                071D1000 847D07D2 003B 0035 B43B4E81 B6465687
 009049D8      IS01 FINWC  CJ00  +0E2     FA-0000000000145831 ID-FC16 D-00922620 071D1000 847F3198 0026      B43B4E81 B646AC87
 00904A08      IS01 MALOC  CJ00  +022     SIZE-00000A00 BLOCK-00A07598           071D1000 847F9FE4 003B 0005 B43B4E81 B6F98781
 00904A38      IS01 RELCC  CJ00  +046     AD-0092C000 BKTYP-0051 LVL-DF          071D1000 847FA0F4 0032      B43B4E81 B6FA5301
 00904A68  L0  00904A84 009022D0           004A9D40 804AA006           062E55E0 FF00FF00           00000000 00904AA0 L1
 00904A88      00904A68 065DF020           01605030 062F9E00           FF00FF00 80000000       L2  00904ABC 00904A84
 00904AA8      00000000 00000000           00000000 00000000           00000000 00904AD8 L3        00904AA0 00000000
 00904AC8      00000000 00000000           00000000 00000000       L4  00904AF4 00904ABC           00000000 00000000
 00904AE8      00000000 00000000           00000000 00904B10 L5        00904AD8 00000000           00000000 00000000
 00904B08      00000000 00000000       L6  00904B2C 00904AF4           00000000 00000000           00000000 00000000
 00904B28      00000000 00904B48 L7        00904B10 00000000           00000000 00000000           00000000 00000000
 00904B48  L8  00904B64 00904B2C           00000000 00000000           00000000 00000000           00000000 00904B80 L9
 00904B68      00904B48 00000000           00000000 00000000           00000000 00000000       L10 00904B9C 00904B64
 00904B88      00000000 00000000           00000000 00000000           00000000 00904BB8 L11       00904B80 00000000
 00904BA8      00000000 00000000           00000000 00000000       L12 00904BD4 00904B9C           00000000 00000000
 00904BC8      00000000 00000000           00000000 00904BF0 L13       00904BB8 00000000           00000000 00000000
 00904BE8      00000000 00000000       L14 00904C0C 00904BD4           00000000 00000000           00000000 00000000
 00904C08      00000000 00904C28 L15       00904BF0 00000000           00000000 00000000           00000000 00000000
 00904C28  L16 00904C44 00904C0C           00000000 00000000           00000000 00000000           00000000 00904C60 L17
 00904C48      00904C28 00000000           00000000 00000000           00000000 00000000       L18 00904C7C 00904C44
 00904C68      00000000 00000000           00000000 00000000           00000000 00904C98 L19       00904C60 00000000
 00904C88      00000000 00000000           00000000 00000000       L20 00904CB4 00904C7C           00000000 00000000
 00904CA8      00000000 00000000           00000000 00904CD0 L21       00904C98 00000000           00000000 00000000
 00904CC8      00000000 00000000       L22 00904CEC 00904CB4           00000000 00000000           00000000 00000000
 00904CE8      00000000 00904D08 L23       00904CD0 00000000           00000000 00000000           00000000 00000000
 00904D08  L24 00904D24 00904CEC           00000000 00000000           00000000 00000000           00000000 00904D40 L25
 00904D28      00904D08 00000000           00000000 00000000           00000000 00000000       L26 00904D5C 00904D24
 00904D48      00000000 00000000           00000000 00000000           00000000 00904D78 L27       00904D40 00000000
 00904D68      00000000 00000000           00000000 00000000       L28 00904D94 00904D5C           00000000 00000000
 00904D88      00000000 00000000           00000000 00904DB0 L29       00904D78 00000000           00000000 00000000
 00904DA8      00000000 00000000       L30 00904DCC 00904D94           00000000 00000000           00000000 00000000
 00904DC8      00000000 00904DE8 L31       00904DB0 00000000           00000000 00000000           00000000 00000000
 00904DE8  L32 00904E04 00904DCC           00000000 00000000           00000000 00000000           00000000 00904E20 L33
 00904E08      00904DE8 00000000           00000000 00000000           00000000 00000000       L34 00000000 00904E04
 00904E28      00000000 00000000           00000000 00000000           00000000 00904E60 DBT       00000000 00000000
 00904E48      00010000 00000000           00000000 00000000           00000000 00000070           00904E84 00904E3C
 00904E68      00000000 00000000           00000000 00000000           00000000 00000000           00000000 00904EA8
 00904E88      00904E60 00000000           00000000 00000000           00000000 00000000           00000000 00000000
 00904EA8      00904ECC 00904E84           00000000 00000000           00000000 00000000           00000000 00000000
 00904EC8      00000000 00904EF0           00904EA8 00000000           00000000 00000000           00000000 00000000
 00904EE8      00000000 00000000           00904F14 00904ECC           00000000 00000000           00000000 00000000
 00904F08      00000000 00000000           00000000 00904F38           00904EF0 00000000           00000000 00000000
 00904F28      00000000 00000000           00000000 00000000           00904F5C 00904F14           00000000 00000000
 00904F48      00000000 00000000           00000000 00000000           00000000 00904F80           00904F38 00000000
 00904F68      00000000 00000000           00000000 00000000           00000000 00000000           00000000 00904F5C
 00904F88      00000000 00000000           00000000 00000000           00000000 00000000           00000000 00000000
 00904FA8      00000000 00000000           00000000 00000000           00000000 00000000       SPT 016051F8 00000002
 00904FC8      00000000 00000000           00000000 00000000       PAT 045881F8 00000000           00000000 00000000
 00904FE8      00000000 00000000           00000000 00000000           00000000 00000000
 
 *DECB FRAME
 00922000 +000  D E C B  $ $ $ $      +008 00000000 009227A0      +010 00000000 00000000      +018 00000000 00000000
 00922020 +020 00000000 00000000      +028 00000000 00000000      +030 00000000 00000000      +038 0092C000 00010FFF
 00922040 +040 FC160100 00000000      +048 0014582D 00000000      +050 00000000 00000000      +058 00000000 00000000
 00922060 +060 00000000 00000000      +068 00000000 00000000      +070 DECBDECB 00922000      +078 00000000   3E0000
 00922080 +080  C J 0 0 00000000      +088 00000000 00000000      +090 FF00FF00 00000000      +098 00000000 00000000
 009220A0 +0A0 00000000 00000000      +0A8 00000000 00000000      +0B0 00000000 00000000      +0B8 00000000 00010000
 009220C0 +0C0 00000000 00000000      +0C8 00000000 00000000      +0D0 00000000 00000000      +0D8 00000000 00000000
 009220E0 +0E0 00000000 00000000      +0E8 00000000 00000000      +0F0 DECBDECB 00922000      +0F8 00000000   000000
 00922100 +100  C J 0 0 00000000      +108 00000000 00000000      +110 FF00FF00 00000000      +118 00000000 00000000
 00922120 +120 00000000 00000000      +128 00000000 00000000      +130 00000000 00000000      +138 0092C000 00010FFF
 00922140 +140 FC160100 00000000      +148 0014582D 00000000      +150 00000000 00000000      +158 00000000 00000000
 00922160 +160 00000000 00000000      +168 00000000 00000000      +170 DECBDECB 00922000      +178 00000000   3E0000
 00922180 +180  C J 0 0 00000000      +188 00000000 00000000      +190 FF00FF00 00000000      +198 00000000 00000000
 009221A0 +1A0 00000000 00000000      +1A8 00000000 00000000      +1B0 00000000 00000000      +1B8 00000000 00010000
 009221C0 +1C0 00000000 00000000      +1C8 00000000 00000000      +1D0 00000000 00000000      +1D8 00000000 00000000
 009221E0 +1E0 00000000 00000000      +1E8 00000000 00000000      +1F0 DECBDECB 00922000      +1F8 00000000   000000
 00922200 +200  C J 0 0 00000000      +208 00000000 00000000      +210 FF00FF00 00000000      +218 00000000 00000000
 00922220 +220 00000000 00000000      +228 00000000 00000000      +230 00000000 00000000      +238 0092C000 00010FFF
 00922240 +240 FC160100 00000000      +248 00145831 00000000      +250 00000000 00000000      +258 00000000 00000000
 00922260 +260 00000000 00000000      +268 00000000 00000000      +270 DECBDECB 00922000      +278 00000000   3E0000
 00922280 +280  C J 0 0 00000000      +288 00000000 00000000      +290 FF00FF00 00000000      +298 00000000 00000000
 009222A0 +2A0 00000000 00000000      +2A8 00000000 00000000      +2B0 00000000 00000000      +2B8 00000000 00010000
 009222C0 +2C0 00000000 00000000      +2C8 00000000 00000000      +2D0 00000000 00000000      +2D8 00000000 00000000
 009222E0 +2E0 00000000 00000000      +2E8 00000000 00000000      +2F0 DECBDECB 00922000      +2F8 00000000   000000
 00922300 +300  C J 0 0 00000000      +308 00000000 00000000      +310 FF00FF00 00000000      +318 00000000 00000000
 
 00922320 +320 00000000 00000000      +328 00000000 00000000      +330 00000000 00000000      +338 0092C000 00010FFF
 00922340 +340 FC160100 00000000      +348 0014582D 00000000      +350 00000000 00000000      +358 00000000 00000000
 00922360 +360 00000000 00000000      +368 00000000 00000000      +370 DECBDECB 00922000      +378 00000000   3E0000
 00922380 +380  C J 0 0 00000000      +388 00000000 00000000      +390 FF00FF00 00000000      +398 00000000 00000000
 009223A0 +3A0 00000000 00000000      +3A8 00000000 00000000      +3B0 00000000 00000000      +3B8 00000000 00010000
 009223C0 +3C0 00000000 00000000      +3C8 00000000 00000000      +3D0 00000000 00000000      +3D8 00000000 00000000
 009223E0 +3E0 00000000 00000000      +3E8 00000000 00000000      +3F0 DECBDECB 00922000      +3F8 00000000   000000
 00922400 +400  C J 0 0 00000000      +408 00000000 00000000      +410 FF00FF00 00000000      +418 00000000 00000000
 00922420 +420 00000000 00000000      +428 00000000 00000000      +430 00000000 00000000      +438 0092C000 00010FFF
 00922440 +440 FC160100 00000000      +448 00145831 00000000      +450 00000000 00000000      +458 00000000 00000000
 00922460 +460 00000000 00000000      +468 00000000 00000000      +470 DECBDECB 00922000      +478 00000000   3E0000
 00922480 +480  C J 0 0 00000000      +488 00000000 00000000      +490 FF00FF00 00000000      +498 00000000 00000000
 009224A0 +4A0 00000000 00000000      +4A8 00000000 00000000      +4B0 00000000 00000000      +4B8 00000000 00010000
 009224C0 +4C0 00000000 00000000      +4C8 00000000 00000000      +4D0 00000000 00000000      +4D8 00000000 00000000
 009224E0 +4E0 00000000 00000000      +4E8 00000000 00000000      +4F0 DECBDECB 00922000      +4F8 00000000   000000
 00922500 +500  C J 0 0 00000000      +508 00000000 00000000      +510 FF00FF00 00000000      +518 00000000 00000000
 00922520 +520 00000000 00000000      +528 00000000 00000000      +530 00000000 00000000      +538 0092C000 00010FFF
 00922540 +540 FC160100 00000000      +548 0014582D 00000000      +550 00000000 00000000      +558 00000000 00000000
 00922560 +560 00000000 00000000      +568 00000000 00000000      +570 DECBDECB 00922000      +578 00000000   3E0000
 00922580 +580  C J 0 0 00000000      +588 00000000 00000000      +590 FF00FF00 00000000      +598 00000000 00000000
 009225A0 +5A0 00000000 00000000      +5A8 00000000 00000000      +5B0 00000000 00000000      +5B8 00000000 00010000
 009225C0 +5C0 00000000 00000000      +5C8 00000000 00000000      +5D0 00000000 00000000      +5D8 00000000 00000000
 009225E0 +5E0 00000000 00000000      +5E8 00000000 00000000      +5F0 DECBDECB 00922000      +5F8 00000000   000000
 00922600 +600  C J 0 0 00000000      +608 00000000 00000000      +610 FF00FF00 00000000      +618 00000000 00000000
 00922620 +620 00000000 00000000      +628 00000000 00000000      +630 00000000 00000000      +638 0092C000 00010FFF
 00922640 +640 FC160100 00000000      +648 00145831 00000000      +650 00000000 00000000      +658 00000000 00000000
 00922660 +660 00000000 00000000      +668 00000000 00000000      +670 DECBDECB 00922000      +678 00000000   3E0000
 00922680 +680  C J 0 0 00000000      +688 00000000 00000000      +690 FF00FF00 00000000      +698 00000000 00000000
 009226A0 +6A0 00000000 00000000      +6A8 00000000 00000000      +6B0 00000000 00000000      +6B8 00000000 00010000
 009226C0 +6C0 00000000 00000000      +6C8 00000000 00000000      +6D0 00000000 00000000      +6D8 00000000 00000000
 009226E0 +6E0 00000000 00000000      +6E8 00000000 00000000      +6F0 DECBDECB 00922000      +6F8 00000000   000000
 00922700 +700  C J 0 0 00000000      +708 00000000 00000000      +710 FF00FF00 00000000      +718 00000000 00000000
 00922720 +720  Q D C B  . C R U      +728  S A                   +730 00000000 00000000      +738 00000000 00010000
 00922740 +740 00000000 00000000      +748 00000000 00000000      +750 00000000 00000000      +758 00000000 00000000
 00922760 +760 00000000 00000000      +768 00000000 00000000      +770 DECBDECB 00922000      +778 00000000 80000000
 00922780 +780  Q D C B 00000000      +788 00000000 00000000      +790 00000000 00000000      +798 00000000 00000000
 009227A0 +7A0 00000000 00000000      +7A8 00000000 00000000      +7B0 00000000 00000000      +7B8 00000000 00010000
 009227C0 +7C0 00000000 00000000      +7C8 00000000 00000000      +7D0 00000000 00000000      +7D8 00000000 00000000
 009227E0 +7E0 00000000 00000000      +7E8 00000000 00000000      +7F0 DECBDECB 00922000      +7F8 00000000   000000
 00922800 +800 00000000 00000000      +808 00000000 00000000      +810 00000000 00000000      +818 00000000 00000000
 00922820 +820 00000000 00000000      +828 00000000 00000000      +830 00000000 00000000      +838 00000000 00010000
 00922840 +840 00000000 00000000      +848 00000000 00000000      +850 00000000 00000000      +858 00000000 00000000
 00922860 +860 00000000 00000000      +868 00000000 00000000      +870 DECBDECB 00922000      +878 00000000   000000
 00922880 +880 00000000 00000000      +888 00000000 00000000      +890 00000000 00000000      +898 00000000 00000000
 009228A0 +8A0 00000000 00000000      +8A8 00000000 00000000      +8B0 00000000 00000000      +8B8 00000000 00010000
 009228C0 +8C0 00000000 00000000      +8C8 00000000 00000000      +8D0 00000000 00000000      +8D8 00000000 00000000
 009228E0 +8E0 00000000 00000000      +8E8 00000000 00000000      +8F0 DECBDECB 00922000      +8F8 00000000   000000
 00922900 +900 00000000 00000000      +908 00000000 00000000      +910 00000000 00000000      +918 00000000 00000000
 00922920 +920 00000000 00000000      +928 00000000 00000000      +930 00000000 00000000      +938 00000000 00010000
 00922940 +940 00000000 00000000      +948 00000000 00000000      +950 00000000 00000000      +958 00000000 00000000
 00922960 +960 00000000 00000000      +968 00000000 00000000      +970 DECBDECB 00922000      +978 00000000   000000
 00922980 +980 00000000 00000000      +988 00000000 00000000      +990 00000000 00000000      +998 00000000 00000000
 009229A0 +9A0 00000000 00000000      +9A8 00000000 00000000      +9B0 00000000 00000000      +9B8 00000000 00010000
 009229C0 +9C0 00000000 00000000      +9C8 00000000 00000000      +9D0 00000000 00000000      +9D8 00000000 00000000
 009229E0 +9E0 00000000 00000000      +9E8 00000000 00000000      +9F0 DECBDECB 00922000      +9F8 00000000   000000
 00922A00 +A00 00000000 00000000      +A08 00000000 00000000      +A10 00000000 00000000      +A18 00000000 00000000
 00922A20 +A20 00000000 00000000      +A28 00000000 00000000      +A30 00000000 00000000      +A38 00000000 00010000
 00922A40 +A40 00000000 00000000      +A48 00000000 00000000      +A50 00000000 00000000      +A58 00000000 00000000
 00922A60 +A60 00000000 00000000      +A68 00000000 00000000      +A70 DECBDECB 00922000      +A78 00000000   000000
 00922A80 +A80 00000000 00000000      +A88 00000000 00000000      +A90 00000000 00000000      +A98 00000000 00000000
 00922AA0 +AA0 00000000 00000000      +AA8 00000000 00000000      +AB0 00000000 00000000      +AB8 00000000 00010000
 00922AC0 +AC0 00000000 00000000      +AC8 00000000 00000000      +AD0 00000000 00000000      +AD8 00000000 00000000
 00922AE0 +AE0 00000000 00000000      +AE8 00000000 00000000      +AF0 DECBDECB 00922000      +AF8 00000000   000000
 00922B00 +B00 00000000 00000000      +B08 00000000 00000000      +B10 00000000 00000000      +B18 00000000 00000000
 00922B20 +B20 00000000 00000000      +B28 00000000 00000000      +B30 00000000 00000000      +B38 00000000 00010000
 00922B40 +B40 00000000 00000000      +B48 00000000 00000000      +B50 00000000 00000000      +B58 00000000 00000000
 00922B60 +B60 00000000 00000000      +B68 00000000 00000000      +B70 DECBDECB 00922000      +B78 00000000   000000
 
 00922B80 +B80 00000000 00000000      +B88 00000000 00000000      +B90 00000000 00000000      +B98 00000000 00000000
 00922BA0 +BA0 00000000 00000000      +BA8 00000000 00000000      +BB0 00000000 00000000      +BB8 00000000 00010000
 00922BC0 +BC0 00000000 00000000      +BC8 00000000 00000000      +BD0 00000000 00000000      +BD8 00000000 00000000
 00922BE0 +BE0 00000000 00000000      +BE8 00000000 00000000      +BF0 DECBDECB 00922000      +BF8 00000000   000000
 00922C00 +C00 00000000 00000000      +C08 00000000 00000000      +C10 00000000 00000000      +C18 00000000 00000000
 00922C20 +C20 00000000 00000000      +C28 00000000 00000000      +C30 00000000 00000000      +C38 00000000 00010000
 00922C40 +C40 00000000 00000000      +C48 00000000 00000000      +C50 00000000 00000000      +C58 00000000 00000000
 00922C60 +C60 00000000 00000000      +C68 00000000 00000000      +C70 DECBDECB 00922000      +C78 00000000   000000
 00922C80 +C80 00000000 00000000      +C88 00000000 00000000      +C90 00000000 00000000      +C98 00000000 00000000
 00922CA0 +CA0 00000000 00000000      +CA8 00000000 00000000      +CB0 00000000 00000000      +CB8 00000000 00010000
 00922CC0 +CC0 00000000 00000000      +CC8 00000000 00000000      +CD0 00000000 00000000      +CD8 00000000 00000000
 00922CE0 +CE0 00000000 00000000      +CE8 00000000 00000000      +CF0 DECBDECB 00922000      +CF8 00000000   000000
 00922D00 +D00 00000000 00000000      +D08 00000000 00000000      +D10 00000000 00000000      +D18 00000000 00000000
 00922D20 +D20 00000000 00000000      +D28 00000000 00000000      +D30 00000000 00000000      +D38 00000000 00010000
 00922D40 +D40 00000000 00000000      +D48 00000000 00000000      +D50 00000000 00000000      +D58 00000000 00000000
 00922D60 +D60 00000000 00000000      +D68 00000000 00000000      +D70 DECBDECB 00922000      +D78 00000000   000000
 00922D80 +D80 00000000 00000000      +D88 00000000 00000000      +D90 00000000 00000000      +D98 00000000 00000000
 00922DA0 +DA0 00000000 00000000      +DA8 00000000 00000000      +DB0 00000000 00000000      +DB8 00000000 00010000
 00922DC0 +DC0 00000000 00000000      +DC8 00000000 00000000      +DD0 00000000 00000000      +DD8 00000000 00000000
 00922DE0 +DE0 00000000 00000000      +DE8 00000000 00000000      +DF0 DECBDECB 00922000      +DF8 00000000   000000
 00922E00 +E00 00000000 00000000      +E08 00000000 00000000      +E10 00000000 00000000      +E18 00000000 00000000
 00922E20 +E20 00000000 00000000      +E28 00000000 00000000      +E30 00000000 00000000      +E38 00000000 00010000
 00922E40 +E40 00000000 00000000      +E48 00000000 00000000      +E50 00000000 00000000      +E58 00000000 00000000
 00922E60 +E60 00000000 00000000      +E68 00000000 00000000      +E70 DECBDECB 00922000      +E78 00000000   000000
 00922E80 +E80 00000000 00000000      +E88 00000000 00000000      +E90 00000000 00000000      +E98 00000000 00000000
 00922EA0 +EA0 00000000 00000000      +EA8 00000000 00000000      +EB0 00000000 00000000      +EB8 00000000 00010000
 00922EC0 +EC0 00000000 00000000      +EC8 00000000 00000000      +ED0 00000000 00000000      +ED8 00000000 00000000
 00922EE0 +EE0 00000000 00000000      +EE8 00000000 00000000      +EF0 DECBDECB 00922000      +EF8 00000000   000000
 00922F00 +F00 00000000 00000000      +F08 00000000 00000000      +F10 00000000 00000000      +F18 00000000 00000000
 00922F20 +F20 00000000 00000000      +F28 00000000 00000000      +F30 00000000 00000000      +F38 00000000 00010000
 00922F40 +F40 00000000 00000000      +F48 00000000 00000000      +F50 00000000 00000000      +F58 00000000 00000000
 00922F60 +F60 00000000 00000000      +F68 00000000 00000000      +F70 DECBDECB 00922000      +F78 00000000   000000
 00922F80 +F80 00000000 00000000      +F88 00000000 00000000      +F90 00000000 00000000      +F98 00000000 00000000
 00922FE0 +FE0 00000000 00000000      +FE8 00000000 00000000      +FF0 00000000 00000000      +FF8 00000000 00000063
 
 *MSG BLK, LEVEL 0
 00919E80 +000 00000040 002118F2      +008 00000000 00000000      +010 00130100 00 Z D E      +018  C B   A  P I - C
 00919EA0 +020  R U S A 00005810      +028 58101000 58E01010      +030 0058E0E0 0058BA &      +038 145800E0 00 &10D0
 00919EC0 +040 98411000 0541E070      +048  * &10D0 A0 &00 J      +050 2C98 0B0 0841B070      +058 38 &B0D0; A441B002
 00919EE0 +060 8A &B0D0;
 AC58B0 J      +068 2C &00 A  4 &90D0      +070 9C4110D0 98 &E0D0;      +078 A8 &B0D0; B005EF58
 00919F00 +080 EA &1841 B0709341      +088 10000298  0E008 &      +090 B0D09841 E0000141      +098 B00003 & 10D09C &
 00919F20 +0A0 10D0A4 & 00 A 4 &      +0A8 90D0A041 10D098 &      +0B0 E0D0A8 & 20D0AC &      +0B8 90D0B0 & B0D0B405
 00919F40 +0C0 EF581A & 10582A &      +0C8 1C581010 0098 020      +0D0 08412070  * &10D0      +0D8 98411002 8A &20D0
 00919F60 +0E0 9C412070 9C &10D0      +0E8 A0411000 1F &20D0      +0F0 A4412008 20 &10D0      +0F8 A858103F E0 &20D0
 00919F80 +100 AC41200C 9A &10D0      +108 B0 &00 A  44110D0      +110 98 &20D0 B405EF58      +118 1A &3058 2A &24 K
 00919FA0 +120 1FD09810 0098 020      +128 08 &00 A  44110D0      +130 9805EF58 B0 /1058      +138 10 /0C58 00B014 &
 00919FC0 +140 00 /4847  0365807      +148 0058203F  44182 &      +150 00582080 341B0043      +158 00 /  43 20200054
 00919FE0 +160 203F U19 025820        +168 00477036 80 K0720      +170 00100047  036 D07      +178 00430010 07270013
 *STSA BLOCK
 03052400      00000000 00000000           00000000 00000000           00000000 00000000           00000000 03052800
 03052420      03053800 00000000           071D1000 00000000           00000000 00000000           00000000 00000000
 03052440      00000000 00000000           00000000 00000000           00000000 00000000           00000000 00000000
 03052600      D7D9D6C3 00000000           00000000 00000000           00000000 00008F3E           00000000 00000000
 03052620      00000000 00000000           00000000 00000000           026FC400 00000100           00000101 00000000
 03052640      00000006 00000002           00000000 0000FF00           00000000 00000000           00000000 00000000
 03052660      00000000 00902000           023FA000 00000000           00000000 00000000           00000100 00000100
 03052680      00000101 00000101           00000000 00000000           00000000 00000000           00000000 00000000
 030526A0      00000000 00000000           00000000 4005012E           4005012E 00000000           00000000 00000000
 030526C0      00000000 00040000           00000000 00000000           00000000 00000000           00000000 00000000
 030526E0      00000000 00000000           00000000 00000000           00000000 00000000           00000000 00000000
 030527E0      00000000 00000000           00000000 00000000           00000000 00000000           00000000 00000000

Table 34 explains the headings and labels that appear in this section of the main storage dump.

Table 34. Headings in the ECB Virtual Memory (EVM)

Heading Description
*ENTRY REFERENCED VIA R9 - DUMP OF ECB VIRTUAL MEMORY FOLL OWS This heading indicates the beginning of the dump of the failing ECB's virtual memory (EVM). In CTL dumps with no associated ECB, this section is omitted.
*ENTRY BLK, GENERATED BY 3270 LOCAL ENTRY This heading identifies the particular type of ECB, based on the value of its format flag. The ECB is labeled throughout with dump labels used to identify specific fields.
*ECB MACRO TRACE The ECB macro trace table is a wraparound trace table, with room for 55 entries when register trace is off, and 23 entries when register trace is active.

The register trace allows you to display registers when the macro trace is active. The enter macros cause the following values to be placed in the registers indicated:

  • R8 is equal to 0 for an ENTNC from CP
  • R10 is equal to the base of CCEB (not R10) at the time ENTxC is issued
  • R13 is equal to the stack register of CCEB (not R13) at the time the ENTxC is issued

The header of the trace table is identified by the MTH dump label, the first fullword of which points to the next available trace entry. This pointer is not reset to the beginning of the table at ECB creation time, so as to preserve a more complete picture of system activity in the collated trace table.

Each ECB trace entry has an I-stream affinity associated with it. It may be seen that this ECB switched I-streams twice before the error occurred.

The remaining fields are identical to those in the collated ECB trace table.

*DECB FRAME This heading indicates the ECB virtual address of the first data event control block (DECB) frame for this ECB.

The data and program blocks that are logically attached to the ECB are described in Table 35. The headings for the program blocks contain the name and version of the program, the name of the loadset in which the program was contained, and an indication of the allocation type. If the program is not contained in an E-type loader loadset, it is considered to be a base program and the word BASE is displayed. If the TPF system was not generated with support for tracking program versions, the program version is not displayed.

One of the following headings may also be displayed if a problem occurs while trying to dump a working storage block.

Table 35. Headings in the ECB Virtual Memory (EVM)

Heading Description
*INVALID BLOCK TYPE This heading is displayed when it is determined that the value of the block type on an ECB data level or DECB is not valid. An attempt is made to dump the data in the block using the address of the block as a starting point and continuing to the next 4-KB boundary. No data translation is attempted.
*INVALID BLOCK ADDRESS This heading is displayed when the block address on an ECB data level or DECB does not point to a valid TPF block. An attempt is made to dump the data in the block, using the address of the block as a starting point and continuing to the next 4-KB boundary. No data translation is attempted.
*INVALID FORMAT FLAG This heading appears when the value of the format flag contained in the storage block is not recognized by the postprocessor. Most often this is due to the fact that the storage reserved for the format flag in a particular storage block may occasionally be used by the TPF control program (CP) to store actual data. No data translation is attempted when this condition is encountered.

Additional Blocks Mapped

Figure 46 shows an example of additional blocks mapped.

Figure 46. Additional Blocks Mapped

*******************************************************************************************************************
 
ADDITIONAL BLOCKS MAPPED IN THIS EVM
 
 
*AVAIL L1 BLK
00319E80 +000 00000000 0051185A      +008 00000000 00000000      +010 00090100 00 Z T E      +018  S T +00 00000000
00319EA0 +020 00000000 00000000      +028 00000000 00000000      +030 00000000 00000000      +038 00000000 00000000
00319FE0 +160 00000000 00000000      +168 00000000 00000000      +170 00000000 00000000      +178 00000000 00130057
 
*AVAIL L1 BLK
00319A80 +000 0E . . .  . . . -      +008  B   Z T  E S T00      +010 00000000 00000000      +018 00000000 00000000
00319AA0 +020 00000000 00000000      +028 00000000 00000000      +030 00000000 00000000      +038 00000000 00000000
00319BE0 +160 00000000 00000000      +168 00000000 00000000      +170 00000000 00000000      +178 00000000 00130000
 
*AVAIL L1 BLK
00319900 +000 00000000 00211500      +008 00000000 00000000      +010 00670100 00 1 B11      +018 0000 C S  M P 0 0
00319920 +020  9 7 I    1 9 . 5      +028  3 . 0 1    C P U      +030  - B   S  S - B S      +038  S     S  S U - H
00319940 +040  P N      I S - 0      +048  1110000  C S M P      +050  0 0 9 9  I   1 9      +058  . 5 3 .  0 1   0
00319960 +060  1 0 0 0  0 - B        +068  Z T M N  T   R T      +070  A   4 2  0   B P      +078  +000000 00000000
SYSTEM ERROR NUMBER   CTL-I000004   VIRTUAL STORAGE ERROR IN OP                                        DUMP 1623  PAGE    60
00319980 +080 00000000 00000000      +088 00000000 00000000      +090 00000000 00000000      +098 00000000 00000000
00319A60 +160 00000000 00000000      +168 00000000 00000000      +170 00000000 000031 X      +178 B00032 # E0130000
 
*AVAIL L1 BLK
00319780 +000 00000000 0021A5 Y      +008 00000000 FFFFFFFF      +010 00840000 0001 H11      +018      C S  M P 0 0
003197A0 +020  9 7 I    1 9 . 5      +028  3 . 0 3    C P U      +030  - B   S  S - B S      +038  S     S  S U - H
003197C0 +040  P N      I S - 0      +048  315 G O  G O 0 0      +050  0 1 I    1 9 . 5      +058  3 . 0 3    A P P
003197E0 +060  L I C A  T I O N      +068    F I X  E D   C      +070  O R E    L O A D      +078  E D15 M  O D E
00319800 +080  715 S S  U   H P      +088  N   - -    I - S      +090    0 315 19FF0000      +098 00000000 00000000
00319820 +0A0 00000000 00000000      +0A8 00000000 00000000      +0B0 00000000 00000000      +0B8 00000000 00000000
003198E0 +160 00000000 00000000      +168 00000000 00000000      +170 00000000 00000000      +178 00000000 00130000
 
*AVAIL L1 BLK
00319600 +000 00000000 00000000      +008 00000000 00000000      +010 00000000 00000000      +018 00000000 00000000
00319760 +160 00000000 00000000      +168 00000000 00000000      +170 00000000 00000000      +178 00000000 00000000
 
*AVAIL L1 BLK
00319480 +000 00000000 00000000      +008 00000000 00000000      +010 00000000 00000000      +018 00000000 00000000
003195E0 +160 00000000 00000000      +168 00000000 00000000      +170 00000000 00000000      +178 00000000 00000000
 
*AVAIL L1 BLK
00319300 +000 00000000 00000000      +008 00000000 00000000      +010 00000000 00000000      +018 00000000 00000000
00319460 +160 00000000 00000000      +168 00000000 00000000      +170 00000000 00000000      +178 00000000 00000000
 
*AVAIL L1 BLK
00319180 +000 00000000 00000000      +008 00000000 00000000      +010 00000000 00000000      +018 00000000 00000000
003192E0 +160 00000000 00000000      +168 00000000 00000000      +170 00000000 00000000      +178 00000000 00000000
 
*AVAIL L1 BLK
00319000 +000 00000000 00000000      +008 00000000 00000000      +010 00000000 00000000      +018 00000000 00000000
00319160 +160 00000000 00000000      +168 00000000 00000000      +170 00000000 00000000      +178 00000000 00000000
 
*AVAIL L2 BLK
00327420 +000 00000000 00000000      +008 00000000 00000000      +010 00000000 00000000      +018 00000000 00000000
00327480 +060 00000000 00000000      +068 00000000 00010000      +070 00000000 00000000      +078 00000000 00000000
003274A0 +080 00000000 00000000      +088 00000000 00000000      +090 00000000 00000000      +098 00000000 00000000
00327780 +360  O M0000 0021A500      +368 00000000 FFFFFFFF      +370 00840000 00 1 H11      +378      C S  M P 0 0
003277A0 +380  9 7 I    1 9 . 5      +388  3 . 0 3    C P U      +390  - B   S  S - B S      +398  S     S  S U - H
003277C0 +3A0  P N      I S - 0      +3A8  315 G O  G O 0 0      +3B0  0 1 I    1 9 . 5      +3B8  3 . 0 3    A P P
003277E0 +3C0  L I C A  T I O N      +3C8    F I X  E D   C      +3D0  O R E    L O A D      +3D8  E D15 M  O D E
00327800 +3E0  715 S S  U   H P      +3E8  N   - -    I - S      +3F0    0 315 19FF0000      +3F8 00000000 00000000
00327820 +400 00000000 00000000      +408 00000000 00000000      +410 00000000 00000000      +418 00000000 00000013
*AVAIL L2 BLK
00327BE0 +000 010000 B  S M P B      +008   151000 00000000      +010 18000000 00000000      +018 0000 S M  P B0100
00327C00 +020 0015C000 00000004      +028 00319E80 00000000      +030 0010 000 01159458      +038 00000000 0030 -08
00327C20 +040 00000000 00000000      +048 000005 D 00000000      +050 00319C1A 00327420      +058 00000000 00319E80
00327C40 +060 00000000 00000000      +068 00000000 0000 +00      +070 00000005 00000000      +078 00319E9B 00000000
00327C60 +080 00000000 00000000      +088 00000000 00110000      +090 00000000 00000000      +098 001D0000 00000000
00327C80 +0A0 00000000 00000000      +0A8 00000000 00000000      +0B0 00000000 00000000      +0B8 00000000 00000000
00327CA0 +0C0 00000000 00000000      +0C8 0000 +00 00000000      +0D0 00000000 00000000      +0D8 00000000 00000000
00327CC0 +0E0 00000000 00000000      +0E8 00000000 00000000      +0F0 00000000 00000000      +0F8 00000000 00000000
00327FE0 +400 00000000 00000000      +408 00000000 00000000      +410 00000000 00000000      +418 00000000 00000013
 
*AVAIL L2 BLK
00327000 +000 00000000 00000000      +008 00000000 00000000      +010 00000000 00000000      +018 00000000 00000000
00327400 +400 00000000 00000000      +408 00000000 00000000      +410 00000000 00000000      +418 00000000 00000000
 
*AVAIL L4 BLK
00328000 +000 00FF007F  C V Z Z      +008  N0192DC 806C4770      +010 802E0A2C 08510A32      +018 00084110 00020AB6
00328020 +020  (E0B23C 00017FB4      +028   010000 0000 N01      +030 92DC806E 47708054      +038 0A2C1051 0A320010
00328040 +040 41100003 0AB6 (E0      +048 B23C0001 7FB4  01      +050 00000000 0A2C1851      +058 0A320018 58108068
00328060 +060 95001000 00000000      +068 0030 000 00010002      +070  0 8 / 2  1 / 9 2      +078  1 1 . 3  4 2 400
00328080 +080 00000000 00000000      +088 00000000 00000000      +090 00000000 00000000      +098 00000000 00000000
00328FE0 +FE0 00000000 00000000      +FE8 00000000 00000000      +FF0 00000000 00000000      +FF8 00000000 00000013
 
*DATA BLK
00380E80 +000 00000000 002115 Y      +008 00000000 00000000      +010 00150100 0001 C11      +018    A Z T  E S T11
00380EA0 +020 5A J1312  * 0 +00      +028 00000000 00000000      +030 00000000 00000000      +038 00000000 00000000
00380EC0 +040 00000000 00000000      +048 00000000 00000000      +050 00000000 00000000      +058 00000000 00000000
00380FE0 +160 00000000 00000000      +168 00000000 00000000      +170 00000000 00000000      +178 00000000 00130013
 
*DATA BLK
*BLOCK IN USE
00388000 +000 00000000 00000000      +008 00000000 00000000      +010 00000000 00000000      +018 00000000 00000000
00388BE0 +BE0  S M1A00  A C P F      +BE8 00000000 00000000      +BF0 00000000 00000000      +BF8 00000000 00000000
00388C00 +C00 00000000 00000000      +C08 00000000 00000000      +C10 00000000 00000000      +C18 00000000 00000000
00388FE0 +FE0 00000000 00000000      +FE8 00000000 00000000      +FF0 00000000 00000000      +FF8 00000000 00000013

Table 36 explains the headings and labels that appear in this section of the main storage dump.

Table 36. Headings in the Additional Blocks Mapped

Heading Description
*ADDITIONAL BLOCKS MAPPED IN THIS EVM Once all data objects that are logically attached to the ECB have been dumped, the ECB virtual memory (EVM) is scanned for additional storage mapped into the ECB virtual address space. In this example the ECB avail queues were found to contain a number of blocks, some of which have already been acquired and released by the application program. Each block is dumped in case it contains residual data that could aid in debugging.

In addition, 2 data blocks were found for which no logical reference appears anywhere in the ECB. The block at address X'00388000' was acquired by the control program (CP) and has not yet been released. Note that both data blocks have been allocated from the same 4 KB frame.

Table 37 explains the headings and labels that appear in this section of the main storage dump. These headings may appear in the ECB virtual memory (EVM) dump if the TPF system is running in VEQR mode.

Table 37. Headings in the Additional Blocks Mapped

Heading Description
*BLOCK AUTHORIZED TO EVM - OWNED BY ECB AT xxxxxxxx In VEQR mode it is possible that the scan of the ECB virtual memory (EVM) detects other ECBS, or 4 KB frames belonging to other ECBs. This heading identifies such blocks, and provides the address of the owning ECB if applicable.
*COMMON BLOCK OWNED BY THIS ECB If block check mode is active, system error processing performs a scan of all 4 KB common blocks. If a common block is found to be owned by the failing ECB it is dumped, preceded by this heading.

System Storage

Figure 47 shows an example of system storage.

Figure 47. System Storage

*******************************************************************************************************************
 
DUMP OF SYSTEM STORAGE FOLLOWS
 
 
*CONTROL PROGRAM
00001000      07009007 92A858D0           032458F0 030C4AF0           E00058A0 F0009140           BE774770 B0200B0A
00001020      50ED0054 50FD0050           58F0BE70 58F0F048           0DEF58ED 00540B0A           58109410 48101032
00001040      482F0008 17121412           4770B052 58A0F004           07FAAF02 000050C9           000000EB B0640000
00001060      00000000 23E4D5C1           E4E3C8D6 D9C9E9C5           C440E4E2 C540D6C6           40C6C1E2 E340D3C9
00001080      D5D240D4 C1C3D9D6           00000000 00000000           00000000 00000000           07000000 00000000
000010A0      00000700 00000000           00000000 47F0C2A0           00255000 00255420           000F8000 0C070002
000010C0      000FA000 01070003           000FD000 0C070004           00000000 00000000           01347000 0135F000
000010E0      00101000 0C070004           00105000 01070004           00109000 0C070004           00000000 00000000
00001100      0010D000 00000001           0135F000 0C070008           01367000 0107000C           01373000 0C070008
00001120      00000000 00000000           47F0B9BA 0000858C CNF       0010F000 00000000           00000000 00000000
00001140      00000000 00000000           00000000 00000000           00000000 00000000           00000000 00000000
00001220      00000000 00000000           00000000 0000AACE           58A0B270 0B0A58A0           B26C0000 58A0B26C
00001240      58F0B274 0B0F0000           58A0B26C 58F0B278           0B0F0000 58A0B26C           58F0B27C 0B0F0000
00001260      58A0B26C 58F0B280           0B0F0000 00002B90           80002B90 80002D58           80002EC8 800032D8
00001280      8000324C 0009F300           58F0B2A8 07FF0000           58F0B2AC 07FF0000           58F0B2B0 07FF0000
000012A0      58F0B2B4 07FF0000           000A3BD0 000A1958           000A4366 000A3970           58F0B2C0 07FF0000
000012C0      0000CF90 00000C40           00000000 00000000           00000000 00000000           00000000 00000000
000012E0      00000000 00000000           00000000 00000000           00000000 00000000           00000000 00000000
00001300      00000000 00000000           0010E500 00000000 WLT   NEB 00000002 00000000       NE2 00000002 00000000
00001320      00000000 00000000           00000000 00000000           00000000 00000000           00000000 00000000
00001500      00000000 00000000           00000000 00000000           00000000 00000000       NE3 00000000 00000000
00001520      00000002 00000000           00000000 00000000           00000000 00000000           00000000 00000000
00001540      00000000 00000000           00000000 00000000           00000000 00000000           0059E060 0059E0E0
00001560      0059E160 00000000           00000000 00000000           00000000 00000000           58F0079C 07FF0000
00001580      47F0BF9E 47F0BFA4           47F0C202 47F0C060           47F0C2FA 47F0C306           47F0C874 47F0C8A0
000015A0      47000000 47F0C068           47F0BFD2 00000000           00150748 00000000           000C9000 013DB000
000015C0      013C2000 0010F000           00153D38 00153D30           00000000 0012C5A0           00000000 00000000
000015E0      0010E000 0010E250           00000000 0010FAE0           0012F300 000F7E44           00009870 000F56A8
   .             .        .                  .        .                  .        .                  .        .
   .             .        .                  .        .                  .        .                  .        .
   .             .        .                  .        .                  .        .                  .        .

Table 38 explains the headings and labels that appear in this section of the main storage dump.

Table 38. Headings in the System Storage

Heading Description
DUMP OF SYSTEM STORAGE FOLLOWS A dump of system storage is produced for most CTL errors and for OPR errors when ZASER LONG is set or when SYSDUMP=YES is coded on the SERRC macro. Dump labels identify pertinent locations in storage.

The dump begins at location X'1000' in the system virtual memory (SVM) of the failing I-stream, and proceeds to the end of the system virtual address space. Large system tables and areas of storage for which a dump keywords have been defined are omitted, in order to limit dumps to a reasonable size.

*CONTROL PROGRAM For CTL-I000004 errors the large storage areas listed opposite the *DUMP KEYWORDS heading on the cover page is included. The control program (CP) is the first such area. Each time an area normally omitted from all dumps is included in the dump for a particular system error, it is identified by a header that is specified when the dump keyword is initially defined. Areas of storage which do not have a keyword associated with them are preceded by the *SYSTEM STORAGE heading.

Dumps of ECB Working Storage in the System Virtual Memory (SVM)

Occasionally the control program (CP) may need to invoke the SERRC macro for an error for which there is an associated ECB, but at the time of the error the CP is running in the system virtual memory (SVM). When this happens, system error processing presents the same view of the ECB and associated blocks in the dump that the CP has at the time the SERRC macro was issued. This means that the addresses on the left hand side of the dump are system virtual addresses; however, the addresses imbedded in the ECB core block reference words (and elsewhere) are still ECB virtual addresses. An example is shown in Figure 48.

To aid you in locating data blocks referenced by the ECB virtual memory (EVM) addresses, a special table is produced following the dump of the ECB, which is known as the EVA-to-SVA map table. Each 4-byte entry in this table represents a 4 KB page of the ECB private area, and contains the system virtual address of the corresponding page. Replacing the segment- and page-index portions of an ECB virtual address with the segment- and page-index portions of the address in an EVA-to-SVA map table entry yields the system virtual address of the block in question. This address can then be used to locate the data block in the dump.

ECB Working Storage Dumps in the System Virtual Memory (SVM)

Figure 48 shows an example of ECB working storage dumps.

Figure 48. Dump of ECB Working Storage in the System Virtual Memory (SVM)

 *******************************************************************************************************************
 
 ENTRY REFERENCED VIA R9 - DUMP OF ECB VIRTUAL MEMORY FOLLOWS
 
 
 *ENTRY BLK, GENERATED BY 1052/3215 ENTRY
 02274000  CHW 00000000 8013070E BAD
 02274008 W000 00000000 00000140      W008 01C50000 00000000      W016 01000000 00000000      W024 00000000 D4F80501
    BCD                                       E                                                              M 8
 02274028 W032 00000000 00001387      W040 00000000 00000000      W048 00000000 E2D4D7C2      W056 010000C2 80B00000
    BCD                                                                          S M P B                  B
 02274048 W064 00000000 00000000      W072 00008400 04000000      W080 E3C5E2E3 00000000      W088 00000000 05961458
    BCD                                                                 T E S T
 02274068 W096 00000000 00000000      WSW1 00000000 00000000
 02274078  FA0 00000000 00000000       FA1 00000000 D4F80005       FA2 00000000 00000000       FA3 00000000 00000000
 02274098  FA4 00000000 00000000       FA5 00000000 00000000       FA6 00000000 00000000       FA7 00000000 00000000
 022740B8  FA8 00000000 00000000       FA9 00000000 00000000       FAA 00000000 00000000       FAB 00000000 00000000
 022740D8  FAC 00000000 00000000       FAD 00000000 00000000       FAE 00000000 00000000       FAF 00000000 00000000
 022740F8  FAP 00000000 00000000
 02274100  CR0 00931BE0 0031041F       CR1 00925000 00010FFF       CR2 00925000 00510FFF       CR3 007C6000 00510FFF
 02274120  CR4 00000000 00010000       CR5 00000000 00010000       CR6 00000000 00010000       CR7 00000000 00010000
 02274140  CR8 00918C00 0001017D       CR9 00000000 00010000       CRA 00000000 00010000       CRB 00000000 00010000
 02274160  CRC 00000000 00010000       CRD 00000000 00010000       CRE 00000000 00010000       CRF 00000000 00010000
 02274180  CRP 0065A910 00010000
 02274188  FX0 00000000 00000000       FX1 00000000 00000000       FX2 00000000 00000000       FX3 00000000 00000000
 022741A8  FX4 00000000 00000000       FX5 00000000 00000000       FX6 00000000 00000000       FX7 00000000 00000000
 022741C8  FX8 00000000 00000000       FX9 00000000 00000000       FXA 00000000 00000000       FXB 00000000 00000000
 022741E8  FXC 00000000 00000000       FXD 00000000 00000000       FXE 00000000 00000000       FXF 00000000 00000000
 02274208  SUD 00000000 00000000           00000000 00000000       SUP 0000FF00 FF000000           00000000 00213E60
 02274228      B441CC69 49C41606           00000000 00000000           00000001 912AA843           00000003 00000001
 02274248      00000001 00000000           00000000 00000000           00000000 00000000           00000000 00000000
 02274268      00000000 00000000           00000000 00000000           00000000 00000000           00000000 00000000
 02274288      00906E3C 00000000           00000000 00000000       GLA 001CA000 001DA000 GLY
 022742A0  R14 804ADC10 804AAE86 R15
 022742A8  R0  00000004 00A01DB0 R1    R2  00A01DD0 00000004 R3    R4  0000001F 00000000 R5    R6  00A01F88 00000000 R7
 022742C8  R8  0065A910
 022742CC  CPL 009042D0 00906A68 FPL
 022742D4  CXR 00000008 C3E5C1F1       ISN 00010000 00008400       STP 00000000 000062F0 CNF   CSC 00000000 00000000 CSP
 022742F4  EHT 00000000 000FDEE8 TRT   TCA 00000000 00000000 STK   VCT 00320000 00906E3C DET       01000000 00000000
 02274314      00000000 00000000           00FF0000 00000000       CRS 00000000 000000C2 CPX
 0227432C  SBI FFFFFFFF FF00FF00 DBI   SSU FF000000
 02274338  PSW 071D0000 8065B048       CTL 00000000 39000000       REC 00010000 00000000           00000040 0001925A TRC
 02274358      0080C67B 6CBF0000       TTA 00000000 00000000 AUT
 02274368  URA 00000000 00000000 URB   UR0 00000000 00000000 UR1   UR2 00000000 00000000 UR3   UR4 00000000 00000000 UR5
 02274388  UR6 00000000 00000000 UR7
 02274390 X000 01008400 8000E3C5      X008 E2E3C3E5 E9E90004      X016 00000100 00000000      X024 00918E80 00918EA1
    BCD                      T E            S T C V  Z Z
 022743B0 X032 00918E80 05961458      X040 00000880 0000000B      X048 001C3FF8 00000000      X056 00000000 00000000
    BCD                                                                       8
 022743D0 X064 001C3FF8 05961458      X072 00000000 C3E5C1F3      X080 00000000 00000000      X088 804AACE0 00000007
    BCD               8                              C V A 3
 022743F0 X096 00000000 00000000      XSW0 02000000 00000000           00000000 00000000           00000000 000000B5
 02274410      FFFFFFFF C8200000           00000000 8065B380           01C9D8E9 E9F0C100           A01DB000 00000000
    BCD                  H                                                I Q Z  Z 0 A
 02274430      00000000 00000000           00000000 00000000           00000000 00000000           00000000 00000000
 02274530      00000000 00000000           00000000 00000000
 02274540 USA0 00000000 00000000           00000000 00000000           00000000 00000000           00000000 00000000
 02275000  AV1 029C96A0 02A3F730 AV2   AV4 00000000 02DC800F STD   SGT 02DC8000 02DCC800 PGT   NVA 000000C4 02274000 SVA
 02275020  EVA 00904000 02A3F700 FRM   EHT 02A68FD4 02DC8004 GLB   GLX 02DC8188 000D0000 FG2   GMT 02DC9800 02DC9804 GMH
 02275040  TFC 000100A0 10000A00           00200001 00A01000 HFC   HTR 00A01000 00000000 ASC   EVC 00000000 00000000 RET
 02275060  TOD B441CC67 B6CBF0C7           00000001 00000000           04586028 00000000       GSP 02DC8800 02DC881C GSH
 02275080  ISO 01600010 04000007           00010007 02DCC800           00010000 00000000           00000000 00000000
 022750A0      00000000 00000000           00000000 00000000           00000000 02DC8600 PCB   TCB 00000000 00000000 FCH
 022750C0  BCH 00000000 02DC8400 TSA   STA 01600000 02DC9800 EGS   TYP 00000000 00000000       TMC 00000000 00000000
 022750E0      00000000 00000000       DEC 0092C000 00000000           00000000 00000000           00000000 00000000
 02275100      00000000 00000000           00000000 00000000           00000000 00000000           00000000 00000000
 02275120      00000000 00000000       AVM 00000000 00A01FC0           00000000 00000000 PER       00000000 00000000
 02275140      00000000 00000000           00000000 00000000           00000000 00000000           00000000 00000000
 02275B00  USR 00000000 00000000           00000000 00000000           00000000 00000000           00000000 00000000
 02275C00  SVT 00000000 00000000           00000000 00000000           82274000 82275000           82276000 00000000
 02275C20      00000000 00000000           00000000 00000000           00000000 00000000           00000000 00000000
 02275C60      029C9600 00000000           00000000 00000000           00000000 00000000           00000000 00000000
 02275C80      00000000 00000000           00000000 00000000           00000000 029CE300           00000000 00000000
 02275CA0      00000000 00000000           00000000 00000000           0299A200 00000000           00000000 00000000
 02275CC0      00000000 02A3F700           00000000 00000000           00000000 00000000           00000000 00000000
 02275CE0      00000000 00000000           00000000 00000000           00000000 00000000           00000000 00000000
 02276000  MTH 009066A8 00000030           00906018 00906A38           02276018 02276A38
 
 *ECB MACRO TRACE  *MACRO *PROG *LOCATION   *PARAMETERS                           *SVC OLD PSW    *CODE *INX   *TIME STAMP
 02276018      IS01 ESFAC  QZZ0  +43A                                            071D0000 8065AD4C 003B 0014 B441CC67 B88FAB43
 02276048      IS01 ESFAC  QZZ0  +442                                            071D0000 8065AD54 003B 0014 B441CC67 B892D443
 02276078      IS01 ESFAC  QZZ0  +44C                                            071D0000 8065AD5E 003B 0014 B441CC67 B895BC03
 022760A8      IS01 GETCC  QZZ0  +456     AD-00925000 TYPE-L4   LVL-D2           071D0000 8065AD68 002C      B441CC67 B898A643
 022760D8      IS01 GETCC  QZZ0  +45A     AD-007C6000 TYPE-L4   LVL-D3     COMM  071D0000 8065AD6C 002C      B441CC67 B898D603
 02276108      IS01 CALOC  QZZ0  +46C     SIZE-00000190 BLOCK-00A01DB0           071D0000 8065AD7E 003B 0006 B441CC67 B899A503
 02276138      IS01 DECBC  QZZ0  +484     TYPE-CREATE  D-0092C020                071D2000 8065AD96 003B 0035 B441CC67 B89B6903
 02276168      IS01 DECBC  QZZ0  +484     TYPE-CREATE  D-0092C0A0                071D0000 8065AD96 003B 0035 B441CC67 B89E6703
 02276198      IS01 DECBC  QZZ0  +484     TYPE-CREATE  D-0092C120                071D0000 8065AD96 003B 0035 B441CC67 B89FE603
 022761C8      IS01 DECBC  QZZ0  +484     TYPE-CREATE  D-0092C1A0                071D0000 8065AD96 003B 0035 B441CC67 B8A159C3
 022761F8      IS01 DECBC  QZZ0  +484     TYPE-CREATE  D-0092C220                071D0000 8065AD96 003B 0035 B441CC67 B8A2C783
 02276228      IS01 WTOPC  QZZ0  +512                                            071D0000 8065AE24 00F0      B441CC67 B8A443C3
 02276258      IS01 DECBC  QZZ0  +526     TYPE-RELEASE D-0092C1A0                071D0000 8065AE38 003B 0035 B441CC67 B8A89C43
 02276288      IS01 DECBC  QZZ0  +532     TYPE-CREATE  D-0092C2A0                071D0000 8065AE44 003B 0035 B441CC67 B8AA4BC3
 022762B8      IS01 DECBC  QZZ0  +544     TYPE-RELEASE D-0092C2A0                071D0000 8065AE56 003B 0035 B441CC67 B8ABD003
 022762E8      IS01 DECBC  QZZ0  +554     TYPE-RELEASE D-0092C020                071D0000 8065AE66 003B 0035 B441CC67 B8AD4B83
 02276318      IS01 DECBC  QZZ0  +56A     TYPE-RELEASE D-0092C220                071D3000 8065AE7C 003B 0035 B441CC67 B8AED183
 02276348      IS01 DECBC  QZZ0  +57A     TYPE-CREATE  D-0092C320                071D3000 8065AE8C 003B 0035 B441CC67 B8B05A03
 02276378      IS01 DECBC  QZZ0  +586     TYPE-SWAPBLK D-0092C320 LVL-D0         071D3000 8065AE98 003B 0035 B441CC67 B8B1DE03
 022763A8      IS01 DECBC  QZZ0  +596     TYPE-SWAPBLK D-0092C320 LVL-D0         071D3000 8065AEA8 003B 0035 B441CC67 B8B35583
 022763D8      IS01 DECBC  QZZ0  +5A6     TYPE-LOCATE  D-0092CFA0                071D3000 8065AEB8 003B 0035 B441CC67 B8B4C1C3
 02276408      IS01 WTOPC  QZZ0  +69A                                            071D0000 8065AFAC 00F0      B441CC68 BF80F6C4
 02276438      IS01 DECBC  QZZ0  +5BC     TYPE-LOCATE  D-0092C320                071D0000 8065AECE 003B 0035 B441CC68 BF927A84
 02276468      IS01 GETFC  QZZ0  +6A4                                            071D0000 8065AFB6 0034      B441CC69 4900C706
 02276498      IS01 WTOPC  QZZ0  +712                                            071D0000 8065B024 00F0      B441CC69 49179B86
 022764C8      IS01 FILEC  QZZ0  +72E     FA-0000000000046C4D ID-D6D4 D-0092C320 071D0000 8065B040 0016      B441CC69 491E0186
 022764F8      IS01 FIWHC  QZZ0  +734     FA-0000000000046C4D ID-D6D4 D-0092C320 071D0000 8065B046 0028      B441CC69 493C8F46
 02276528      IS01 UNFRC  QZZ0  +73E     FA-0000000000046C4D ID-D6D4 D-0092C320 071D0000 8065B050 0050      B441CC69 49C57106
 02276558      IS01 DECBC  QZZ0  +77C     TYPE-SWAPBLK D-0092C320 LVL-D0         071D0000 8065B08E 003B 0035 B441CC69 49C7E786
 02276588      IS01 WTOPC  QZZ0  +820                                            071D0000 8065B132 00F0      B441CC69 49C99986
 022765B8      IS01 WTOPC  QZZ0  +8B8                                            071D0000 8065B1CA 00F0      B441CC69 49D03E06
 022765E8      IS01 WTOPC  QZZ0  +9CA                                            071D0000 8065B2DC 00F0      B441CC69 49D64686
 02276618      IS01 WTOPC  QZZ0  +AC2                                            071D0000 8065B3D4 00F0      B441CC69 49DAE606
 02276648      IS01 FREEC  QZZ0  +AC6     BLOCK-00A01DB0                         071D0000 8065B3D8 003B 0007 B441CC69 49DE7E46
 02276678 LAST IS01 DECBC  QZZ0  +ACE     TYPE-LOCATE  D-00000000                071D0000 8065B3E0 003B 0035 B441CC69 49E04946
 022766A8      IS01 GETCC  CVAA  +44C     AD-00918C00 TYPE-L1   LVL-D8           071D0000 804AB00E 002C      B441CC67 B6EE2847
 022766D8      IS01 FINWC  CVAA  +218     FA-F402312D RECID-00EB LVL-D1          071D2000 804AADDA 0026      B441CC67 B6EED047
 02276708      IS01 RELCC  CVAA  +250     AD-00925000 BKTYP-0051 LVL-D1          071D0000 804AAE12 0032      B441CC67 B7946841
 02276738      IS01 GETPC  CVAA  +278                                            071D2000 804AAE3A 006C      B441CC67 B794B441
 02276768      IS01 FINWC  CVAA  +218     FA-F4043831 RECID-00FF LVL-D1          071D2000 804AADDA 0026      B441CC67 B7952281
 02276798      IS01 RELCC  CVAA  +290     AD-00925000 BKTYP-0051 LVL-D1          071D0000 804AAE52 0032      B441CC67 B868E083
 022767C8      IS01 ENTRC  CVAA  +2BE     ENTER TO CVAU                                   804AAE82 FF12      B441CC67 B8696743
 022767F8      IS01 RELCC  CVAU  +362     AD-00918C00 BKTYP-0021 LVL-D8          071D0000 804ADC04 0032      B441CC67 B86A3403
 02276828      IS01 BACKC  CVAU  +36C     RETURN TO CVAA                                  804ADC10 FF02      B441CC67 B86A5D43
 02276858      IS01 PROGC  CVAA  +2D4                                            071D1000 804AAE96 003B 0000 B441CC67 B86A6E03
 02276888      IS01 ENTDC  CVAA  +2F6     ENTER TO CVZZ                                   804AAEBA FF0E      B441CC67 B86C2C83
 022768B8      IS01 ENTNC  CVZZ  +2AA     ENTER TO QZZ0                                   8065A2DE FF10      B441CC67 B8743083
 022768E8      IS01 CALOC  QZZ0  +016     SIZE-0000002D BLOCK-00A01F88           071D1000 8065A928 003B 0006 B441CC67 B875A703
 02276918      IS01 WTOPC  QZZ0  +0C0                                            071D0000 8065A9D2 00F0      B441CC67 B878BB83
 02276948      IS01 WTOPC  QZZ0  +124                                            071D0000 8065AA36 00F0      B441CC67 B87D3A43
 02276978      IS01 WTOPC  QZZ0  +1CC                                            071D0000 8065AADE 00F0      B441CC67 B8812F43
 022769A8      IS01 WTOPC  QZZ0  +230                                            071D0000 8065AB42 00F0      B441CC67 B884DE03
 022769D8      IS01 CALOC  QZZ0  +23C     SIZE-0000002A BLOCK-00A01F50           071D0000 8065AB4E 003B 0006 B441CC67 B8888443
 02276A08      IS01 WTOPC  QZZ0  +416                                            071D0000 8065AD28 00F0      B441CC67 B88AB343
 02276A38      IS01 CSONC  QZZ0  +41A                                            071D0000 8065AD2C 00CA      B441CC67 B88E6D43
 02276A68  L0  00906A84 009042D0           004AABC0 804AAE86           062E55E0 FF00FF00           00000000 00906AA0 L1
 02276A88      00906A68 06401020           01605030 062F9E00           FF00FF00 80000000       L2  00906ABC 00906A84
 02276AA8      0650F020 01605388           062F95C0 FF00FF00           80000000 00906AD8 L3        00906AA0 00000000
 02276AC8      00000000 00000000           00000000 00000000       L4  00906AF4 00906ABC           00000000 00000000
 02276AE8      00000000 00000000           00000000 00906B10 L5        00906AD8 00000000           00000000 00000000
 02276B08      00000000 00000000       L6  00906B2C 00906AF4           00000000 00000000           00000000 00000000
 02276B28      00000000 00906B48 L7        00906B10 00000000           00000000 00000000           00000000 00000000
 02276B48  L8  00906B64 00906B2C           00000000 00000000           00000000 00000000           00000000 00906B80 L9
 02276B68      00906B48 00000000           00000000 00000000           00000000 00000000       L10 00906B9C 00906B64
 02276B88      00000000 00000000           00000000 00000000           00000000 00906BB8 L11       00906B80 00000000
 02276BA8      00000000 00000000           00000000 00000000       L12 00906BD4 00906B9C           00000000 00000000
 02276BC8      00000000 00000000           00000000 00906BF0 L13       00906BB8 00000000           00000000 00000000
 02276BE8      00000000 00000000       L14 00906C0C 00906BD4           00000000 00000000           00000000 00000000
 02276C08      00000000 00906C28 L15       00906BF0 00000000           00000000 00000000           00000000 00000000
 02276C28  L16 00906C44 00906C0C           00000000 00000000           00000000 00000000           00000000 00906C60 L17
 02276C48      00906C28 00000000           00000000 00000000           00000000 00000000       L18 00906C7C 00906C44
 02276C68      00000000 00000000           00000000 00000000           00000000 00906C98 L19       00906C60 00000000
 02276C88      00000000 00000000           00000000 00000000       L20 00906CB4 00906C7C           00000000 00000000
 02276CA8      00000000 00000000           00000000 00906CD0 L21       00906C98 00000000           00000000 00000000
 02276CC8      00000000 00000000       L22 00906CEC 00906CB4           00000000 00000000           00000000 00000000
 02276CE8      00000000 00906D08 L23       00906CD0 00000000           00000000 00000000           00000000 00000000
 02276D08  L24 00906D24 00906CEC           00000000 00000000           00000000 00000000           00000000 00906D40 L25
 02276D28      00906D08 00000000           00000000 00000000           00000000 00000000       L26 00906D5C 00906D24
 02276D48      00000000 00000000           00000000 00000000           00000000 00906D78 L27       00906D40 00000000
 02276D68      00000000 00000000           00000000 00000000       L28 00906D94 00906D5C           00000000 00000000
 02276D88      00000000 00000000           00000000 00906DB0 L29       00906D78 00000000           00000000 00000000
 02276DA8      00000000 00000000       L30 00906DCC 00906D94           00000000 00000000           00000000 00000000
 02276DC8      00000000 00906DE8 L31       00906DB0 00000000           00000000 00000000           00000000 00000000
 02276DE8  L32 00906E04 00906DCC           00000000 00000000           00000000 00000000           00000000 00906E20 L33
 02276E08      00906DE8 00000000           00000000 00000000           00000000 00000000       L34 00000000 00906E04
 02276E28      00000000 00000000           00000000 00000000           00000000 00906E60 DBT       00000000 00918E80
 02276E48      0021017D 00000000           00000000 00000000           00000000 80000000           00906E84 00906E3C
 02276E68      00000000 00000000           00000000 00000000           00000000 00000000           00000000 00906EA8
 02276E88      00906E60 00000000           00000000 00000000           00000000 00000000           00000000 00000000
 02276EA8      00906ECC 00906E84           00000000 00000000           00000000 00000000           00000000 00000000
 02276EC8      00000000 00906EF0           00906EA8 00000000           00000000 00000000           00000000 00000000
 02276EE8      00000000 00000000           00906F14 00906ECC           00000000 00000000           00000000 00000000
 02276F08      00000000 00000000           00000000 00906F38           00906EF0 00000000           00000000 00000000
 02276F28      00000000 00000000           00000000 00000000           00906F5C 00906F14           00000000 00000000
 02276F48      00000000 00000000           00000000 00000000           00000000 00906F80           00906F38 00000000
 02276F68      00000000 00000000           00000000 00000000           00000000 00000000           00000000 00906F5C
 02276F88      00000000 00000000           00000000 00000000           00000000 00000000           00000000 00000000
 02276FA8      00000000 00000000           00000000 00000000           00000000 00000000       SPT 01604EC0 00000002
 02276FC8      00000000 00000000           00000000 00000000       PAT 045880D8 00000000           00000000 00000000
 02276FE8      00000000 00000000           00000000 00000000           00000000 00000000
 
 *EVA-TO-SVA MAP TABLE
 00900000-00907000      00000000 00000000           00000000 00000000           02274000 02275000           02276000 00000000
 00908000-0090F000      00000000 00000000           00000000 00000000           00000000 00000000           00000000 00000000
 00918000-0091F000      01808000 00000000           00000000 00000000           00000000 00000000           00000000 00000000
 00920000-00927000      00000000 00000000           00000000 00000000           00000000 01855000           00000000 00000000
 00928000-0092F000      00000000 00000000           00000000 00000000           01514000 00000000           00000000 00000000
 00930000-00937000      00000000 01F69000           00000000 00000000           00000000 00000000           00000000 00000000
 00938000-0093F000      00000000 00000000           00000000 00000000           00000000 00000000           00000000 00000000
 009F8000-009FF000      00000000 00000000           00000000 00000000           00000000 00000000           00000000 00000000
 
 *GETMAIN MAP TABLE
 00A00000-00A07000      00000000 00CFD000           00000000 00000000           00000000 00000000           00000000 00000000
 00A08000-00A0F000      00000000 00000000           00000000 00000000           00000000 00000000           00000000 00000000
 00AF8000-00AFF000      00000000 00000000           00000000 00000000           00000000 00000000           00000000 00000000
 
 *ISOC STACK MAP TABLE
 01600000-01607000      01852000 01922000           0163C000 01AC9000           017F1000 00D0B000           00CF0000 00000000
 01608000-0160F000      00000000 00000000           00000000 00000000           00000000 00000000           00000000 00000000
 016F8000-016FF000      00000000 00000000           00000000 00000000           00000000 00000000           00000000 00000000
 
 *DECB FRAME
 *BLOCK AUTHORIZED TO EVM
 01514000 +000  D E C B  $ $ $ $      +008 00000000 0092 CA0      +010 00000000 00000000      +018 00000000 00000000
 01514020 +020 00000000 00000000      +028 00000000 00000000      +030 00000000 00000000      +038 00000000 00010000
 01514040 +040 00000000 00000000      +048 00000000 00000000      +050 00000000 00000000      +058 00000000 00000000
 01514060 +060 00000000 00000000      +068 00000000 00000000      +070 DECBDECB 0092C000      +078 00000000   000000
 01514080 +080  Q Z Z 0 00000000      +088 00000000 00000000      +090 00000000 00000000      +098 00000000 00000000
 015140A0 +0A0 00000000 00000000      +0A8 00000000 00000000      +0B0 00000000 00000000      +0B8 00000000 00010000
 015140C0 +0C0 00000000 00000000      +0C8 00000000 00000000      +0D0 00000000 00000000      +0D8 00000000 00000000
 015140E0 +0E0 00000000 00000000      +0E8 00000000 00000000      +0F0 DECBDECB 0092C000      +0F8 00000000 80000000
 01514100 +100  Q Z Z 0 00000000      +108 00000000 00000000      +110 00000000 00000000      +118 00000000 00000000
 01514120 +120 00000000 00000000      +128 00000000 00000000      +130 00000000 00000000      +138 00000000 00010000
 01514140 +140 00000000 00000000      +148 00000000 00000000      +150 00000000 00000000      +158 00000000 00000000
 01514160 +160 00000000 00000000      +168 00000000 00000000      +170 DECBDECB 0092C000      +178 00000000 80000000
 01514180 +180  Q Z Z 0 00000000      +188 00000000 00000000      +190 00000000 00000000      +198 00000000 00000000
 015141A0 +1A0 00000000 00000000      +1A8 00000000 00000000      +1B0 00000000 00000000      +1B8 00000000 00010000
 015141C0 +1C0 00000000 00000000      +1C8 00000000 00000000      +1D0 00000000 00000000      +1D8 00000000 00000000
 015141E0 +1E0 00000000 00000000      +1E8 00000000 00000000      +1F0 DECBDECB 0092C000      +1F8 00000000   000000
 01514200 +200  Q Z Z 0 00000000      +208 00000000 00000000      +210 00000000 00000000      +218 00000000 00000000
 01514220 +220 00000000 00000000      +228 00000000 00000000      +230 00000000 00000000      +238 00000000 00010000
 01514240 +240 00000000 00000000      +248 00000000 00000000      +250 00000000 00000000      +258 00000000 00000000
 01514260 +260 00000000 00000000      +268 00000000 00000000      +270 DECBDECB 0092C000      +278 00000000   000000
 01514280 +280  Q Z Z 0 00000000      +288 00000000 00000000      +290 00000000 00000000      +298 00000000 00000000
 015142A0 +2A0  D E C B  1            +2A8                        +2B0 00000000 00000000      +2B8 00000000 00010000
 015142C0 +2C0 00000000 00000000      +2C8 00000000 00000000      +2D0 00000000 00000000      +2D8  D E C B 00000000
 015142E0 +2E0 00000000 00000000      +2E8 00000000 00000000      +2F0 DECBDECB 0092C000      +2F8 00000000   000000
 01514300 +300  Q Z Z 0 00000000      +308 00000000 00000000      +310 00000000 00000000      +318 00000000 00000000
 01514320 +320  D E C B  2            +328                        +330 00000000 00000000      +338 00918E80 000101 '
 01514340 +340  O M0000 00000000      +348 00046C ( 00000000      +350 00000000 00000000      +358 00000000 00000000
 01514360 +360 00000000 00000000      +368 00000000 00000000      +370 DECBDECB 0092C000      +378 00000000 803E0000
 01514380 +380  Q Z Z 0 00000000      +388 00000000 00000000      +390 00000000 00000000      +398 00000000 00000000
 015143A0 +3A0 00000000 00000000      +3A8 00000000 00000000      +3B0 00000000 00000000      +3B8 00000000 00010000
 015143C0 +3C0 00000000 00000000      +3C8 00000000 00000000      +3D0 00000000 00000000      +3D8 00000000 00000000
 015143E0 +3E0 00000000 00000000      +3E8 00000000 00000000      +3F0 DECBDECB 0092C000      +3F8 00000000   000000
 01514400 +400 00000000 00000000      +408 00000000 00000000      +410 00000000 00000000      +418 00000000 00000000
 01514420 +420 00000000 00000000      +428 00000000 00000000      +430 00000000 00000000      +438 00000000 00010000
 01514440 +440 00000000 00000000      +448 00000000 00000000      +450 00000000 00000000      +458 00000000 00000000
 01514460 +460 00000000 00000000      +468 00000000 00000000      +470 DECBDECB 0092C000      +478 00000000   000000
 01514480 +480 00000000 00000000      +488 00000000 00000000      +490 00000000 00000000      +498 00000000 00000000
 015144A0 +4A0 00000000 00000000      +4A8 00000000 00000000      +4B0 00000000 00000000      +4B8 00000000 00010000
 015144C0 +4C0 00000000 00000000      +4C8 00000000 00000000      +4D0 00000000 00000000      +4D8 00000000 00000000
 015144E0 +4E0 00000000 00000000      +4E8 00000000 00000000      +4F0 DECBDECB 0092C000      +4F8 00000000   000000
 01514500 +500 00000000 00000000      +508 00000000 00000000      +510 00000000 00000000      +518 00000000 00000000
 01514520 +520 00000000 00000000      +528 00000000 00000000      +530 00000000 00000000      +538 00000000 00010000
 01514540 +540 00000000 00000000      +548 00000000 00000000      +550 00000000 00000000      +558 00000000 00000000
 01514560 +560 00000000 00000000      +568 00000000 00000000      +570 DECBDECB 0092C000      +578 00000000   000000
 01514580 +580 00000000 00000000      +588 00000000 00000000      +590 00000000 00000000      +598 00000000 00000000
 015145A0 +5A0 00000000 00000000      +5A8 00000000 00000000      +5B0 00000000 00000000      +5B8 00000000 00010000
 015145C0 +5C0 00000000 00000000      +5C8 00000000 00000000      +5D0 00000000 00000000      +5D8 00000000 00000000
 015145E0 +5E0 00000000 00000000      +5E8 00000000 00000000      +5F0 DECBDECB 0092C000      +5F8 00000000   000000
 01514600 +600 00000000 00000000      +608 00000000 00000000      +610 00000000 00000000      +618 00000000 00000000
 01514620 +620 00000000 00000000      +628 00000000 00000000      +630 00000000 00000000      +638 00000000 00010000
 01514640 +640 00000000 00000000      +648 00000000 00000000      +650 00000000 00000000      +658 00000000 00000000
 01514660 +660 00000000 00000000      +668 00000000 00000000      +670 DECBDECB 0092C000      +678 00000000   000000
 01514680 +680 00000000 00000000      +688 00000000 00000000      +690 00000000 00000000      +698 00000000 00000000
 015146A0 +6A0 00000000 00000000      +6A8 00000000 00000000      +6B0 00000000 00000000      +6B8 00000000 00010000
 015146C0 +6C0 00000000 00000000      +6C8 00000000 00000000      +6D0 00000000 00000000      +6D8 00000000 00000000
 015146E0 +6E0 00000000 00000000      +6E8 00000000 00000000      +6F0 DECBDECB 0092C000      +6F8 00000000   000000
 01514700 +700 00000000 00000000      +708 00000000 00000000      +710 00000000 00000000      +718 00000000 00000000
 01514720 +720 00000000 00000000      +728 00000000 00000000      +730 00000000 00000000      +738 00000000 00010000
 01514740 +740 00000000 00000000      +748 00000000 00000000      +750 00000000 00000000      +758 00000000 00000000
 01514760 +760 00000000 00000000      +768 00000000 00000000      +770 DECBDECB 0092C000      +778 00000000   000000
 01514780 +780 00000000 00000000      +788 00000000 00000000      +790 00000000 00000000      +798 00000000 00000000
 015147A0 +7A0 00000000 00000000      +7A8 00000000 00000000      +7B0 00000000 00000000      +7B8 00000000 00010000
 015147C0 +7C0 00000000 00000000      +7C8 00000000 00000000      +7D0 00000000 00000000      +7D8 00000000 00000000
 015147E0 +7E0 00000000 00000000      +7E8 00000000 00000000      +7F0 DECBDECB 0092C000      +7F8 00000000   000000
 01514800 +800 00000000 00000000      +808 00000000 00000000      +810 00000000 00000000      +818 00000000 00000000
 01514820 +820 00000000 00000000      +828 00000000 00000000      +830 00000000 00000000      +838 00000000 00010000
 01514840 +840 00000000 00000000      +848 00000000 00000000      +850 00000000 00000000      +858 00000000 00000000
 01514860 +860 00000000 00000000      +868 00000000 00000000      +870 DECBDECB 0092C000      +878 00000000   000000
 01514880 +880 00000000 00000000      +888 00000000 00000000      +890 00000000 00000000      +898 00000000 00000000
 015148A0 +8A0 00000000 00000000      +8A8 00000000 00000000      +8B0 00000000 00000000      +8B8 00000000 00010000
 015148C0 +8C0 00000000 00000000      +8C8 00000000 00000000      +8D0 00000000 00000000      +8D8 00000000 00000000
 015148E0 +8E0 00000000 00000000      +8E8 00000000 00000000      +8F0 DECBDECB 0092C000      +8F8 00000000   000000
 01514900 +900 00000000 00000000      +908 00000000 00000000      +910 00000000 00000000      +918 00000000 00000000
 01514920 +920 00000000 00000000      +928 00000000 00000000      +930 00000000 00000000      +938 00000000 00010000
 01514940 +940 00000000 00000000      +948 00000000 00000000      +950 00000000 00000000      +958 00000000 00000000
 01514960 +960 00000000 00000000      +968 00000000 00000000      +970 DECBDECB 0092C000      +978 00000000   000000
 01514980 +980 00000000 00000000      +988 00000000 00000000      +990 00000000 00000000      +998 00000000 00000000
 015149A0 +9A0 00000000 00000000      +9A8 00000000 00000000      +9B0 00000000 00000000      +9B8 00000000 00010000
 015149C0 +9C0 00000000 00000000      +9C8 00000000 00000000      +9D0 00000000 00000000      +9D8 00000000 00000000
 015149E0 +9E0 00000000 00000000      +9E8 00000000 00000000      +9F0 DECBDECB 0092C000      +9F8 00000000   000000
 01514A00 +A00 00000000 00000000      +A08 00000000 00000000      +A10 00000000 00000000      +A18 00000000 00000000
 01514A20 +A20 00000000 00000000      +A28 00000000 00000000      +A30 00000000 00000000      +A38 00000000 00010000
 01514A40 +A40 00000000 00000000      +A48 00000000 00000000      +A50 00000000 00000000      +A58 00000000 00000000
 01514A60 +A60 00000000 00000000      +A68 00000000 00000000      +A70 DECBDECB 0092C000      +A78 00000000   000000
 01514A80 +A80 00000000 00000000      +A88 00000000 00000000      +A90 00000000 00000000      +A98 00000000 00000000
 01514AA0 +AA0 00000000 00000000      +AA8 00000000 00000000      +AB0 00000000 00000000      +AB8 00000000 00010000
 01514AC0 +AC0 00000000 00000000      +AC8 00000000 00000000      +AD0 00000000 00000000      +AD8 00000000 00000000
 01514AE0 +AE0 00000000 00000000      +AE8 00000000 00000000      +AF0 DECBDECB 0092C000      +AF8 00000000   000000
 01514B00 +B00 00000000 00000000      +B08 00000000 00000000      +B10 00000000 00000000      +B18 00000000 00000000
 01514B20 +B20 00000000 00000000      +B28 00000000 00000000      +B30 00000000 00000000      +B38 00000000 00010000
 01514B40 +B40 00000000 00000000      +B48 00000000 00000000      +B50 00000000 00000000      +B58 00000000 00000000
 01514B60 +B60 00000000 00000000      +B68 00000000 00000000      +B70 DECBDECB 0092C000      +B78 00000000   000000
 01514B80 +B80 00000000 00000000      +B88 00000000 00000000      +B90 00000000 00000000      +B98 00000000 00000000
 01514BA0 +BA0 00000000 00000000      +BA8 00000000 00000000      +BB0 00000000 00000000      +BB8 00000000 00010000
 01514BC0 +BC0 00000000 00000000      +BC8 00000000 00000000      +BD0 00000000 00000000      +BD8 00000000 00000000
 01514BE0 +BE0 00000000 00000000      +BE8 00000000 00000000      +BF0 DECBDECB 0092C000      +BF8 00000000   000000
 01514C00 +C00 00000000 00000000      +C08 00000000 00000000      +C10 00000000 00000000      +C18 00000000 00000000
 01514C20 +C20 00000000 00000000      +C28 00000000 00000000      +C30 00000000 00000000      +C38 00000000 00010000
 01514C40 +C40 00000000 00000000      +C48 00000000 00000000      +C50 00000000 00000000      +C58 00000000 00000000
 01514C60 +C60 00000000 00000000      +C68 00000000 00000000      +C70 DECBDECB 0092C000      +C78 00000000   000000
 01514C80 +C80 00000000 00000000      +C88 00000000 00000000      +C90 00000000 00000000      +C98 00000000 00000000
 01514CA0 +CA0 00000000 00000000      +CA8 00000000 00000000      +CB0 00000000 00000000      +CB8 00000000 00010000
 01514CC0 +CC0 00000000 00000000      +CC8 00000000 00000000      +CD0 00000000 00000000      +CD8 00000000 00000000
 01514CE0 +CE0 00000000 00000000      +CE8 00000000 00000000      +CF0 DECBDECB 0092C000      +CF8 00000000   000000
 01514D00 +D00 00000000 00000000      +D08 00000000 00000000      +D10 00000000 00000000      +D18 00000000 00000000
 01514D20 +D20 00000000 00000000      +D28 00000000 00000000      +D30 00000000 00000000      +D38 00000000 00010000
 01514D40 +D40 00000000 00000000      +D48 00000000 00000000      +D50 00000000 00000000      +D58 00000000 00000000
 01514D60 +D60 00000000 00000000      +D68 00000000 00000000      +D70 DECBDECB 0092C000      +D78 00000000   000000
 01514D80 +D80 00000000 00000000      +D88 00000000 00000000      +D90 00000000 00000000      +D98 00000000 00000000
 01514DA0 +DA0 00000000 00000000      +DA8 00000000 00000000      +DB0 00000000 00000000      +DB8 00000000 00010000
 01514DC0 +DC0 00000000 00000000      +DC8 00000000 00000000      +DD0 00000000 00000000      +DD8 00000000 00000000
 01514DE0 +DE0 00000000 00000000      +DE8 00000000 00000000      +DF0 DECBDECB 0092C000      +DF8 00000000   000000
 01514E00 +E00 00000000 00000000      +E08 00000000 00000000      +E10 00000000 00000000      +E18 00000000 00000000
 01514E20 +E20 00000000 00000000      +E28 00000000 00000000      +E30 00000000 00000000      +E38 00000000 00010000
 01514E40 +E40 00000000 00000000      +E48 00000000 00000000      +E50 00000000 00000000      +E58 00000000 00000000
 01514E60 +E60 00000000 00000000      +E68 00000000 00000000      +E70 DECBDECB 0092C000      +E78 00000000   000000
 01514E80 +E80 00000000 00000000      +E88 00000000 00000000      +E90 00000000 00000000      +E98 00000000 00000000
 01514EA0 +EA0 00000000 00000000      +EA8 00000000 00000000      +EB0 00000000 00000000      +EB8 00000000 00010000
 01514EC0 +EC0 00000000 00000000      +EC8 00000000 00000000      +ED0 00000000 00000000      +ED8 00000000 00000000
 01514EE0 +EE0 00000000 00000000      +EE8 00000000 00000000      +EF0 DECBDECB 0092C000      +EF8 00000000   000000
 01514F00 +F00 00000000 00000000      +F08 00000000 00000000      +F10 00000000 00000000      +F18 00000000 00000000
 01514F20 +F20 00000000 00000000      +F28 00000000 00000000      +F30 00000000 00000000      +F38 00000000 00010000
 01514F40 +F40 00000000 00000000      +F48 00000000 00000000      +F50 00000000 00000000      +F58 00000000 00000000
 01514F60 +F60 00000000 00000000      +F68 00000000 00000000      +F70 DECBDECB 0092C000      +F78 00000000   000000
 01514F80 +F80 00000000 00000000      +F88 00000000 00000000      +F90 00000000 00000000      +F98 00000000 00000000
 01514FE0 +FE0 00000000 00000000      +FE8 00000000 00000000      +FF0 00000000 00000000      +FF8 00000000 00000063
 
 *DATA BLK, LEVEL 0
 01F69BE0 +000  O M0000  Q Z Z 0      +008 00000000 00000000      +010 13131313 13131313      +018 13131313 13131313
 01F69C00 +020 13131313 13131313      +028 13131313 13131313      +030 13131313 13131313      +038 13131313 13131313
 01F69FE0 +400 13131313 13131313      +408 13131313 13131313      +410 13131313 13131313      +418 13131313 13131313

Table 39 explains the headings and labels that are displayed in this section of the main storage dump.

Table 39. Headings in the Dump of ECB Working Storage in the System Virtual Memory (SVM)

Heading Description
*ENTRY BLK, GENERATED BY 1052/3215 LOCAL ENTRY This heading identifies the particular type of ECB, based on the value of its format flag. The ECB is labeled throughout with dump labels used to identify specific fields.
*ECB MACRO TRACE The ECB macro trace table is a wraparound trace table with room for 55 entries when register trace is off and 23 entries when register trace is active.

The register trace allows you to display registers when the macro trace is active. The enter macros cause the following values to be placed in the registers indicated:

  • R8 is equal to 0 for an ENTNC from CP
  • R10 is equal to the base of CCEB (not R10) at the time ENTxC is issued
  • R13 is equal to the stack register of CCEB (not R13) at the time the ENTxC is issued

The header of the trace table is identified by the MTH dump label, the first fullword of which points to the next available trace entry. This pointer is not reset to the beginning of the table at ECB creation time, so as to preserve a more complete picture of system activity in the collated trace table.

Each ECB trace entry has an I-stream affinity associated with it. It may be seen that this ECB switched I-streams twice before the error occurred.

The remaining fields are identical to those in the collated ECB trace table.

*EVA-TO-SVA MAP TABLE In Figure 48, the ECB virtual address shown in the CBRW on level 0 of the ECB is X'00319C00'. Examining the EVA-to-SVA map table, you will find that the entry corresponding to the ECB virtual address X'00319000' contains the system virtual address X'00301000'. When combined with the byte-index portion of the ECB virtual address, this yields the system virtual address X'00301C00'. Scanning the attached data blocks following the ECB in the dump, we see that the data block on level 0 begins with X'00301C00'.

This technique is especially useful in a dump of system storage that includes the storage pools of ECBs and 4 KB frames. Whenever the pool of ECBs is dumped, an EVA-to-SVA map table is provided for each ECB. The tables can be used to locate attached blocks embedded in individual 4 KB frames within the pool of 4 KB frames.

*GETMAIN MAP TABLE Not Applicable.
*ISOC STACK MAP TABLE Not Applicable.
*DECB FRAME This heading indicates the system virtual address of the first data event control block (DECB) frame for this ECB.
*DATA BLK, LEVEL 0 Not Applicable.

Link Map Data for C Load Modules

Formatted link map data is appended directly after the C load module. This data contains the addresses of the object files and C function addresses plus the offsets of the C functions into their respective object files.

Figure 49 shows an example of formatted link map data appended after the C load module. If the compiler time stamp and version information are not available in the C load module, that data cannot be dumped or formatted.

Figure 49. Formatted Link Map Data in a Dump

*******************************************************************************************************************
 
*FR SHARED PROG CDM0J1 LOADSET-LINKMAP
02885020 +000 0000FFFF  C D M 0      +008 00000000 02887AA0       +010 02887AA8 02885078      +018 00000000 00000000
02885040 +020 028887C8 00038000      +028 00000000 028876B8       +030 00000000 00000000      +038 00000000 00000000
02885060 +040 00000000 00000000      +048 00000000 00000000       +050 C3C4D4C1 C9D5D1F1      +058 00F0F026 01C3C5C5
02885080 +060 00000200 00000240      +068 47F0F001 183F58F0       +070 C31C184E 05EF0000      +078 000047F0 303A90E6
028850A0 +080 D00C58E0 D04C4100      +088 E2005500 C3144720       +090 F01458F0 C28090F0      +098 E0489210 E00050D0
   .             .        .                  .        .                   .        .
   .             .        .                  .        .                   .        .
   .             .        .                  .        .                   .        .
02888800 +7E0 00000000 00000000      +7E8 02885070 02888848       +7F0 028852F0 02888850      +7F8 02885788 02888858
02888820 +800 028858D0 02888860      +808 02886B38 0288888C       +810 02886CD8 02888894      +818 028871D0 0288889C
02888840 +820 028876A8 00000000      +828 00000001 02885078       +830 00000001 028852F8      +838 00000001 02885790
02888860 +840 0000000A 028858D8      +848 02885D50 02886048       +850 02886270 028863B0      +858 02886490 02886548
02888880 +860 02886600 028866E8      +868 028867A8 00000001       +870 02886B40 00000001      +878 02886CE0 00000001
028888A0 +880 028871D8
 
    ********* ASSOCIATED LINK MAP DATA
 
              02885078 OBJECT FILE = CDMAINJ1 COMPILED ON 1997/02/07 AT 19.31.20 V01 R02 M00
 
     OFFSET   ADDRESS  FUNCTION NAME
    +00000000 02885078 CDM0
 
              028852F8 OBJECT FILE = CDMPRSJ1 COMPILED ON 1997/02/07 AT 19.31.40 V01 R02 M00
 
     OFFSET   ADDRESS  FUNCTION NAME
    +00000000 028852F8 zdmap_parse
 
              02885790 OBJECT FILE = CDMHLPJ1 COMPILED ON 1997/02/07 AT 19.32.33 V01 R02 M00
 
     OFFSET   ADDRESS  FUNCTION NAME
    +00000000 02885790 zdmap_help
 
              028858D8 OBJECT FILE = CDMDSPJ1 COMPILED ON 1997/02/10 AT 16.08.26 V01 R02 M00
 
     OFFSET   ADDRESS  FUNCTION NAME
    +00000000 028858D8 zdmap_display
    +00000478 02885D50 process_object
    +00000770 02886048 process_function
    +00000998 02886270 display_line
    +00000AD8 028863B0 display_header
    +00000BB8 02886490 display_end
    +00000C70 02886548 cleanup
    +00000D28 02886600 free_object
    +00000E10 028866E8 free_function
    +00000ED0 028867A8 break_func_name
 
              02886B40 OBJECT FILE = CDMER1J1 COMPILED ON 1997/02/07 AT 19.32.53 V01 R02 M00
 
     OFFSET   ADDRESS  FUNCTION NAME
    +00000000 02886B40 zdmap_parse_error_handler
 
              02886CE0 OBJECT FILE = CDMER2J1 COMPILED ON 1997/02/07 AT 19.33.41 V01 R02 M00
 
     OFFSET   ADDRESS  FUNCTION NAME
    +00000000 02886CE0 zdmap_retrieve_error_handler
 
              028871D8 OBJECT FILE = CDMER3J1 COMPILED ON 1997/02/07 AT 19.33.43 V01 R02 M00
 
     OFFSET   ADDRESS  FUNCTION NAME
    +00000000 028871D8 zdmap_process_error_handler

The following information is appended to the C load module if no link map data is available or if the data cannot be processed: