M204.2290: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (Fix z/OS manual name)
No edit summary
 
(One intermediate revision by the same user not shown)
Line 3: Line 3:
<P>
<P>
The <var class="term">token</var> socket function did not complete successfully. </P>
The <var class="term">token</var> socket function did not complete successfully. </P>
<p>
token2 is the mnemonic for the errno (if extant, '- -'  otherwise) and token3 is the explanation of the error
</p>
<p>
token4 is the Errno returned and token5 details what to do about it.
</p>
<p>
<p>
<b>Response:</b> Contact the System Manager. </p>
<b>Response:</b> Contact the System Manager. </p>
<p>
<p>
<b>System manager response:</b> Refer to the <var class="book">TCP/IP Programmer's Reference</var> for z/VM, or the: <var class="book">z/OS Communications Server, IP Sockets Application Programming Interface Guide and Reference, Appendix B. Socket call error return codes</var> to determine the meaning of the <var class="term">token2</var>. If the problem is a buffer shortage, see your TCP/IP systems programmer. Otherwise, contact [[Contacting Rocket Software Technical Support|Technical Support]], and have available the audit trail.
<b>System manager response:</b> Refer to the <var class="book">TCP/IP Programmer's Reference</var> for z/VM, or the: <var class="book">z/OS Communications Server, IP Sockets Application Programming Interface Guide and Reference for more information.Otherwise, contact [[Contacting Rocket Software Technical Support|Technical Support]], and have available the audit trail.
</p>
</p>
{{Template:M204.2290 footer}}
{{Template:M204.2290 footer}}
<!-- skeleton as it was in pdf/function ERROR: ERRNO errno /-->
<!-- skeleton as it was in pdf/function ERROR: ERRNO errno /-->

Latest revision as of 22:46, 28 February 2024

M204.2290  token Error: token2 - token3 (Errno token4) - token5

The token socket function did not complete successfully.

token2 is the mnemonic for the errno (if extant, '- -' otherwise) and token3 is the explanation of the error

token4 is the Errno returned and token5 details what to do about it.

Response: Contact the System Manager.

System manager response: Refer to the TCP/IP Programmer's Reference for z/VM, or the: z/OS Communications Server, IP Sockets Application Programming Interface Guide and Reference for more information.Otherwise, contact Technical Support, and have available the audit trail.

Message attributes:

RETCODEO=0Sets online return code
RETCODEB=4Sets batch (single user) return code
CLASS=EError class; the message can be suppressed with the X'04' bit setting of the MSGCTL parameter
AUDITERWrites the message with line type ER to the audit trail
COUNTIncrements the error count (ERCNT) parameter

Back to list of messages