M204.1559: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (add <var>'s)
m (min)
 
Line 1: Line 1:
{{Template:M204.1559 skeleton}}
{{Template:M204.1559 skeleton}}
<P>
<P>
A host language <var>IFGETV</var> call uses a <var>DATA</var> or <var>LIST</var> specification followed by a character other than a semicolon (;). </P>
A host language <var>IFGETV</var> call uses a <var>DATA</var> or <var>LIST</var> specification followed by a character other than a semicolon (<tt>;</tt>). </P>
<p>
<p>
<b>Response:</b> The valid specifications are <var>EDIT</var> or <var>LIST</var> without a field name list. Correct the argument, and retry.  
<b>Response:</b> The valid specifications are <var>EDIT</var> or <var>LIST</var> without a field name list. Correct the argument, and retry.  

Latest revision as of 00:41, 8 March 2018

M204.1559  Invalid IFGETV spec syntax

A host language IFGETV call uses a DATA or LIST specification followed by a character other than a semicolon (;).

Response: The valid specifications are EDIT or LIST without a field name list. Correct the argument, 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

Back to list of messages