On Thu, Feb 15, 2018 at 8:01 AM, Nai, Dean <[email protected]> wrote:
> When you submit a job through TSO your temp dataset gets created. I'm > trying to submit a big job and my temp dataset keeps on running out of > space. Any way of increasing the size of it....thanks > > > Dean Nai > Senior z/OS Systems Programmer > Mainframe Technical Support Group > The information you need is here: https://www.ibm.com/support/knowledgecenter/en/SSLTBW_2.1.0/com.ibm.zos.v2r1.f54pc00/isppcpitds.htm in particular note: //* ISPCTL0 is a special case, used only by Edit for the Submit //* command. Now reading the above, I would try to increase the size by issuing the following TSO commands from ISPF option 6 FREE DDN(ISPCTL0) ALLOC DDN(ISPCTL0) SPACE(5,5) CYL RECFM(F B) LRECL(80) BLKSIZE(0) Hopefully the above is what your zSecure process is using to do the SUBMIT. -- I have a theory that it's impossible to prove anything, but I can't prove it. Maranatha! <>< John McKown ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
