Re: JES2 Commands

2011-07-23 Thread Robert A. Rosenberg
At 11:06 -0700 on 07/22/2011, Skip Robinson wrote about Re: JES2 Commands: OP's motivation is to find the remaining individual items on the volume so that they can be purged. In my experience, it's nigh impossible to completely drain a spool volume without an IPL. There are fragments of forever

JES2 Commands

2011-07-22 Thread Staller, Allan
I am in the process of draining a couple of JES2 spool volumes. They are now down to 1% utilization. Is there a command to display the remaining jobs on a particular spool volume? Thanks in advance! -- For IBM-MAIN subscribe /

Re: JES2 Commands

2011-07-22 Thread Lizette Koehler
I am in the process of draining a couple of JES2 spool volumes. They are now down to 1% utilization. Is there a command to display the remaining jobs on a particular spool volume? Thanks in advance! Look at the $DSPL command ($D SPOOL) There are a variety of sub parms to do what you

Re: JES2 Commands

2011-07-22 Thread Staller, Allan
snip Is there a command to display the remaining jobs on a particular spool volume? Thanks in advance! Look at the $DSPL command ($D SPOOL) There are a variety of sub parms to do what you want. /snip I did not find a command for this in the FM. BTW I am at z/OS 1.11.

Re: JES2 Commands

2011-07-22 Thread Jim Ladouceur
:29 To: IBM-MAIN@bama.ua.edu Subject: JES2 Commands I am in the process of draining a couple of JES2 spool volumes. They are now down to 1% utilization. Is there a command to display the remaining jobs on a particular spool volume? Thanks in advance

Re: JES2 Commands

2011-07-22 Thread Staller, Allan
No jobs shown. I guess something like an initiatior is holding the volume. I guess I'll have to wait for my next JES restart. Thanks for your time, snip I use the following: $D JQ,SPOOL=(volumes=spool3) I am in the process of draining a couple of JES2 spool volumes. They are now down to 1%

Re: JES2 Commands

2011-07-22 Thread Lizette Koehler
I use the following: $D JQ,SPOOL=(volumes=spool3) I have used $DSPL,V(jesv01),PERCENT What I think works better is $DSPL,PERCENT,STATUS=DRAINING Lizette -- For IBM-MAIN subscribe / signoff / archive access

Re: JES2 Commands

2011-07-22 Thread Staller, Allan
I have the percentage and I know the volume is draining. I am trying to find the remaining individual items on the volume so that they can be purged! snip I have used $DSPL,V(jesv01),PERCENT What I think works better is $DSPL,PERCENT,STATUS=DRAINING /snip

Re: JES2 Commands

2011-07-22 Thread Dennis Trojak
Try: $DJOBQ,SPOOL=(PERCENT0,VOLUME=jesv01) -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On Behalf Of Staller, Allan Sent: Friday, July 22, 2011 8:02 AM To: IBM-MAIN@bama.ua.edu Subject: Re: JES2 Commands I have the percentage and I know the volume

Re: JES2 Commands

2011-07-22 Thread Matthew Stitt
Discussion List [mailto:IBM-MAIN@bama.ua.edu] On Behalf Of Staller, Allan Sent: Friday, July 22, 2011 8:02 AM To: IBM-MAIN@bama.ua.edu Subject: Re: JES2 Commands I have the percentage and I know the volume is draining. I am trying to find the remaining individual items on the volume so

Re: JES2 Commands

2011-07-22 Thread Skip Robinson
Team Paddler SHARE MVS Program Co-Manager 626-302-7535 Office 323-715-0595 Mobile jo.skip.robin...@sce.com From: Matthew Stitt mathwst...@bellsouth.net To: IBM-MAIN@bama.ua.edu Date: 07/22/2011 10:57 AM Subject:Re: JES2 Commands Sent by:IBM Mainframe Discussion List IBM

Re: JES2 Commands

2011-07-22 Thread Staller, Allan
Agreed. I am at that point! snip OP's motivation is to find the remaining individual items on the volume so that they can be purged. In my experience, it's nigh impossible to completely drain a spool volume without an IPL. There are fragments of forever-running tasks scattered across all spool

Re: JES2 Commands

2011-07-22 Thread Staller, Allan
Way Cool! Thanks... snip From SDSF, enter command SP to display the spool volumes. From the Spool volume list, type J next to the desired entry. SDSF will issue the command: $DJOBQ,SPL=V=(H8SPL3) - Try: $DJOBQ,SPOOL=(PERCENT0,VOLUME=jesv01) /snip