Page 1 of 1

Can we sort "executing jobs " in spool classwise?

Posted: Wed Jul 10, 2013 6:58 pm
by pinball
Hi

Is this possible to know what jobs are running in a particular class?

This information will help to the free class and I can submit my Job in that class.

Re: Can we sort "executing jobs " in spool classwise?

Posted: Wed Jul 10, 2013 10:26 pm
by Robert Sample
There are multiple products that manage JES output spools (SDSF, IOF, and EJES come to mind right away), so you'll need to identify the product you are using before anyone could possibly answer your question.

Since you posted in the CA products section, are you wanting to know this for CA-7?

Re: Can we sort "executing jobs " in spool classwise?

Posted: Mon Apr 28, 2014 4:20 pm
by pinball
It's SDSF.

Re: Can we sort "executing jobs " in spool classwise?

Posted: Mon Apr 28, 2014 5:37 pm
by enrico-sorichetti
This information will help to the free class and I can submit my Job in that class.
usually classes are protected to avoid misuse...
speak to Your support to find out the standards of Your organization

Re: Can we sort "executing jobs " in spool classwise?

Posted: Wed Apr 30, 2014 4:34 pm
by pinball
That is correct Enrico. But if I need to see jobs executing in specific CLASS, for example CLASS=T is menat for test region and CLASS=Q is meant for QA region and if I want to see thejobs executing in these class, what can I do? We ue SDSF.

Re: Can we sort "executing jobs " in spool classwise?

Posted: Wed Apr 30, 2014 4:49 pm
by enrico-sorichetti

Code: Select all

COMMAND INPUT ===> FILTER C <Your_class>                      SCROLL ===> CSR
and after

Code: Select all

COMMAND INPUT ===> FILTER OFF                                 SCROLL ===> CSR
but ... only if Your SDSF setup allows it

Re: Can we sort "executing jobs " in spool classwise?

Posted: Tue Mar 08, 2016 1:45 pm
by pinball
enrico-sorichetti wrote:

Code: Select all

COMMAND INPUT ===> FILTER C <Your_class>                      SCROLL ===> CSR
and after

Code: Select all

COMMAND INPUT ===> FILTER OFF                                 SCROLL ===> CSR
but ... only if Your SDSF setup allows it
Thanks enrico. In test we can use these commands.

Re: Can we sort "executing jobs " in spool classwise?

Posted: Wed Mar 09, 2016 11:33 am
by Chandan Yadav
Thanks Enrico ..

Code: Select all

SORT C
will sort the SDSF on class sname

Thanks,
Chandan

Re: Can we sort "executing jobs " in spool classwise?

Posted: Sun Mar 13, 2016 9:55 pm
by pinball
Thanks for the command details Chandan.