M204.1465: 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.1465 skeleton}}
{{Template:M204.1465 skeleton}}
<P>
<P>
You issued an ALLOCATE or DEFINE (except DEFINE FIELD) command with the LIKE clause but without also specifying the name of a definition for the LIKE. </P>
You issued an <var>ALLOCATE</var> or <var>DEFINE</var> (except <var>DEFINE FIELD</var>) command with the <var>LIKE</var> clause but without also specifying the name of a definition for the <var>LIKE</var>. </P>
<p>
<p>
<b>Response:</b> Refer to the [[:Category:Commands]] page to locate the command's description page for the correct syntax, and retry the command. </p>
<b>Response:</b> Refer to the [[:Category:Commands]] page to locate the command's description page for the correct syntax, and retry the command.  
</p>
{{Template:M204.1465 footer}}
{{Template:M204.1465 footer}}
<!-- skeleton as it was in pdf/NAME EXPECTED /-->
<!-- skeleton as it was in pdf/NAME EXPECTED /-->

Latest revision as of 22:22, 7 March 2018

M204.1465  Name expected

You issued an ALLOCATE or DEFINE (except DEFINE FIELD) command with the LIKE clause but without also specifying the name of a definition for the LIKE.

Response: Refer to the Category:Commands page to locate the command's description page for the correct syntax, and retry the command.

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