M204.2602: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
 
No edit summary
 
(One intermediate revision by one other user not shown)
Line 2: Line 2:


<P>
<P>
Horizon has received data from the session partner after a bump or time-out terminated the conversation prematurely.</P>
[[Horizon]] has received data from the session partner after a bump or timeout terminated the conversation prematurely.</P>
<ul>
<ul>
<LI><var class="term">hexValue0</var> shows the 3-byte SNA Communications Server (formerly VTAM) request header, in hexadecimal.</LI>
<LI><var class="term">hexValue</var> shows the 3-byte SNA Communications Server (formerly VTAM) request header, in hexadecimal.</LI>


<LI><var class="term">hexValue2</var> shows the first 16 bytes of the SNA Communications Server request unit, in hexadecimal.</LI>
<LI><var class="term">hexValue2</var> shows the first 16 bytes of the SNA Communications Server request unit, in hexadecimal.</LI>

Latest revision as of 20:29, 30 March 2018

M204.2602  Late data received after timeout or bump -- rh​=​hexValue​,​ ru​=​hexValue2

Horizon has received data from the session partner after a bump or timeout terminated the conversation prematurely.

  • hexValue shows the 3-byte SNA Communications Server (formerly VTAM) request header, in hexadecimal.
  • hexValue2 shows the first 16 bytes of the SNA Communications Server request unit, in hexadecimal.

This is a normal event that can be expected to occur when a user is bumped or a conversation times out. No action is required, and Horizon discards the late data.

Message attributes:

RETCODEO=0Sets online return code
RETCODEB=0Sets batch (single user) return code
CLASS=IInformation class; the message can be suppressed with the X'02' bit setting of the MSGCTL parameter
AUDITMSWrites the message with line type MS to the audit trail
NOCOUNTDoes not increment the error count (ERCNT) parameter
NOTERMDoes not display the message on the user's terminal
OPRWrites the message to the (operator) console

Back to list of messages