M204.1569: 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.1569 skeleton}}
{{Template:M204.1569 skeleton}}
<P>
<P>
A SOUL statement refers to an item in an image that is not active. An image is not active unless it is the last image in a block that was named in an IDENTIFY, PREPARE, or (<b>successful</b>) READ  statement. </P>
A SOUL statement refers to an item in an image that is not active. An image is not active unless it is the last image in a block that was named in an <var>Identify</var>, <var>Prepare</var>, or (<b>successful</b>) <var>Read</var> statement. </P>
<p>
<p>
<b>Response:</b> Use an IDENTIFY, READ, or PREPARE statement to make the image active. Verify that the request specifies the correct item name and that the image definitions are correct. If you want to refer frequently to items from
<b>Response:</b> Use an <var>Identify</var>, <var>Read</var>, or <var>Prepare</var> statement to make the image active. Verify that the request specifies the correct item name and that the image definitions are correct. If you want to refer frequently to items from
different images of one block, consider redefining the block with a single image. Retry the request. </p>
different images of one block, consider redefining the block with a single image. Retry the request.  
</p>
{{Template:M204.1569 footer}}
{{Template:M204.1569 footer}}
<!-- skeleton as it was in pdf/REFERENCED ITEM NOT IN ACTIVE IMAGE /-->
<!-- skeleton as it was in pdf/REFERENCED ITEM NOT IN ACTIVE IMAGE /-->

Latest revision as of 00:55, 8 March 2018

M204.1569  Referenced item not in active image

A SOUL statement refers to an item in an image that is not active. An image is not active unless it is the last image in a block that was named in an Identify, Prepare, or (successful) Read statement.

Response: Use an Identify, Read, or Prepare statement to make the image active. Verify that the request specifies the correct item name and that the image definitions are correct. If you want to refer frequently to items from different images of one block, consider redefining the block with a single image. 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
CANCELCancels the user's request
COUNTIncrements the error count (ERCNT) parameter

Back to list of messages