M204.0560: Difference between revisions
Jump to navigation
Jump to search
(Automatically generated page update) |
m (add <var>'s) |
||
Line 1: | Line 1: | ||
{{Template:M204.0560 skeleton}} | {{Template:M204.0560 skeleton}} | ||
<P> | <P> | ||
A SOUL statement that operates on VISIBLE fields specifies a field name variable. When the statement is executed, the value of the variable is <var class="term">fieldname</var>, the name of an INVISIBLE field. </P> | A SOUL statement that operates on <var>VISIBLE</var> fields specifies a field name variable. When the statement is executed, the value of the variable is <var class="term">fieldname</var>, the name of an <var>INVISIBLE</var> field. </P> | ||
<p> | <p> | ||
<b>Response:</b> Set the field name variable to the name of a VISIBLE field, or check the field type using the $ | <b>Response:</b> Set the field name variable to the name of a <var>VISIBLE</var> field, or check the field type using the <var>$Dscr</var> function and avoid executing statements that require a different type. | ||
</p> | |||
{{Template:M204.0560 footer}} | {{Template:M204.0560 footer}} | ||
<!-- skeleton as it was in pdf/INVISIBLE FIELD. FIELD = fieldname /--> | <!-- skeleton as it was in pdf/INVISIBLE FIELD. FIELD = fieldname /--> |
Latest revision as of 23:14, 26 February 2018
M204.0560 INVISIBLE field: field = fieldname
A SOUL statement that operates on VISIBLE fields specifies a field name variable. When the statement is executed, the value of the variable is fieldname, the name of an INVISIBLE field.
Response: Set the field name variable to the name of a VISIBLE field, or check the field type using the $Dscr function and avoid executing statements that require a different type.
Message attributes:
RETCODEO=0 | Sets online return code |
---|---|
RETCODEB=4 | Sets batch (single user) return code |
CLASS=E | Error class; the message can be suppressed with the X'04' bit setting of the MSGCTL parameter |
AUDITER | Writes the message with line type ER to the audit trail |
CANCEL | Cancels the user's request |
COUNT | Increments the error count (ERCNT) parameter |