View previous topic :: View next topic |
Author |
Message |
Bithead Advanced

Joined: 03 Jan 2003 Posts: 550 Topics: 23 Location: Michigan, USA
|
Posted: Thu Jan 29, 2004 9:38 am Post subject: JES2 Display Command |
|
|
I need to issue the JES2 command to display the number of jobs in the output queue for a specific output class (V) so that I can take some action but I am having difficulty with the syntax. |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12378 Topics: 75 Location: San Jose
|
Posted: Thu Jan 29, 2004 9:57 am Post subject: |
|
|
Bithead,
In the SDSF panel, you can filter the jobs you want to see.
1. Choose option s;o
2. Place your cursor on the FILTER (You can see it at the top of the panel. It is the field after the display.
3. once you have chosen the optin it will give you a drop down menu .choose option 1 (filter) and it gives you a screen where you can specify the filter criteria.
Hope this helps...
Cheers
Kolusu _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
 |
Bithead Advanced

Joined: 03 Jan 2003 Posts: 550 Topics: 23 Location: Michigan, USA
|
Posted: Thu Jan 29, 2004 10:06 am Post subject: |
|
|
This command will be issued from OPS/MVS. |
|
Back to top |
|
 |
superk Advanced

Joined: 19 Dec 2002 Posts: 684 Topics: 5
|
Posted: Thu Jan 29, 2004 10:15 am Post subject: |
|
|
$D O JOBQ,Q=V |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12378 Topics: 75 Location: San Jose
|
|
Back to top |
|
 |
Bithead Advanced

Joined: 03 Jan 2003 Posts: 550 Topics: 23 Location: Michigan, USA
|
Posted: Thu Jan 29, 2004 10:36 am Post subject: |
|
|
Superk - That is what I was looking for. I don't normally use these commands and all the combinations I tried did not seem to work.
Kolusu - OPS/MVS is an automatic operator that uses REXX to issue console commands so it does not go thru SDSF. I know that SDSF can be executed in batch but it is easier to issue the command and parse the output. Thanks anyway. |
|
Back to top |
|
 |
|
|