M204.1189: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
 
m (add <code>s)
 
Line 1: Line 1:
{{Template:M204.1189 skeleton}}
{{Template:M204.1189 skeleton}}
<P>A DISPLAY PROCEDURE or DELETE PROCEDURE command was issued without a procedure name. </P>
<P>
<p><b>Response:</b> Retry the command with a procedure name. </p>
A <code>DISPLAY PROCEDURE</code> or <code>DELETE PROCEDURE</code> command was issued without a procedure name. </P>
<p>
<b>Response:</b> Retry the command with a procedure name.  
</p>
{{Template:M204.1189 footer}}
{{Template:M204.1189 footer}}
<!-- skeleton as it was in pdf/NO PROCEDURE NAME GIVEN /-->
<!-- skeleton as it was in pdf/NO PROCEDURE NAME GIVEN /-->

Latest revision as of 22:47, 5 March 2018

M204.1189  No procedure name given

A DISPLAY PROCEDURE or DELETE PROCEDURE command was issued without a procedure name.

Response: Retry the command with a procedure name.

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