M204.2705: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
 
No edit summary
 
Line 6: Line 6:
The situational options are: </p>
The situational options are: </p>
<ul>
<ul>
<li>The field name did not have the Large Object attribute. The statement was compiled using syntax that requires the field to be a Large Object field.</li>
<li>The field name did not have the Large Object attribute. The statement was compiled using syntax that requires the field to be a [[Data_maintenance#Large object storage|Large Object]] field.</li>


<LI>The field name that the %%field name variable contained had the Large Object attribute. The statement was compiled using syntax that requires the field to <em>not</em> be a Large Object field.</LI>
<LI>The field name that the %%field name variable contained had the Large Object attribute. The statement was compiled using syntax that requires the field to <em>not</em> be a Large Object field.</LI>

Latest revision as of 20:34, 20 March 2018

M204.2705  Compilation syntax required literal large object field​,​ but evaluation found 'token'

If a request is executed in group context or refers to a field name variable, this message is issued during evaluation if a field name resolves to a field whose type is incompatible with the SOUL statement.

The situational options are:

  • The field name did not have the Large Object attribute. The statement was compiled using syntax that requires the field to be a Large Object field.
  • The field name that the %%field name variable contained had the Large Object attribute. The statement was compiled using syntax that requires the field to not be a Large Object field.

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