M204.1559: 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.1559 skeleton}}
{{Template:M204.1559 skeleton}}
<P>A host language IFGETV call uses a DATA or LIST specification followed by a character other than a semicolon (;). </P>
<P>
<p><b>Response:</b> The valid specifications are EDIT or LIST without a field name list. Correct the argument and retry. </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>
<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.  
</p>
{{Template:M204.1559 footer}}
{{Template:M204.1559 footer}}
<!-- skeleton as it was in pdf/INVALID IFGETV SPEC SYNTAX /-->
<!-- skeleton as it was in pdf/INVALID IFGETV SPEC SYNTAX /-->

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