DFS1127I label NXT= MESSAGE DOES NOT USE SAME FORMAT OR IS NOT DEFINED.
Explanation
label is an externally defined name on the statement. If label is omitted, it is an internal name generated by the preprocessor for the statement. The specific statement was previously identified with the same number in a DFS1021I or DFS1022I message. The MSG or LPAGE statement contains a NXT=msgname parameter. For the 3270, the referenced input message description does not use the same source FMT description as the output message being processed; the format name specified in the SOR= parameter is not the same.
- The referenced name is not a name of an input message description, but a name of an output message description.
- The input message description does not exist in the IMS.REFERAL library.
- The input message description specifies a different FMT name than the output message description in the SOR= operand of the MSG statement.
System action
Processing continues with the next MSG or FMT definition.
Programmer response
If the definition for the referenced input message description is supplied in this run, correct the definition and rerun the job. If the referenced input message already exists in the IMS.REFERAL library, execute the MFS Service utility program using the RELATE function to determine the status of the input message description in error. Correct the definition for the referenced input message description, and rerun the job.
Severity
12