Truncated Monitor record encountered
Explanation
CICS PA found
that the record length was less than the record length that CICS® wrote
at the front of the record.
System action
CICS PA runs
with the shorter record length. This might allow the program to complete
normally. A fetch protection or other abends might occur due to the
invalid data. All data on the report is in doubt.
User response
You should be sure that you have not copied the CICS CMF
data with a utility that truncates without warning. These records
can easily be truncated since they are in undefined record format
and do not give length errors. You should consider increasing the
block size of the output data set. Care must also be taken when concatenating
the input data sets. The first data set must not have a smaller block
size than the succeeding data sets. The data set with the largest
block size must be at the beginning of the concatenation.