Hello everyone, new member here looking for some help...
I have viewed these forums before and always found my answer but this time I am coming up empty. I have tried several things and nothing has solved my problem as of yet, hopefully one of you can help me out.
I have a running address space which generates a high number of lines into the spool, eventually hitting the line limit and abending with an S722 if left running long enough. The easy solution is to bounce it every once in a while to prevent this from happening, but I don't feel like an outage should be necessary, even a brief one.
I have tried every form of the SPIN command and parm in the job or with the startup to try and resolve this, but from what I can gather, the ddname containing all of the information i need to spin off is not spin-eligible. The obvious solution with the SPIN parm was to use SPIN=(UNALLOC,1M) for example to spin off every 1 million lines. But I have tested this and it will only spin the JESYSMSG and JESMSGLG ddnames. Is there a way to make my ddname spin-eligible?
I should also note, this is JES3.
Thanks for any help anyone can provide.