M204.0425: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
 
m (minor word change)
 
Line 1: Line 1:
{{Template:M204.0425 skeleton}}
{{Template:M204.0425 skeleton}}
<P>
<P>
The declaration of a %variable, screen item, or image item contains a negative value for the <var>Dp</var> specification. <var>Dp</var> specifications must be either zero, a positive integer, or the asterisk character (<tt>*</tt>) (which is only valid with <var>String</var> items and screen items). </P>
The declaration of a %variable, screen item, or image item contains a negative value for the <var>DP</var> specification. <var>DP</var> specifications must be zero, a positive integer, or the asterisk character (<tt>*</tt>) (which is only valid with <var>String</var> items and screen items). </P>
<p>
<p>
<b>Response:</b> Correct the <var>Dp</var> value and retry the request. </p>
<b>Response:</b> Correct the <var>DP</var> value, and retry the request.  
</p>
{{Template:M204.0425 footer}}
{{Template:M204.0425 footer}}
<!-- skeleton as it was in pdf/DP PARAMETER MUST BE POSITIVE /-->
<!-- skeleton as it was in pdf/DP PARAMETER MUST BE POSITIVE /-->

Latest revision as of 19:25, 11 July 2018

M204.0425  DP parameter must be positive

The declaration of a %variable, screen item, or image item contains a negative value for the DP specification. DP specifications must be zero, a positive integer, or the asterisk character (*) (which is only valid with String items and screen items).

Response: Correct the DP value, and retry the request.

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
ECHODisplays the line that caused the error
COMPILECompilation error

Back to list of messages