How to view Jobtrac sysout capture information outside of Jobtrac?
book
Article ID: 186625
calendar_today
Updated On:
Products
Jobtrac
Issue/Introduction
You may use a clist to view the Jobtrac sysout capture information outside of Jobtrac.
Environment
Release : 11.0
Component : JOBTRAC
Resolution
You may use the sample clist below to access the Jobtrac sysout capture information outside of Jobtrac.
CONTROL NOMSG
ALLOC DD(CAPTURE) SHR +
DA('CAI.JTR11.CAPTURE') REUSE
ISPEXEC LIBDEF ISPMLIB DATASET ID ('CAI.JTR11.JT.CAIISPM')
ISPEXEC LIBDEF ISPPLIB DATASET ID ('CAI.JTR11.JT.CAIISPP')
ISPEXEC SELECT PGM(GJTRVOUT) NEWAPPL(JBT) PASSLIB
END
This clist will access the sysout capture directly. You may see the error indicated below but you will still be able to see the sysouts for your jobs.
"@TRACFAIL - JOBTRAC? DD CARD NOT FOUND IN TIOT OR TOKEN GIVEN INVALID"
As always, please contact Broadcom support for Jobtrac Job Management if you have further questions.
Feedback
thumb_up
Yes
thumb_down
No