1)CPYAUDJRNE ENTTYP(JS)
2) STRSQL
3) Sample of query that will return the job started/ended info for
interactive jobs:
SELECT date(JSTSTP)as “date”, time(JSTSTP) as
“Time”,
JSUSPF, JSJNUM, JSRADR, JSETYP, JSJTYP
FROM
QTEMP/QAUDITJS WHERE JSETYP in (‘S’, ‘E’) and JSJTYP = ‘I’
Discuss This Question: 6  Replies
Ideal is if you can set the Logout to automatically generate a joblog. Then you can review the joblogs later.
Note that users rarely opt for the optional joblog on sign-out.