M204.0594: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
 
m (minor formatting)
 
Line 1: Line 1:
{{Template:M204.0594 skeleton}}
{{Template:M204.0594 skeleton}}
<P>The declaration of a DBCS %variable, screen item, or image item contains a <var>Dp</var> specification. DBCS items may not contain <var>Dp</var> specifications. </P>
<P>
<p><b>Response:</b> Remove the <var>Dp</var> specification from the item declaration, and retry the request. </p>
The declaration of a DBCS %variable, screen item, or image item contains a <var>DP</var> specification. DBCS items may not contain <var>DP</var> specifications. </P>
<p>
<b>Response:</b> Remove the <var>DP</var> specification from the item declaration, and retry the request.  
</p>
{{Template:M204.0594 footer}}
{{Template:M204.0594 footer}}
<!-- skeleton as it was in pdf/DP IS INVALID WITH PURE DBCS /-->
<!-- skeleton as it was in pdf/DP IS INVALID WITH PURE DBCS /-->

Latest revision as of 19:27, 11 July 2018

M204.0594  DP is invalid with pure DBCS

The declaration of a DBCS %variable, screen item, or image item contains a DP specification. DBCS items may not contain DP specifications.

Response: Remove the DP specification from the item declaration, 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

Back to list of messages