MSIR.0435 Warning: value of (string) for field (field) matches WARN format in FILE (file) record (rec), input record number (oldrec): Difference between revisions

From m204wiki
Jump to navigation Jump to search
mNo edit summary
(Automatically generated page update)
 
(2 intermediate revisions by the same user not shown)
Line 3: Line 3:
The record number in the newly loaded file is '''''rec''''', and the old file's record number that the unloaded value came from is '''''oldrec'''''.
The record number in the newly loaded file is '''''rec''''', and the old file's record number that the unloaded value came from is '''''oldrec'''''.


[[Category:Sirius Mods messages]]
{{Template:MSIR.0435 footer}}
[[Category:MSIR.0400 - MSIR.0599]]

Latest revision as of 23:12, 3 March 2017

This informational message indicates that an LAI statement was issued in a FLOD program, and the unloaded file contained value string for loading into file file for field field field. The load is successful; string does not match the primary nor any ALTERNATE format specified in the SIRFIELD FORMAT and/or RELATE commands for field, but it does match the ERROR format for the field and ERROR WARN has been specified on the SIRFIELD FORMAT or RELATE command for field.

The record number in the newly loaded file is rec, and the old file's record number that the unloaded value came from is oldrec.


Message attributes:

RETCODEO=0Sets online return code
RETCODEB=0Sets batch (single user) return code
CLASS=IInformation class; the message can be suppressed with the X'02' bit setting of the MSGCTL parameter
AUDITMSWrites the message with line type MS to the audit trail
NOCOUNTDoes not increment the error count (ERCNT) parameter

Back to list of messages