M204.1568: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
 
m (minor formatting)
 
Line 1: Line 1:
{{Template:M204.1568 skeleton}}
{{Template:M204.1568 skeleton}}
<P>A User Language IDENTIFY statement specifies a variable rather than an image name, but the variable is not an image item. </P>
<P>
<p><b>Response:</b> Correct the variable name or remove the percentage sign (%) if an image name was intended. Retry the request. </p>
A SOUL <var>Identify</var> statement specifies a variable rather than an image name, but the variable is not an image item. </P>
<p>
<b>Response:</b> Correct the variable name, or remove the percentage sign (<tt>%</tt>), if an image name was intended. Retry the request.  
</p>
{{Template:M204.1568 footer}}
{{Template:M204.1568 footer}}
<!-- skeleton as it was in pdf/IMAGE ITEM VARIABLE REQUIRED /-->
<!-- skeleton as it was in pdf/IMAGE ITEM VARIABLE REQUIRED /-->

Latest revision as of 00:53, 8 March 2018

M204.1568  Image item variable required

A SOUL Identify statement specifies a variable rather than an image name, but the variable is not an image item.

Response: Correct the variable name, or remove the percentage sign (%), if an image name was intended. 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