M204.1705: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
 
No edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Template:M204.1705 skeleton}}
{{Template:M204.1705 skeleton}}
<P>
<P>
The request contains a <var>FileRecods</var> statement that references a %%fieldname variable, and that variable has resolved to a UNIQUE 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. </p>
<b>Response:</b> Correct the SOUL application, and run again.  
</p>
{{Template:M204.1705 footer}}
{{Template:M204.1705 footer}}
<!-- skeleton as it was in pdf/FILE RECORDS REQUIRES A NON-UNIQUE FIELD /-->
<!-- skeleton as it was in pdf/FILE RECORDS REQUIRES A NON-UNIQUE FIELD /-->

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