z/OS MVS System Codes
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


8FB

z/OS MVS System Codes
SA38-0665-00

8FB

Explanation

One of the following routines detected an error in a subtask:
  • Converter/interpreter (C/I)
  • Locate
  • Main device scheduling (MDS)
  • JES3 interface
A hexadecimal reason code in register 15 explains the error.
Code
Explanation
01
Module IATIIPL detected a subsystem interface error during storage management subsystem (SMS) pre-locate catalog orientation processing. Register 2 contains the subsystem interface return code.
02
Storage management subsystem (SMS) pre-locate catalog orientation processing returned an unexpected return or reason code to module IATIIPL. Register 2 contains the return code from that processing, and register 3 contains the reason code.
03
Module IATLVLC detected a subsystem interface error during storage management subsystem (SMS) pre-locate catalog orientation processing. Register 2 contains the subsystem interface return code.
05
While creating the system work area (SWA), module IATIIII detected an error. The error occurred when the module was either reading or mapping SWA control blocks.
06
Module IATDMGR detected an error in a JES3 user spool access method (USAM) POINT or WRITE operation. Register 2 contains the return code from the failing operation.
07
Module IATDMGR detected an error during the initialization of either a data set status block (DSS) or a data set block (DSB). Register 2 contains the return code from the failing operation.
08
Module IATDMGR detected a user spool access method (USAM) buffer initialization error. Register 2 contains the return code from the failing operation.
09
While incrementing the JCL statement count, module IATIICX detected an overflow condition.
0A
Module IATLVLC detected a subsystem interface error during storage management subsystem (SMS) VOLREF services processing. Register 2 contains the subsystem interface return code.
0C
Module IATMDST detected a subsystem interface error during storage management subsystem (SMS) system select processing. Register 2 contains the subsystem interface return code.
0D
SMS system select processing returned an unexpected return or reason code to module IATMDST. Register 2 contains the return code from that processing, and register 3 contains the reason code.
0E
Module IATSISA detected an error during a PUT operation. Register 2 contains the return code from that operation.
0F
The reader/interpreter passed an incorrect return code to JES3.
10
Module IATIISP detected an error during a user spool access method (USAM) PUT operation.
11
Module IATDMGR detected an incorrect function code.
12
Module IATDMGR detected an error in the block spooler. Register 2 contains the return code from the block spooler.
13
Module IATLVLC detected an error in the block spooler. Register 2 contains the return code from the block spooler.
14
Module IATMDST detected an error in the block spooler. Register 2 contains the return code from the block spooler.
15
Module IATSISA detected an error during a GET operation. Register 2 contains the return code from that operation.
16
Module IATLVLC detected that the ESTAE service could not set up a recovery environment. Register 2 contains the return code from that service.
17
Module IATMDST could not find a job data set (JDS) entry.
18
Module IATLVLC either could not find a locate request table (LVS), or encountered an incorrect LVS entry.
19
Module IATIIST detected an error during a PUT operation.
1A
Storage management subsystem (SMS) VOLREF services returned incorrect information to module IATLVLC.
1C
Catalog management (SVC 26) returned incorrect information to module IATLVLC.
1D
Module IATIIPL detected that the ESTAE service could not set up a recovery environment. Register 2 contains the return code from that service.
1E
Invalid ENF parameter list passed by SMS.
1F
Invalid LRSIZE, larger than allowed maximum issued by IATLVLC.
20
Module IATIICX received a return code of 4 from IATUX03 indicating that the JCL limit has been exceeded.
21
Module IATIIST detected a zero for the number of systems eligible to access SMS resources (field SSSABNUM in IEFSSSA).
22
Module IATMDST detected a zero for the number of systems eligible to access SMS resources (field SSSACNUM in IEFSSSA).
23
Mailbox build failed for the WLM subtask.
24
Bad sampling data was received by the WLM subtask.
25
IATIIST subtask abend.
5E
OAM or SMS subsystem called return code nonzero.
5F
OAM or SMS subsystem called SSOB return code nonzero.
60
LIBSERV FUNC=build error.
61
LIBSERV FUNC=call error.
62
LIBSERV FUNC=delete error.
63
SMS subsystem called invalid subfunction.
64
UCBLOOK failure.

System action

The system action depends on the abend reason code:
Code
System Action
01, 02, 1D
The system ends the generalized subtask; when the subtask's ESTAE gets control, the system writes a dump. Then, with a DM146 abend, the system fails the converter/interpreter or postscan dynamic support program (DSP) that was using the subtask. Also, the system cancels with print the job that the DSP was processing.
03, 04, 06, 07, 08, 0A, 0B, 13, 18, 1A, 1B, 1C
The system ends the locate subtask; when the subtask's ESTAE gets control, the system produces a dump. Then, the system cancels with print the job that the subtask was processing.
05
The system ends the address space; when the ESTAE gets control, the system produces a dump. Then, the system cancels with print the job that was processing.
09, 10, 19, 21
The system ends the converter/interpreter (C/I) subtask. When the subtask's ESTAE receives control, the system produces a dump. Then, the system cancels and prints the job that the subtask was processing and reinstates the subtask.
0C, 0D, 14, 17, 22
The system ends the main device scheduling (MDS) subtask. When the subtask's ESTAE gets control, the system produces a dump. Then, the system either cancels and prints the job that the subtask was processing or places it on the MDS error queue. The system reinstates the subtask.
0E, 11, 12, 15
The system ends the subtask; when the subtask's ESTAE gets control, the system writes a dump. Then, the system cancels with print the job that the subtask was processing.
0F
The system ends the job and continues other processing.
16
The system ends the locate subtask.

Operator response

Save all associated print output, and notify the system programmer.

System programmer response

Obtain the JCL for the job.

For a return code of X'05', rerun the job with the DEBUG=ALL option after a //* PROCESS CI JECL statement.

For a return code of X'21', examine the IEFSSSA data area and determine the reason for the zero in the SSSABNUM field. Also, examine the SSSABSAC and SSSABSAR fields (failing service return code and reason code). Notify SMS support.

For return code X'22', examine IEFSSSA and determine the reason for the zero in the SSSACNUM field. Also, examine the SSSACSAC and SSSACSAR fields (failing service return code and reason code). Notify SMS support.

For all other return codes, examine the print output to find and correct the error.

If the problem occurs in JES3 and the return code is an X'05' you should:
  • Obtain a stand-alone dump of the system by specifying DUMP=PRDUMP on the OPTIONS statement in the initialization deck.
  • Save the hardcopy log
  • Provide a listing of the initialization deck (JESOUT)
  • Determine the MVS™ and JES3 PTF levels
  • Rerun the job with //*PROCESS CBPRINT and save the output after interpreter DSP.

If the problem is not for X'05', check the JESYSMSG data set for error indications.

Source

JES3

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014