MSIR.0949

From m204wiki
Jump to navigation Jump to search

MSIR.0949  Fast/Reload token0

An error has occurred when reloading field data as part of an LAI process.The following examples are amongst the possibles texts that can be displayed with this message:

  • An LAI is loading a file without the FILEORG x'100' bit set, but the FUNOUT dataset contains data for fields with attributes that require the FILEORG x'100' setting. In this case the following message is produced:

    MSIR.0949: Fast/Reload error: field nnn has attributes which require FILEORG X'100' file

  • An LAI is loading a file with the FILEORG_x'100' setting, but the FUNOUT dataset was created by an earlier version of FastUnload that doesn't support FILEORG x'100' on reload. In this case the following message is produced:

    MSIR.0949: FastReload error: file requires LAI input from FastUnload version 4.0 or later

  • When loading a fieldgroup with an LAI, particularly when using the NOFDEF option to prevent automatically redefining fields from UAI input, the field structure of field structure of the fieldgroup in the target file must match that of the same fieldgroup in the unloaded file, otherwise a message such as the following is produced:

    MSIR.0949: FastReload error loading field/group nnn: TAPEI file contains field in fieldgroup but that field is not being loaded into a fieldgroup

  • Similarly, if a field participates in a different fieldgroup in the target file to that in the unloaded file, then the following message is produced:

    MSIR.0949: FastReload error: field nnn is member of different fieldgroup in LAI than in TAPEI

Response:

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