Mark, VIO device type gen'd is 3390. There was an in-stream proc that was executed once and most steps had one or more DDs overridden.
Roger -----Original Message----- From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf Of Mark Zelden Sent: Monday, November 30, 2009 4:07 PM To: [email protected] Subject: Re: Jes2 Converter abend d37 Glad to hear. BTW, what device type is gen'd for VIO in your IODF? And can you tell me if there was an in-stream PROC being executed? 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 On Mon, 30 Nov 2009 15:54:32 -0500, Stock, Roger W <[email protected]> wrote: >Success! > >That did it: removing some 2000+ comment lines allowed the job to >submit. > >Thanks to all for your suggestions! > >Roger > >-----Original Message----- >From: IBM Mainframe Discussion List [mailto:[email protected]] On >Behalf Of Mark Zelden >Sent: Monday, November 30, 2009 3:26 PM >To: [email protected] >Subject: Re: Jes2 Converter abend d37 > >Is that the message you get when ISPF temporary data sets for submit >don't have enough space? I didn't think so. > >It sounds like you are using ISPF submit. The easiest way to get around >any space problems with ISPCTL0 is to use TSO SUBMIT instead: > >TSO SUBMIT 'data.set' or TSO SUBMIT 'PDS.DATA.SET(MEMBER)' > >But as I said, this doesn't look like an ISPCTL0 issue. If it was, I >would >expect the space abend on ISPCTL0, not a converter abend. > >BTW, ISPCTL0 is for edit/submit work. ISPCTL1-n is used by file >tailoring >IIRC (n = the logical screen number). > >Is there a PROC / instream proc in use? Can it be converted to just >execute without a proc instead? Can you reduce the number of statements >(get rid of comments etc.) and try? Otherwise you may have to open >a PMR with IBM. > >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 > > > >On Mon, 30 Nov 2009 15:12:13 -0500, Stock, Roger W <[email protected]> >wrote: > >>I tried it but got the same error. >>IEC031I D37-04,IFG0554P,JES2,JES2,SYS00010,VIO , >>,SYS09334.T145558.RA000.JES2.R0400402 >>IEF196I IEC031I D37-04,IFG0554P,JES2,JES2,SYS00010,VIO , , >> >>IEF196I SYS09334.T145558.RA000.JES2.R0400402 >> >>IEFC683I CONVERTER TERMINATED DUE TO SD37 ABEND REASON=00000004 >> >> >>The ISPCTL0 DD was used for about 2,000+ I/Os. >>All four DDs were allocated to temp files, but only the first had I/O. >>The dataset SYS09334.T145558.RA000.JES2.R0400402 is the next temp file >>after the ISPCTL3 (ISPCTL3 is .R0400401). >> >>Roger >> >> >> >>-----Original Message----- >>From: IBM Mainframe Discussion List [mailto:[email protected]] On >>Behalf Of Richbourg, Claude >>Sent: Monday, November 30, 2009 2:44 PM >>To: [email protected] >>Subject: Re: Jes2 Converter abend d37 >> >>Put these in your TSO logon proc and you will be okay. >> >>//ISPCTL0 DD DISP=NEW,UNIT=VIO,SPACE=(CYL,(50,5)), >>// DCB=(LRECL=80,BLKSIZE=800,RECFM=FB) >>//ISPCTL1 DD DISP=NEW,UNIT=VIO,SPACE=(CYL,(50,5)), >>// DCB=(LRECL=80,BLKSIZE=800,RECFM=FB) >>//ISPCTL2 DD DISP=NEW,UNIT=VIO,SPACE=(CYL,(50,5)), >>// DCB=(LRECL=80,BLKSIZE=800,RECFM=FB) >>//ISPCTL3 DD DISP=NEW,UNIT=VIO,SPACE=(CYL,(50,5)), >>// DCB=(LRECL=80,BLKSIZE=800,RECFM=FB) >> >>Thanks, >>Claude >> >> >> >>-----Original Message----- >>From: IBM Mainframe Discussion List [mailto:[email protected]] On >>Behalf Of Stock, Roger W >>Sent: Monday, November 30, 2009 2:29 PM >>To: [email protected] >>Subject: Jes2 Converter abend d37 >> >>Hi all, >> >>A vendor supplied me with a very large single job to install their >>software (10,000+ lines). >> >>The jobs abends the JES2 converter: >> IEC031I D37-04,IFG0554P,JES2,JES2,SYS00009,VIO , >>,SYS09328.T110458.RA000.JES2.R0400331 >> IEF196I IEC031I D37-04,IFG0554P,JES2,JES2,SYS00009,VIO , , >> >> IEF196I SYS09328.T110458.RA000.JES2.R0400331 >> >> IEFC683I CONVERTER TERMINATED DUE TO SD37 ABEND REASON=00000004 >> >> >>How do I adjust JES2 to handle this job? >>We are on zOS 1.9. >> >>Roger >> >> >> ---------------------------------------------------------------------- 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 ---------------------------------------------------------------------- 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

