M204.1544: 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.1544 skeleton}}
{{Template:M204.1544 skeleton}}
<P>
<P>
The LEVEL option of the DEFINE command lets you indicate the security level for the field being defined. The range of acceptable values for LEVEL is 0 to 255. </P>
The <var>LEVEL</var> option of the <var>DEFINE</var> command lets you indicate the security level for the field being defined. The range of acceptable values for <var>LEVEL</var> is 0 to 255. </P>
<p>
<p>
<b>Response:</b> Correct the value of LEVEL, and retry. </p>
<b>Response:</b> Correct the value of <var>LEVEL</var>, and retry.  
</p>
{{Template:M204.1544 footer}}
{{Template:M204.1544 footer}}
<!-- skeleton as it was in pdf/LEVEL MUST BE BETWEEN 0 AND 255 /-->
<!-- skeleton as it was in pdf/LEVEL MUST BE BETWEEN 0 AND 255 /-->

Latest revision as of 00:11, 8 March 2018

M204.1544  LEVEL must be between 0 and 255

The LEVEL option of the DEFINE command lets you indicate the security level for the field being defined. The range of acceptable values for LEVEL is 0 to 255.

Response: Correct the value of LEVEL, and retry.

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