MSIR.0336 SET PAI and REFERENCE CANCEL are conflicting SIRFIELD attributes: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
(Automatically generated page update)
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
This message indicates that a SIRFIELD ''''field'''' SET command was issued which specified one of the following:
This message indicates that a SIRFIELD '''''field''''' SET command was issued which specified one of the following:


<ol> <li>PAI, and SIRFIELD ''''name1'''' SET REFERENCE CANCEL had been previously specified <li>REFERENCE CANCEL, and SIRFIELD ''''name1'''' SET PAI had been previously specified <li>PAI and REFERENCE CANCEL</ol> The command could not succeed because the PAI name may not have REFERENCE CANCEL.
<ol>  
<li>PAI, and SIRFIELD '''''name1''''' SET REFERENCE CANCEL had been previously specified <li>REFERENCE CANCEL, and SIRFIELD '''''name1''''' SET PAI had been previously specified  
<li>PAI and REFERENCE CANCEL
</ol>  


If you wish to SET PAI, you must combine it with REFERENCE WARN or (more likely) REFERENCE NOWARN. If you wish to SET REFERENCE CANCEL, you must precede this command with a SIRFIELD ''''name2'''' SET PAI command, where ''''name2'''' is another name in the same family as ''''name1''''.  
The command could not succeed because the PAI name may not have REFERENCE CANCEL.  


See the discussion of families in the ''Sir2000 Field Migration Facility Reference Manual''.  
If you want to SET PAI, you must combine it with REFERENCE WARN or (more likely) REFERENCE NOWARN. If you wish to SET REFERENCE CANCEL, you must precede this command with a SIRFIELD '''''name2''''' SET PAI command, where '''''name2''''' is another name in the same family as '''''name1'''''.
 
See the discussion of families in the <var class="book">[[Media:SirfieldNew.pdf|Sir2000 Field Migration Facility Reference Manual]]</var>.  


The command is rejected.
The command is rejected.


[[Category:Sirius Mods messages]]
{{Template:MSIR.0336 footer}}
[[Category:MSIR.0200 - MSIR.0399]]

Latest revision as of 23:08, 3 March 2017

This message indicates that a SIRFIELD field SET command was issued which specified one of the following:

  1. PAI, and SIRFIELD name1 SET REFERENCE CANCEL had been previously specified
  2. REFERENCE CANCEL, and SIRFIELD name1 SET PAI had been previously specified
  3. PAI and REFERENCE CANCEL

The command could not succeed because the PAI name may not have REFERENCE CANCEL.

If you want to SET PAI, you must combine it with REFERENCE WARN or (more likely) REFERENCE NOWARN. If you wish to SET REFERENCE CANCEL, you must precede this command with a SIRFIELD name2 SET PAI command, where name2 is another name in the same family as name1.

See the discussion of families in the Sir2000 Field Migration Facility Reference Manual.

The command is rejected.


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