z/OS Communications Server: IP Programmer's Guide and Reference
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Common EZBRCIFR return and reason codes

z/OS Communications Server: IP Programmer's Guide and Reference
SC27-3659-02

The following return and reason codes are common to all the requests.
Table 1. Common EZBRCIFR Return values, return codes, and reason codes
Return code Return code value Reason code Reason code value Meaning
EACCES 0111 (X'06F') JRSAFNotAuthorized 00220 (X'00DC')
  • The user ID of the caller is not authorized to the resource profile for the request.
  • The caller is running in AMODE 24.
EACCES 0111 (X'06F') JRNotSRBSyscall 01013 (X'03F5') The caller is running in SRB mode.
EAGAIN 0112 (X'070') JRTCPNotUp 29215 (X'721F') The target TCP/IP stack was not active.
EFAULT 0118 (X'076') JRReadUserStorageFailed 00447 (X'01BF') A program check occurred while copying input parameters, or while copying input data from the RequestResponseBuffer.
EFAULT 0118 (X'076') JRWriteUserStorageFailed 00448 (X'01C0') A program check occurred while copying output parameters, or while copying output data to the RequestResponseBuffer.
EINVAL 0121 (X'079') JRJobNameNotValid 01307 (X'051B') The NMI could not find the TCP/IP stack that was associated with the trace instance. Verify that the input token in field RCHRToken in the RCCHeader is correct.
EINVAL 0121 (X'079') JRInvalidValue 29460 (X'7314') A problem occurred with the input parameters or structures. This return and reason code is set for the following reasons:
  • One of the input parameters was not provided.
  • An incorrect input token is in the RCHRToken field of the RCCHeader structure.
  • The RCHRNum field in the RCCHeader structure is incorrect for the request.
EINVAL 0121 (X'079') JrOutOfSequence 29544 (X'7368') Request out of sequence. A request was invoked for a trace instance for which RCCClose processing had been attempted, but the RCCClose processing did not complete successfully. Issue RCCOpen to open a new trace instance.
EMVSERR 0157 (X'09D') JRSyscallAbend 00301 (X'012D') An abend occurred in a system call.
EMVSPARM 0158 (X'09E') JRInvParmLength 00298 (X'012A') The RequestResponseBufferLength value is smaller than the length of the RCCHeader.
ETCPERR 1158(X'486') JRTcpError 00657 (X'0291') The request encountered an internal error during processing.
ETCPERR 1158(X'486') JrDisabled 29541 (X'7365') The NMI is currently disabled as the result of insufficient storage for internal control blocks or the collection buffer.
ETCPERR 1158(X'486') JrCallerMismatch 29542 (X'7366')
  • For all requests except RCCGetRecords, the address space, task, or user ID of the caller of the request does not match that of the caller of the RCCOpen request.
  • For the RCCGetRecords request, the address space or user ID of the caller of the request does not match that of the caller of the RCCOpen request.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014