musecz
musecz

Reputation: 805

Tracking errors from z/os's syslog

I need to reference the errors related to jobs present in the syslog.

Is it preferable to use messages from the ordonnancer e.g EQQE036I (TWS) or those from MVS e.g IEF451I, IEF452I etc ...

Upvotes: 1

Views: 347

Answers (1)

Martin Packer
Martin Packer

Reputation: 763

It depends: If there are TWS-specific errors you have to track them using the EQQ messages. Otherwise I'd go for the scheduler-independent and probably more detailed MVS messages.

And most of these messages haven't changed much in decades.

Upvotes: 1

Related Questions