X'7014' ERROR CONVERTING MESSAGE TIME
Explanation
A nonzero return code was returned from the time conversion routine while converting local time to UTC or UTC time to local.
Programmer response
The probable cause of the problem is an incorrect time field in one of the message prefixes. Locate the time conversion work area in QMRQWORK at label QMRDSTWK. If the error occurred converting local time to UTC, the return code is in QMRCVTM1. If the conversion is UTC to local, it is in QMRCVTM2. Return codes are from either DFSCVTM or DFSTSPC. The local time being converted is at QMRWLOCL. The UTC time is at QMRDSUTC. The local time fields in the message are at MSGTMFAP and MSGMSCTS. The UTC times are at MSGUTC, MSGMSCEX, and MSGMSCTS.