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


AC7

z/OS MVS System Codes
SA38-0665-00

AC7

Explanation

A supervisor service was issued in an incorrect environment. Register 15 contains a hexadecimal reason code.

System action

The system ends the current unit of work.

Programmer response

Respond according to the reason code:
Code
Explanation/Programmer Response
00000000
Explanation: The caller of the enqueue timer queue element (TQE) service did not hold the dispatcher lock.

Action: Correct the program to obtain the dispatcher lock before calling the enqueue TQE service.

00000001
Explanation: The caller of the dequeue TQE service did not hold the dispatcher lock.

Action: Correct the program to obtain the dispatcher lock before calling the dequeue TQE service.

00000002
Explanation: The STIMER/STIMERM service detected an error when processing an STIMER/STIMERM WAIT request.

Action: Search problem reporting databases for a fix for the problem. If no fix exists, contact the IBM® Support Center.

00000003
Explanation: An enqueue request for a TQE failed because the TQE to be added is already on the real TQE queue. The original STIMER or SETDIE request represented by this TQE will not occur. For this reason code, register 2 contains the address of the caller of Timer services.

Action: Correct the program to not schedule the same TQE twice.

00000004
Explanation: Internal error

Action: Search problem reporting databases for a fix for the problem. If no fix exists, contact the IBM Support Center.

00000005
Explanation: Internal error

Action: Search problem reporting databases for a fix for the problem. If no fix exists, contact the IBM Support Center.

00010000
Explanation: The IEAMCPUF macro was issued by an enabled caller.

Action: Correct the program so that IEAMCPUF is issued while running disabled.

00020000
Explanation: The affinity service, IEAAFFN, was invoked by a caller in access register (AR) mode.

Action Correct the program so that IEAAFFN is invoked in primary ASC mode.

00020001
Explanation: The affinity service, IEAAFFN, could not access the storage containing the caller's parameter list.

Action: Correct the program so that the storage containing the caller's parameter list is accessible.

00030000
Explanation: A name/token callable service, IEANTCRS or IEANTDLS, could not access the storage containing the caller's parameter list or parameter storage.

Action: Correct the program so that the storage containing the caller's parameter list or parameter storage is accessible.

00030001
Explanation: A name/token callable service, IEANTCRS or IEANTDLS, could not access the caller's home address space.

Action: Retry the request.

00030002
Explanation: A name/token pair callable service, IEANTCRS or IEANTDLS, detected an internal error.

Action: Retry the request.

00040000
Explanation: Internal error.

Action: Search problem reporting databases for a fix for the problem. If no fix exists, contact the IBM Support Center.

00040001
Explanation: Internal error.

Action: Search problem reporting databases for a fix for the problem. If no fix exists, contact the IBM Support Center.

00040002
Explanation: Internal error.

Action: Search problem reporting databases for a fix for the problem. If no fix exists, contact the IBM Support Center.

00040003
Explanation: Internal error.

Action: Search problem reporting databases for a fix for the problem. If no fix exists, contact the IBM Support Center.

00040004
Explanation: Internal error.

Action: Search problem reporting databases for a fix for the problem. If no fix exists, contact the IBM Support Center.

00040005
Explanation: Internal error.

Action: Search problem reporting databases for a fix for the problem. If no fix exists, contact the IBM Support Center.

00050000
Explanation: The caller of the SCHEDIRB macro did not hold the local lock.

Action: Correct the program so that it holds the local lock before invoking the SCHEDIRB macro.

00050001
Explanation: A program invoked the SCHEDIRB macro with one of the following errors:
  • The caller's cross memory mode was not HASN=PASN, which is required.
  • The caller's ASC mode of AR was correct, but AR1 does not contain the primary ALET.

Action: Correct the program so that the cross memory mode is HASN=PASN or PASN=HASN.

00050002
Explanation: The caller of the SCHEDIRB macro specified the RBPTR keyword to schedule a directed interrupt request block (IRB) while in SRB mode. The calling program cannot schedule directed IRBs while in SRB mode.

Action: Correct the program so that it is not in SRB mode if you want to specify the RBPTR keyword on the SCHEDIRB macro to schedule a directed IRB.

00050003
Explanation: The caller of the SCHEDIRB macro specified an incorrect task control block (TCB) address on the TCBPTR keyword.

Action: Correct the program so that it specifies a valid TCB address in the TCBPTR keyword on the SCHEDIRB macro.

00050004
Explanation: The caller of the SCHEDIRB macro specified an incorrect interrupt queue element (IQE) address on the IQEPTR keyword.

Action: Correct the program so that it specifies a valid IQE address on the IQEPTR keyword on the SCHEDIRB macro.

00050005
Explanation: The caller of the SCHEDIRB macro scheduled a directed IRB to the current task. However, the current task is an error task and the error IRB is active.

Action: Correct the program so that it does not specify the RBPTR keyword on the SCHEDIRB if the current task is the error task and the error IRB is active.

00050006
Explanation: The caller of the SCHEDIRB macro specified and IQE whose IQETCB field pointed to a TCB which is not valid.

Action: Correct the program so that it specifies a valid TCB address in the IQE field IQETCB.

00060000
Explanation: Internal error

Action: Search problem reporting databases for a fix for the problem. If no fix exists, contact the IBM Support Center.

00070000
Explanation: The request block (RB) chain is circular or there are a very large number or RBs on the RB chain.

Action: This may be caused by a loop which caused many RBs to be created. If the source of the problem cannot be determined, search problem reporting data bases for a fix of the problem. If no fix exits, contact the IBM support center.

00080001
Explanation: The space token specified via the TARGETSTOKEN keyword on IEAMSCHD is not valid.

Action: Retry the request specifying a valid address space token.

00080002
Explanation: The enclave token specified on IEAMSCHD was not a valid token.

Action: Retry the request specifying a valid enclave token.

00080003
Explanation: CRYPTO was specified on the FEATURE keyword of IEAMSCHD, but there are no processors with the Integrated Cryptographic Feature online.

Action:

00080004
Explanation: A DIE routine issued IEAMSCHD to attempt to schedule an SRB with PRIORITY=CURRENT.

Action: Correct the program so that the routine does not specify PRIORITY=CURRENT on IEAMSCHD.

00080005
Explanation: The space token specified via the PURGESTOKEN keyword on IEAMSCHD is not valid.

Action: Retry the request specifying a valid PURGESTOKEN token.

00080006
Explanation: The space token specified via the CLIENTSTOKEN keyword on IEAMSCHD is not valid.

Action: Retry the request specifying a valid CLIENTSTOKEN.

00080007
Explanation: The parameter list for IEAMSCHD is not in the user's primary address space.

Action: Correct the program so that the parameter list is addressable.

00080009
Explanation: The caller of IEAMSCHD specified SYNCH=YES but held a lock.

Action: Ensure that no locks are held when SYNCH=YES is specified on IEAMSCHD.

00090000
Explanation: Internal error

Action: Search problem reporting databases for a fix for the problem. If no fix exists, contact the IBM Support Center.

00090001
Explanation: Internal error

Action: Search problem reporting databases for a fix for the problem. If no fix exists, contact the IBM Support Center.

00090002
Explanation: Internal error

Action: Search problem reporting databases for a fix for the problem. If no fix exists, contact the IBM Support Center.

00090003
Explanation: Internal error

Action: Search problem reporting databases for a fix for the problem. If no fix exists, contact the IBM Support Center.

000A0000
Explanation: Internal error

Action: Search problem reporting databases for a fix for the problem. If no fix exists, contact the IBM Support Center.

000B0000
Explanation: Internal error

Action: Search problem reporting databases for a fix for the problem. If no fix exists, contact the IBM Support Center.

000C0000
Explanation: Internal error

Action: Search problem reporting databases for a fix for the problem. If no fix exists, contact the IBM Support Center.

000C0001
Explanation: Internal error

Action: Search problem reporting databases for a fix for the problem. If no fix exists, contact the IBM Support Center.

000D0000
Explanation The SCHEDULE macro detected a circular SRB chain. The reason may be that the SCHEDULE macro was issued more than once for an SRB.

Action: Ensure that the program does not issue SCHEDULE for the SRB again before the SRB is dispatched. General purpose register 3 points to the SRB.

000D0001
Explanation The PURGEDQ macro detected a circular SRB chain. The reason may be that the SCHEDULE macro was issued more than once for an SRB.

Action: Ensure that the program does not issue SCHEDULE for the SRB again before the SRB is dispatched. General purpose register 3 points to the SRB.

000D0002
Explanation: Internal error

Action: Search problem reporting databases for a fix for the problem. If no fix exists, contact the IBM Support Center.

000D0003
Explanation: The SCHEDULE macro detected an SRB which is not valid. The reason may be that the SCHEDULE macro was issued more than once for an SRB.

Action: Ensure that the program does not issue SCHEDULE for the SRB again before the SRB is dispatched. The SRB and the associated WEB are recorded in LOGREC.

000E0000
Explanation: Internal error

Action: Search problem reporting databases for a fix for the problem. If no fix exists, contact the IBM Support Center.

000E0001
Explanation: Internal error

Action: Search problem reporting databases for a fix for the problem. If no fix exists, contact the IBM Support Center.

000E0002
Explanation: Internal error

Action: Search problem reporting databases for a fix for the problem. If no fix exists, contact the IBM Support Center.

000F0000
Explanation: Internal error

Action: Search problem reporting databases for a fix for the problem. If no fix exists, contact the IBM Support Center.

00100000
Explanation: Internal error

Action: Search problem reporting databases for a fix for the problem. If no fix exists, contact the IBM Support Center.

00100001
Explanation: Internal error

Action: Search problem reporting databases for a fix for the problem. If no fix exists, contact the IBM Support Center.

00110000
Explanation: For a call to the Begin_Context service, the parameters are not in the primary address space. The system rejects the service call. The system abnormally ends the calling program.

Action: Check the calling program for a probable coding error. Correct the program and rerun it.

00110001
Explanation: For a call to the Begin_Context service, the parameters are not addressable. The system rejects the service call. The system abnormally ends the calling program.

Action: Check the calling program for a probable coding error. Correct the program and rerun it.

00120000
Explanation: For a call to the Delete_Context_Interest service, the parameters are not in the primary address space. The system rejects the service call. The system abnormally ends the calling program.

Action: Check the calling program for a probable coding error. Correct the program and rerun it.

00120001
Explanation: For a call to the Delete_Context_Interest service, the parameters are not addressable. The system rejects the service call. The system abnormally ends the calling program.

Action: Check the calling program for a probable coding error. Correct the program and rerun it.

00130000
Explanation: For a call to the Express_Context_Interest service, the parameters are not in the primary address space. The system rejects the service call. The system abnormally ends the calling program.

Action: Check the calling program for a probable coding error. Correct the program and rerun it.

00130001
Explanation: For a call to the Express_Context_Interest service, the parameters are not addressable. The system rejects the service call. The system abnormally ends the calling program.

Action: Check the calling program for a probable coding error. Correct the program and rerun it.

00140000
Explanation: For a call to the End_Context service, the parameters are not in the primary address space. The system rejects the service call. The system abnormally ends the calling program.

Action: Check the calling program for a probable coding error. Correct the program and rerun it.

00140001
Explanation: For a call to the End_Context service, the parameters are not addressable. The system rejects the service call. The system abnormally ends the calling program.

Action: Check the calling program for a probable coding error. Correct the program and rerun it.

00150000
Explanation: For a call to the Switch_Context service, the parameters are not in the primary address space. The system rejects the service call. The system abnormally ends the calling program.

Action: Check the calling program for a probable coding error. Correct the program and rerun it.

00150001
Explanation: For a call to the Switch_Context service, the parameters are not addressable. The system rejects the service call. The system abnormally ends the calling program.

Action: Check the calling program for a probable coding error. Correct the program and rerun it.

00160000
Explanation: For a call to the Retrieve_Context_Interest_Data service, the parameters are not in the primary address space. The system rejects the service call. The system abnormally ends the calling program.

Action: Check the calling program for a probable coding error. Correct the program and rerun it.

00160001
Explanation: For a call to the Retrieve_Context_Interest_Data service, the parameters are not addressable. The system rejects the service call. The system abnormally ends the calling program.

Action: Check the calling program for a probable coding error. Correct the program and rerun it.

00170000
Explanation: For a call to the Set_Context_Interest_Data service, the parameters are not in the primary address space. The system rejects the service call. The system abnormally ends the calling program.

Action: Check the calling program for a probable coding error. Correct the program and rerun it.

00170001
Explanation: For a call to the Set_Context_Interest_Data service, the parameters are not addressable. The system rejects the service call. The system abnormally ends the calling program.

Action: Check the calling program for a probable coding error. Correct the program and rerun it.

00180000
Explanation:Internal Error

Action:Search problem reporting databases for a fix for the problem. If no fix exists, contact the IBM Support Center.

00180001
Explanation:Internal Error

Action:Search problem reporting databases for a fix for the problem. If no fix exists, contact the IBM Support Center.

00190001
Explanation:Internal Error

Action:Search problem reporting databases for a fix for the problem. If no fix exists, contact the IBM Support Center.

00190002
Explanation:Internal Error

Action:Search problem reporting databases for a fix for the problem. If no fix exists, contact the IBM Support Center.

00190003
Explanation:Internal Error

Action:Search problem reporting databases for a fix for the problem. If no fix exists, contact the IBM Support Center.

00190004
Explanation:Internal Error

Action:Search problem reporting databases for a fix for the problem. If no fix exists, contact the IBM Support Center.

00190005
Explanation:Internal Error

Action:Search problem reporting databases for a fix for the problem. If no fix exists, contact the IBM Support Center.

00190006
Explanation:Internal Error

Action:Search problem reporting databases for a fix for the problem. If no fix exists, contact the IBM Support Center.

00190007
Explanation:Internal Error

Action:Search problem reporting databases for a fix for the problem. If no fix exists, contact the IBM Support Center.

00190008
Explanation:Internal Error

Action:Search problem reporting databases for a fix for the problem. If no fix exists, contact the IBM Support Center.

00190009
Explanation:Internal Error

Action:Search problem reporting databases for a fix for the problem. If no fix exists, contact the IBM Support Center.

0019000A
Explanation:Internal Error

Action:Search problem reporting databases for a fix for the problem. If no fix exists, contact the IBM Support Center.

0019000B
Explanation:Internal Error

Action:Search problem reporting databases for a fix for the problem. If no fix exists, contact the IBM Support Center.

001B0000
Explanation:This completion code and reason code are used to permit MVS™ to take a system dump the first time MVS issues message IEA059E for the current IPL.

Action:This reason code should not be treated as an error. Refer to message IEA059E for additional information.

00200000
Explanation:For a call to the Set_Context_Data service, the parameters are not in the primary address space. The system rejects the service call. The system abnormally ends the calling program.

Action:Check the calling program for a probable coding error. Correct the problem and rerun it.

00200001
Explanation:For a call to the Set_Context_Data service, the parameters are not addressable. The system rejects the service call. The system abnormally ends the calling program.

Action:Check the calling program for a probable coding error. Correct the problem and rerun it.

00210000
Explanation:For a call to the Retrieve_Context_Data service, the parameters are not in the primary address space. The system rejects the service call. The system abnormally ends the calling program.

Action:Check the calling program for a probable coding error. Correct the problem and rerun it.

00210001
Explanation:For a call to the Retrieve_Context_Data service, the parameters are not addressable. The system rejects the service call. The system abnormally ends the calling program.

Action:Check the calling program for a probable coding error. Correct the problem and rerun it.

00220000
Explanation:For a call to the Retrieve_Current_Context_Token service, the parameters are not in the primary address space. The system rejects the service call. The system abnormally ends the calling program.

Action:Check the calling program for a probable coding error. Correct the problem and rerun it.

00220001
Explanation:For a call to the Retrieve_Current_Context_Token service, the parameters are not addressable. The system rejects the service call. The system abnormally ends the calling program.

Action:Check the calling program for a probable coding error. Correct the problem and rerun it.

00310000
Explanation: For a call to the Unregister_Resource_Manager service, the parameters are not in the primary address space. The system rejects the service call. The system abnormally ends the calling program.

Action: Check the calling program for a probable coding error. Correct the program and rerun it.

00310001
Explanation: For a call to the Unregister_Resource_Manager service, the parameters are not addressable. The system rejects the service call. The system abnormally ends the calling program.

Action: Check the calling program for a probable coding error. Correct the program and rerun it.

00330000
Explanation: For a call to the Register_Resource_Manager service, the parameters are not in the primary address space. The system rejects the service call. The system abnormally ends the calling program.

Action: Check the calling program for a probable coding error. Correct the program and rerun it.

00330001
Explanation: For a call to the Register_Resource_Manager service, the parameters are not addressable. The system rejects the service call. The system abnormally ends the calling program.

Action: Check the calling program for a probable coding error. Correct the program and rerun it.

00350000
Explanation: For a call to the Retrieve_Resource_Manager_Data service, the parameters are not in the primary address space. The system rejects the service call. The system abnormally ends the calling program.

Action: Check the calling program for a probable coding error. Correct the program and rerun it.

00350001
Explanation: For a call to the Retrieve_Resource_Manager_Data service, the parameters are not addressable. The system rejects the service call. The system abnormally ends the calling program.

Action: Check the calling program for a probable coding error. Correct the program and rerun it.

00360000
Explanation: For a call to the Set_Exit_Information service, the parameters are not in the primary address space. The system rejects the service call. The system abnormally ends the calling program.

Action: Check the calling program for a probable coding error. Correct the program and rerun it.

00360001
Explanation: For a call to the Set_Exit_Information service, the parameters are not addressable. The system rejects the service call. The system abnormally ends the calling program.

Action: Check the calling program for a probable coding error. Correct the program and rerun it.

00360002
Explanation: For a call to the Set_Exit_Information service, the parameters are not addressable. However, the call successfully set exit routines with the exit manager. The system abnormally ends the calling program.

Action: Check the calling program for a probable coding error. Correct the program and rerun it.

00400000
Explanation:  Internal Error

Action:  Search problem reporting databases for a fix for the problem. If no fix exists, contact the IBM Support Center.

00400001
Explanation:  Internal Error

Action:  Search problem reporting databases for a fix for the problem. If no fix exists, contact the IBM Support Center.

00400002
Explanation:  Internal Error

Action:  Search problem reporting databases for a fix for the problem. If no fix exists, contact the IBM Support Center.

00450001
Explanation:  A program invoked the Linkage Stack LSS Cleanup Routine with one of the following errors:
  1. The caller was in SRB mode where Task mode is required
  2. The caller's cross memory mode was not PASN=HASN, which is required.

Action:  Correct the program so that the environment is Task mode and PASN=HASN.

00500001
Explanation:  Internal control block overlay detected and repaired.

Action:  Search problem reporting databases for a fix for the problem. If no fix exists, contact the IBM Support Center..

Source

Timer supervision, supervisor control, context services, or registration services

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014