zIIP enablement service


Here is a summary of the possible return code and reason code values. These values are displayed in the job log of the job executing the initialization program CXZPINIT. All error conditions cause the following message to be displayed, and there may be additional descriptive messages for some error codes:

CXZPINIT009E Process failure RC=ccc,Reason=rrrrrrrr eeeeeeee xxxxxxxx

The RC values are always in decimal, and the reason values are always in hexadecimal.

Number

Description

RC = 0

Explanation: Successful completion

RC = 100 Reason=X'00000000 00000000 00000000'


Module: CXZPINIT

Explanation: The initialization routine is not being executed from an APF-authorized library. This error is also accompanied by message: CXZPINIT001E Must execute with APF-authorization.

User Response: Execute the initialization routine from an APF-authorized library.

RC = 104 Reason=X'rrrrrrrr 00000000 00000000'

Module: CXZPINIT

Explanation: An error occurred trying to retrieve the name token pair. The first word of the reason code is the return code from the IEANTRT system service. This error is also accompanied by message: CXZPINIT002E RC=X''xx'' retrieving name pair.

User Response: Contact BMC Support for assistance.

RC = 108 Reason=X'rrrrrrrr 00000000 00000000'

Module: CXZPINIT

Explanation: An error occurred trying to create a name token pair. The first word of the reason code is the return code from the IEANTCR system service. This error is also accompanied by message: CXZPINIT003E RC=X''xx'' creating name pair.

User Response: Contact BMC Support for assistance.

RC = 112 Reason=X'00000000 eeeeeeee 00000000'

Module: CXZPINIT

Explanation: An attempt was made to delete a specific name using a CXZPxxxx DD DUMMY statement in the JCL, but the name represented by xxxx did not exist. The second word of the reason value is the hexadecimal representation of the specified name xxxx. This error is also accompanied by message: CXZPINIT004S ID xxxx not found.

User Response: Correct the specified name in the CXZPxxxx DD statement and resubmit the job.

RC = 116 Reason=X'00000000 00000000 00000000'

Module: CXZPINIT

Explanation: An attempt was made to delete or list active names, but the initialization program had never been executed (the name/token pair did not exist). This error is also accompanied by message: CXZPINIT006S COMPUWARE.CX.ZIP does not exist

User Response: Run the initialization routine to start the service.

RC = 120 Reason=X'rrrrrrrr 00000000 00000000'

Module: CXZPINIT

Explanation: An error occurred trying to delete the name token pair. The first word of the reason code is the return code from the IEANTDL system service. This error is also accompanied by message: CXZPINIT007E RC=X''xx'' deleting name pair

User Response: Contact BMC Support for assistance.

RC = 124 Reason=X'rrrrrrrr 00000000 00000000'

Module: CXZPINIT

Explanation: An error occurred trying to obtain storage for the anchor word. The first word of the reason code is the return code from the STORAGE macro.

User Response: The anchor word is allocated in ECSA so increasing region size probably will not have any effect. Contact BMC Support for assistance.

RC = 128 Reason=X'rrrrrrrr 00000000 00000000'

Module: CXZPINIT

Explanation: An error occurred trying to obtain storage for the ZPRD. The first word of the reason code is the return code from the STORAGE macro.

User Response: The anchor word is allocated in ECSA so increasing region size probably will not have any effect. Contact BMC Support for assistance.

RC = 132 Reason=X'rrrrrrrr 00000000 00000000'

Module: CXZPINIT

Explanation: An error occurred trying to obtain storage for a DCB. The first word of the reason code is the return code from the STORAGE macro.

User Response: Increase the region size and resubmit the job. If the error persists, contact BMC Support for assistance.

RC = 136 Reason=X'rrrrrrrr 00000000 00000000'

Module: CXZPINIT

Explanation: An error occurred trying to open the DCB for the STEPLIB data set. The first word of the reason code is the return code from the OPEN macro.

User Response: Ensure a STEPLIB DD statement exists. The initialization routine should not be run from the system linklist.

RC = 140 Reason=X'rrrrrrrr 00000000 00000000'

Module: CXZPINIT

Explanation: An error occurred trying to obtain storage for a BLDL list. The first word of the reason code is the return code from the STORAGE macro.

User Response: Increase the region size and resubmit the job. If the error persists, contact BMC Support for assistance.

RC = 144 Reason=X'rrrrrrrr eeeeeeee 00000000'

Module: CXZPINIT

Explanation: An error occurred when issuing a BLDL macro to obtain directory information from the STEPLIB data set. The first word of the reason code is the return code from the BLDL macro and the second word of the reason code is the reason code from the BLDL macro (BLDL R15 and R0 respectively).

User Response: Ensure the STEPLIB DD statement points to the CSS SLCXAUTH data set. The initialization routine should not be run from the system linklist.

RC = 148 Reason=X'rrrrrrrr eeeeeeee xxxxxxxx'

Module: CXZPINIT

Explanation: An error occurred trying to obtain storage for the a module to be loaded into ECSA The first word of the reason code is the return code from the STORAGE macro. The second word is the length requested. The third word is the last four characters, in hexadecimal, of the load module name.

User Response: The storage being requested is allocated in ECSA so increasing region size probably will not have any effect. Contact BMC Support for assistance.

RC = 152 Reason=X'rrrrrrrr eeeeeeee xxxxxxxx'

Module: CXZPINIT

Explanation: A LOAD macro failed attempting to load zIIP support routines into ECSA. The first word of the reason code is the R15 value from the LOAD macro (the abend reason). The second word of the reason code is the R1 value from the LOAD macro (the abend code). The third word is the last four characters, in hexadecimal, of the load module name.

User Response: The storage being requested is allocated in ECSA so increasing region size probably will not have any effect. Contact BMC Support for assistance.

RC = 156 Reason=X'rrrrrrrr 00000000 00000000'

Module: CXZPINIT

Explanation: An error occurred trying to close the DCB for the STEPLIB data set. The first word of the reason code is the return code from the CLOSE macro.

User Response: Contact BMC Support for assistance.

RC = 160 Reason=X'rrrrrrrr 00000000 00000000'

Module: CXZPINIT

Explanation: An attempt to release DCB storage has failed. The first word of the reason code is the return code (R15) value from the STORAGE macro.

User Response: Contact BMC Support for assistance.

RC = 164 Reason=X'rrrrrrrr 00000000 00000000'

Module: CXZPINIT

Explanation: An attempt to release BLDL list storage has failed. The first word of the reason code is the return code (R15) value from the STORAGE macro.

User Response: Contact BMC Support for assistance.

RC = 168 Reason=X'rrrrrrrr 00000000 00000000'

Module: CXZPINIT

Explanation: An error occurred trying to obtain storage for the ZPCB. The first word of the reason code is the return code from the STORAGE macro.

User Response: The anchor word is allocated in ECSA so increasing region size probably will not have any effect. Contact BMC Support for assistance.

RC = 172 Reason=X'rrrrrrrr eeeeeeee xxxxxxxx'

Module: CXZPINIT

Explanation: The SRB used to set up the zIIP processing modules has failed. The reason code values have the following meanings:

  • rrrrrrrr - the value in R15 upon return from an IEAMSCHD macro.
  • eeeeeeee - the completion code value from the SYNCHCODEADDR operand of IEAMSCHED.
  • xxxxxxxx - the reason code value from the SYNCHRSNADDR operand of IEAMSCHD.

User Response: Contact BMC Support for assistance to determine what caused the SRB to fail. Typically, an rrrrrrrr value of X'0000001C' is returned, meaning that the SRB or work unit abended. The eeeeeeee field in that case is the abend code and the xxxxxxxx field is the abend reason code.

Module: RC = 176

Module: Reason=X'rrrrrrrr 00000000 00000000'

Module: CXZPINIT

Explanation: An attempt to release anchor storage has failed. The first word of the reason code is the return code (R15) value from the STORAGE macro.

User Response: Contact BMC Support for assistance.

RC = 200 Reason=X'rrrrrrrr 00000000 00000000'

Module: CXZPIDEL

Explanation: An attempt to release ZPCB-new storage has failed. The first word of the reason code is the return code (R15) value from the STORAGE macro.

User Response: Contact BMC Support for assistance.

RC = 204 Reason=X'rrrrrrrr 00000000 00000000'

Module: CXZPIDEL

Explanation: An attempt to release ZPCB-old storage has failed. The first word of the reason code is the return code (R15) value from the STORAGE macro.

User Response: Contact BMC Support for assistance.

RC = 208 Reason=X'rrrrrrrr eeeeeeee xxxxxxxx'

Module: CXZPINIT

Explanation: The SRB used to delete the zIIP processing modules has failed. The reason code values have the following meanings:

  • rrrrrrrr - the value in R15 upon return from an IEAMSCHD macro.
  • eeeeeeee - the completion code value from the SYNCHCODEADDR operand of IEAMSCHED.
  • xxxxxxxx - the reason code value from the SYNCHRSNADDR operand of IEAMSCHD.

User Response: Contact BMC Support for assistance to determine what caused the SRB to fail. Typically, an rrrrrrrr value of X'0000001C' is returned, meaning that the SRB or work unit abended. The eeeeeeee field in that case is the abend code and the xxxxxxxx field is the abend reason code.

RC = 212 Reason=X'rrrrrrrr eeeeeeee 00000000'

Module: CXZPIDEL

Explanation: An attempt to release load module storage in ECSA has failed. The first word of the reason code is the return code (R15) value from the STORAGE macro. The second word is the length to release.

User Response: Contact BMC Support for assistance.


 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*