SRM trace records

An SRM record represents an entry to the system resources manager (SRM).

Minimal Trace Record Format

SRM   ASCB.... hhhhhhhh CPU..... hhhh   R15..... hhhhhhhh R0...... hhhhhhhh
                        R1...... hhhhhhhh

Comprehensive Trace Record Format

SRM           ASCB.... hhhhhhhh CPU..... hhhh     JOBN.... cccccccc
              R15..... hhhhhhhh R0...... hhhhhhhh R1...... hhhhhhhh
ASCB hhhhhhhh
One of the following:
hhhhhhhh
Address of the ASCB for the address space that was current when SRM was entered
********
An internal error occurred
CPU hhhh
Address of the processor used by the system resources manager.
JOBN cccccccc
One of the following:
cccccccc
Name of the job associated with the entry to SRM
N/A
Not applicable
********
An internal error occurred
R15 hhhhhhhh
R0 hhhhhhhh
R1 hhhhhhhh
Data that was contained in general registers 15, 0, and 1 when the system resources manager passed control to GTF. The data includes the SYSEVENT code in the low-order byte of register 0.