On Fri, 14 Nov 2008 11:15:46 -0600, SUBSCRIBE IBM-MAIN M. Ioia 
<[EMAIL PROTECTED]> wrote:

>Hope someone can help me, I'm new to SPOOL OFFLOAD processing and 
have
>been experimenting a little for my education.
>
>I tried offloading some spool using defined transmitters and I set DISP=KEEP
>so as not to disrupt anything while I am experimenting.
>
>I am offloading to DASD and wanted to try different scenarios of selective
>offloads.
>
>What I discovered is that even with DISP=KEEP, I cannot re-offload the same
>spool output once it has been offloaded.  I even delete/reallocated the DASD
>offload dataset, but I still cannot reselect the same output.
>

Hi Tioia,

You are setting the output group disposition to keep. This keeps it from being 
reselected by the offloader. If it didn't you would keep offloading this output 
group over and over. What would stop it ?

If you want to make the output group reselectable the use the $TOJOB 
command. You can select all output groups that are in KEEP status and reset 
them to WRITE or you can select just one output group to do it to.


To select all jobs on spool that are outdisp keep and change them to write 
issue

$tojobq(*),/outdisp=keep,outdisp=write       

Doug

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to