View previous topic :: View next topic
|
Author |
Message |
Ayush Shrivastava
New User
Joined: 07 May 2020 Posts: 5 Location: India
|
|
|
|
Hi,
I want to list out all the job events present in Zeke scheduler irrespective of their status(deactive or not). There are thousands of job events present so its very tedious to do it manually. I would like to know if there is a way to extract such report.
Thank you! |
|
Back to top |
|
|
Joerg.Findeisen
Senior Member
Joined: 15 Aug 2015 Posts: 1329 Location: Bamberg, Germany
|
|
|
|
If you would have STFW, you could have possibly found the batch utility for listing EMR from ZEKE yourself.
Code: |
//LSTEVENT EXEC ZEKEUTL,P='SUBSYS=SSSI'
//SYSIN DD *
LIST EVENTS DEACT
LIST EVENTS ACT
/*
|
Source: https://edoc.pub/zeke-reference-guide-pdf-free.html |
|
Back to top |
|
|
Ayush Shrivastava
New User
Joined: 07 May 2020 Posts: 5 Location: India
|
|
|
|
Thanks!
Joerg.Findeisen wrote: |
If you would have STFW, you could have possibly found the batch utility for listing EMR from ZEKE yourself.
Code: |
//LSTEVENT EXEC ZEKEUTL,P='SUBSYS=SSSI'
//SYSIN DD *
LIST EVENTS DEACT
LIST EVENTS ACT
/*
|
Source: https://edoc.pub/zeke-reference-guide-pdf-free.html |
|
|
Back to top |
|
|
|