On Wed, 3 Feb 2010 14:57:34 -0700, Steve Comstock <[email protected]> wrote:
>Mark Zelden wrote: >> On Wed, 3 Feb 2010 14:22:58 -0700, Steve Comstock <[email protected]> >> wrote: >> >>>> If you look at what is allocated for ISPCTL0 using ISRDDN, do >>>> you see anything strange there? Can you delete that data set so >>>> it will get re-allocated. >>>> >> >>> There is nothing visible; there is no ISPCTLx DDname there at all. >>> >>> >> >> In that case, just search via ISPF 3.4 for userid.SPFTEMP*.CNTL >> or userid.*.SPFTEMP*.CNTL and try deleting it. >> >> Mark >> -- >> Mark Zelden >> Sr. Software and Systems Architect - z/OS Team Lead >> Zurich North America / Farmers Insurance Group - ZFUS G-ITO >> mailto:[email protected] >> z/OS Systems Programming expert at http://expertanswercenter.techtarget.com/ >> Mark's MVS Utilities: http://home.flash.net/~mzelden/mvsutil.html > > >Well that gives me: > >ISPF system data set allocation error - press Enter to continue. >Temporary control card data set cannot be allocated. >Error trying to open ''. >*** > >On a hunch I then logged off and logged back on. > >Same problem. > Okay, after you submit the job and then look at the ISPCTL0 data set, what does it look like? I assume you only see the 10 card images in there. Also what are the allocation attributes. I you allocate ISPCTL0 as follows (use ISPF opt. 6) , does that fix the problem (FREE it first if need be, use SYSALLDA if VIO is not valid): ALLOC FI(ISPCTL0) UNIT(VIO) NEW CYL SPACE(1,1) DELETE REUSE LRECL(80) RECFM(F B) BLKSIZE(8000) Mark -- Mark Zelden Sr. Software and Systems Architect - z/OS Team Lead Zurich North America / Farmers Insurance Group - ZFUS G-ITO mailto:[email protected] z/OS Systems Programming expert at http://expertanswercenter.techtarget.com/ Mark's MVS Utilities: http://home.flash.net/~mzelden/mvsutil.html ---------------------------------------------------------------------- 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

