IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Report generation from Zeke scheduler


IBM Mainframe Forums -> Compuware & Other Tools
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Ayush Shrivastava

New User


Joined: 07 May 2020
Posts: 5
Location: India

PostPosted: Thu May 07, 2020 9:39 am
Reply with quote

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
View user's profile Send private message
Joerg.Findeisen

Senior Member


Joined: 15 Aug 2015
Posts: 1231
Location: Bamberg, Germany

PostPosted: Thu May 07, 2020 10:12 am
Reply with quote

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
View user's profile Send private message
Ayush Shrivastava

New User


Joined: 07 May 2020
Posts: 5
Location: India

PostPosted: Wed Jun 03, 2020 4:21 pm
Reply with quote

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
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> Compuware & Other Tools

 


Similar Topics
Topic Forum Replies
No new posts DFHPI1008 JSON generation failed COBOL Programming 0
No new posts Need help on formatting a report DFSORT/ICETOOL 14
No new posts OPCP scheduler questio IBM Tools 0
No new posts Creating Report using SORT DFSORT/ICETOOL 7
No new posts Started task using a generation dataset JCL & VSAM 7
Search our Forums:

Back to Top