01B

Explanation

An active SLIP trap requests an action of WAIT. The conditions specified on the SLIP command have been met. The system enters a wait state, as requested.

PSAWTCOD in the prefixed storage area (PSA) points to a 28-byte field:
01ccccxxrrrrrrrrppppppppssssssssllllllllzzzzzzzzgggggggg
     Recovery termination manager 1 (RTM1) functional recovery
     routine (FRR)type of entry.

2ccccxxrrrrrrrrppppppppwwwwwwwwllllllllzzzzzzzzgggggggg
     RTM2 ESTAE type of entry (RTM2WA).

03ccccxxrrrrrrrrppppppppaaaaaaaallllllllzzzzzzzzgggggggg
     Address space ending type of entry.

04ccccxxrrrrrrrrppppppppiiiiiiiillllllllzzzzzzzzgggggggg
     Program event recording (PER) interrupt type of entry.
The variable information in the field is as follows:
cccc
A pointer to the logical CPU id of the processor where the event was detected.
xx
Irrelevant information.
rrrrrrrr
A pointer to the general registers.
pppppppp
A pointer to the program status word (PSW).
ssssssss
A pointer to the system diagnostic work area (SDWA).
llllllll
A pointer to control registers 3 and 4.
zzzzzzzz
A pointer to the access registers.
wwwwwwww
A pointer to the RTM2 work entry.
aaaaaaaa
A pointer to the address space control block (ASCB).
iiiiiiii
A pointer to the PER interrupt code.
gggggggg
A pointer to the high 32 bits of the 64-bit GPRs, or 0 if not available.

System action

The system issues message IEA992I before the system enters the restartable, disabled wait state.

Operator response

Follow the directions of the system programmer for the SLIP trap. Then restart the system by invoking the restart function.

Source

Recovery termination manager (RTM)