M204.1585: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (add <var>'s)
m (link repair)
 
Line 3: Line 3:
The length specified in an <var>Identify</var> statement is invalid for the type of item, or the item's number of decimal or binary places exceeds the item length. </P>
The length specified in an <var>Identify</var> statement is invalid for the type of item, or the item's number of decimal or binary places exceeds the item length. </P>
<p>
<p>
<b>Response:</b> Supply a valid number in the <var>Identify</var> statement or %variable, and retry the request. Consult [[Images#IDENTIFY statement|IDENTIFY statement]] to determine the valid lengths for each item type. </p>
<b>Response:</b> Supply a valid number in the <var>Identify</var> statement or %variable, and retry the request. Consult [[Images#Identify statement|Identify statement]] to determine the valid lengths for each item type.  
</p>
{{Template:M204.1585 footer}}
{{Template:M204.1585 footer}}
<!-- skeleton as it was in pdf/LENGTH INVALID FOR ITEM TYPE, DP, OR BP /-->
<!-- skeleton as it was in pdf/LENGTH INVALID FOR ITEM TYPE, DP, OR BP /-->

Latest revision as of 18:29, 17 May 2018

M204.1585  Length invalid for item type​,​ DP​,​ or BP

The length specified in an Identify statement is invalid for the type of item, or the item's number of decimal or binary places exceeds the item length.

Response: Supply a valid number in the Identify statement or %variable, and retry the request. Consult Identify statement to determine the valid lengths for each item type.

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
CANCELCancels the user's request
COUNTIncrements the error count (ERCNT) parameter

Back to list of messages