Previous Topic: CA-7.NC304Next Topic: CA-7.NC502


CA-7.NC501

eeeeeeee (mmmmmmmm) oooooooo R15=cc RTNCD(FDBK2)=rr(ff) SSENSMI(USENSEI)=ss(:h

Reason:

This message will occur when a VTAM error is encountered for a SEND or a RECEIVE macro. For further explanation of the error, see the "Return Code and Sense Fields" section in the IBM manual z/OS Communications Server: SNA Programming.

eeeeeeee is a text representation of the error condition that has occurred.

mmmmmmmm is the VTAM macro name that caused the error.

oooooooo is a representation of any special options that were used in this invocation of the macro.

cc is the hex value contained in register 15 on exit from the macro.

rr is the hex value for the RTNCD field in the RPL.

ff is the hex value for the FDBK2 field in the RPL.

ss is the hex value for SSENSMI field in the RPL.

uuuu is the hex value for USENSEI field in the RPL.

Action:

The system action is dependent on the macro involved and the type of error. See the following table. If any error is not listed in the table, the default action, which is to continue processing, will be used.

Macro

RTNCD

FDBK2

Action

SEND

X'10'

X'07'

Terminate the session

 

X'10'

X'09'

Terminate the session

 

X'14'

 

User abend 3318

RECEIVE

X'10'

X'07'

Terminate the session

 

X'10'

X'09'

Terminate the session

 

X'14'

 

User abend 3318

Consult the explanation of the error in the IBM manual z/OS Communications Server: SNA Programming under "Return Code and Sense Fields." Attempt to determine the severity and cause of the error. If unable to determine and fix the cause of the problem, contact CA Support at ca.com/support for assistance.