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

List of quiesced jobs


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Sergey Tal

New User


Joined: 21 Jul 2022
Posts: 8
Location: Israel

PostPosted: Wed Sep 21, 2022 12:56 pm
Reply with quote

Hello all!
I'm looking for the way to get the list of all quiesced jobs for the next batch resume. I've drilled IBM docs but didn't find any appropriate commands to squeeze from SDSF DA huge panel stressed list of that jobs. I'd appreciate if you can help - may be there any other ways to get the list of jobs with status QUIESCE = YES ?
Back to top
View user's profile Send private message
Sergey Tal

New User


Joined: 21 Jul 2022
Posts: 8
Location: Israel

PostPosted: Thu Sep 22, 2022 9:47 am
Reply with quote

Just some additional info - I've made REXX parsing row-by-row list of jobs but sure it eats CPU. Do you know any "lightweight" way to get the list of quiesced jobs? Any MVS/WLM/RMF commands?
Back to top
View user's profile Send private message
Willy Jensen

Active Member


Joined: 01 Sep 2015
Posts: 712
Location: Denmark

PostPosted: Thu Sep 22, 2022 12:27 pm
Reply with quote

Are they identifiable in SDSF display? If so you could use a filter in a REXX/SDSF API call.
Back to top
View user's profile Send private message
Sergey Tal

New User


Joined: 21 Jul 2022
Posts: 8
Location: Israel

PostPosted: Thu Sep 22, 2022 12:49 pm
Reply with quote

Willy, yes, you're right.

Code:
isffilter = "quiesce = quiesce"
Address SDSF "ISFEXEC DA"


and it works. I'm trying to avoid use of REXX icon_smile.gif That's why I'm looking for a simple way. Similar to console commands...
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 -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
No new posts Finding and researching jobs All Other Mainframe Topics 0
No new posts How to create a list of SAR jobs with... CA Products 3
No new posts Help in Automating Batch JCL jobs mon... JCL & VSAM 3
No new posts Submit multiple jobs from a library t... JCL & VSAM 14
No new posts Build dataset list with properties us... PL/I & Assembler 4
Search our Forums:

Back to Top