M204.1084: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
 
m (add <var>'s)
 
Line 1: Line 1:
{{Template:M204.1084 skeleton}}
{{Template:M204.1084 skeleton}}
<P>You issued a BROADCAST command without message text, and there is no outstanding BROADCAST message to delete. </P>
<P>
<p><b>Response:</b> Supply message text if you want to add a BROADCAST message. If you were attempting to delete the current BROADCAST message, no action is necessary since there is no outstanding BROADCAST message to delete. </p>
You issued a <var>BROADCAST</var> command without message text, and there is no outstanding <var>BROADCAST</var> message to delete. </P>
<p>
<b>Response:</b> Supply message text if you want to add a <var>BROADCAST</var> message. If you were attempting to delete the current <var>BROADCAST</var> message, no action is necessary since there is no outstanding <var>BROADCAST</var> message to delete.  
</p>
{{Template:M204.1084 footer}}
{{Template:M204.1084 footer}}
<!-- skeleton as it was in pdf/BROADCAST MESSAGE NOT PRESENT /-->
<!-- skeleton as it was in pdf/BROADCAST MESSAGE NOT PRESENT /-->

Latest revision as of 20:23, 2 March 2018

M204.1084  Broadcast message not present

You issued a BROADCAST command without message text, and there is no outstanding BROADCAST message to delete.

Response: Supply message text if you want to add a BROADCAST message. If you were attempting to delete the current BROADCAST message, no action is necessary since there is no outstanding BROADCAST message to delete.

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