KO2O1167E THE VTAM TRACE CANNOT BE PROCESSED. REASON: <V1> OR <V2>
Explanation
- TIME OVERLAP OCCURRED
- If a deferred trace in ATF is scheduled to write to a particular dataset at a particular time, and you specify another deferred trace to write to this particular dataset at this particular time, this trace cannot be executed because the VSAM dataset is not available.
- <V2> MODE=APPEND REQUIRED
- If there are one or more deferred traces that write to a particular dataset, and you specify another deferred trace to write to this particular dataset by using the option MODE=REUSE, this trace cannot be started because it would overwrite data from the other traces.
System action
None.
User response
- If <V1> is issued, specify a different dataset or modify the start time or the duration of the trace so that the scheduled time does not overlap with other requests to this dataset.
- If <V2> is issued, specify a different dataset or use the option MODE=APPEND.
None.