M204.0766: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
 
m (add <code>s)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{Template:M204.0766 skeleton}}
{{Template:M204.0766 skeleton}}
<P>
<P>
Model 204 has just prompted for the type of key to be defined. You have entered something other than SORT, HASH, or RECSCTY. </P>
Model 204 has just prompted for the type of key to be defined. You have entered something other than <code>SORT</code>, <code>HASH</code>, or <code>RECSTY</code>. </P>
<p>
<p>
<b>Response:</b> Retry with the correct value. Refer to [[Initializing files]] for the correct syntax. </p>
<b>Response:</b> Retry with the correct value. Refer to [[Initializing files]] for the correct syntax.  
</p>
{{Template:M204.0766 footer}}
{{Template:M204.0766 footer}}
<!-- skeleton as it was in pdf/TYPE OF KEY EXPECTED, NOT: value /-->
<!-- skeleton as it was in pdf/TYPE OF KEY EXPECTED, NOT: value /-->

Latest revision as of 00:05, 2 March 2018

M204.0766  Type of key expected​,​ not: token

Model 204 has just prompted for the type of key to be defined. You have entered something other than SORT, HASH, or RECSTY.

Response: Retry with the correct value. Refer to Initializing files for the correct syntax.

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