M204.0275: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (add <var>s)
m (add link)
 
Line 1: Line 1:
{{Template:M204.0275 skeleton}}
{{Template:M204.0275 skeleton}}
<P>
<P>
A <var>Screen Input</var> item definition contains two <var>Tag</var> clauses. </P>
A screen <var>[[Full-screen feature#INPUT statement|Input]]</var> item definition contains two <var>Tag</var> clauses. </P>
<p>
<p>
<b>Response:</b> Eliminate one of the <var>Tag</var> clauses, and retry.  
<b>Response:</b> Eliminate one of the <var>Tag</var> clauses, and retry.  

Latest revision as of 14:55, 19 June 2018

M204.0275  Duplicate Tag specification

A screen Input item definition contains two Tag clauses.

Response: Eliminate one of the Tag clauses, and retry.

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