M204.1705: Difference between revisions

From m204wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 1: Line 1:
{{Template:M204.1705 skeleton}}
{{Template:M204.1705 skeleton}}
<P>
<P>
The request contains a <var>FileRecords</var> statement that references a %%fieldname variable, and that variable has resolved to a <var>UNIQUE</var> field. </P>
The request contains a <var>File Records</var> statement that references a %%fieldname variable, and that variable has resolved to a <var>UNIQUE</var> field. </P>
<p>
<p>
<b>Response:</b> Correct the SOUL application, and run again.  
<b>Response:</b> Correct the SOUL application, and run again.  

Latest revision as of 19:02, 12 March 2018

M204.1705  File Records requires a non-UNIQUE field

The request contains a File Records statement that references a %%fieldname variable, and that variable has resolved to a UNIQUE field.

Response: Correct the SOUL application, and run again.

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