Re: JOB00045 $HASP165 IBMUSERB ENDED AT N1 - JCL ERROR CN(INTERNAL)

2008-04-09 Thread Lizette Koehler
If you post the jcl with error messages it would help. Basically you go to the JES Messages section and find the reason for the JCL error. JCL does a decent job of telling you why you got the error. The JES Messages is the third Data set on SPOOL. First is JOBLOG, Second is JCL with Expansion

Re: JOB00045 $HASP165 IBMUSERB ENDED AT N1 - JCL ERROR CN(INTERNAL)

2008-04-09 Thread David Logan
t: Re: JOB00045 $HASP165 IBMUSERB ENDED AT N1 - JCL ERROR CN(INTERNAL) On Wed, 2008-04-09 at 15:20 +0200, Fabio D'Alfonso wrote: > The job is a simple logrec format and previously worked. On Wed, 2008-04-09 at 15:57 +0200, Fabio D'Alfonso wrote: > //STEP1EXEC PGM=IFCDIP00 > //SERE

Re: JOB00045 $HASP165 IBMUSERB ENDED AT N1 - JCL ERROR CN(INTERNAL)

2008-04-09 Thread David Andrews
On Wed, 2008-04-09 at 15:20 +0200, Fabio D'Alfonso wrote: > The job is a simple logrec format and previously worked. On Wed, 2008-04-09 at 15:57 +0200, Fabio D'Alfonso wrote: > //STEP1EXEC PGM=IFCDIP00 > //SERERDS DD DSN=sys1.logrec, > // DISP=SHR This job previously worked wit

Re: JOB00045 $HASP165 IBMUSERB ENDED AT N1 - JCL ERROR CN(INTERNAL) <[EMAIL PROTECTED]>

2008-04-09 Thread Binyamin Dissen
so :>Sent: 09 April 2008 14:57 :>To: IBM-MAIN@BAMA.UA.EDU :>Subject: Re: JOB00045 $HASP165 IBMUSERB ENDED AT N1 - JCL ERROR CN(INTERNAL) :>Hi this is the job :>//STEP1EXEC PGM=IFCDIP00 :>//SERERDS DD DSN=sys1.logrec, :>// DISP=SHR :>on console there is a IE

Re: JOB00045 $HASP165 IBMUSERB ENDED AT N1 - JCL ERROR CN(INTERNAL)

2008-04-09 Thread Gary Green
If that is the EXACT JCL you submitted, the lower case characters in the DSN would cause a JCL error. Try converting them to upper case and resubmitting. On Wed Apr 9 15:57 , Fabio D'Alfonso <[EMAIL PROTECTED]> sent: >Hi this is the job > >//STEP1EXEC PGM=IFCDIP00 >//SERERDS DD DSN=sy

Re: JOB00045 $HASP165 IBMUSERB ENDED AT N1 - JCL ERROR CN(INTERNAL)

2008-04-09 Thread Myers, Edouard (OCTO)
] Website: http://www.octo.dc.gov -Original Message- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Fabio D'Alfonso Sent: Wednesday, April 09, 2008 9:57 AM To: IBM-MAIN@BAMA.UA.EDU Subject: Re: JOB00045 $HASP165 IBMUSERB ENDED AT N1 - JCL ERROR CN(INTERNAL) Hi th

Re: JOB00045 $HASP165 IBMUSERB ENDED AT N1 - JCL ERROR CN(INTERNAL)

2008-04-09 Thread Rob Scott
-MAIN@BAMA.UA.EDU Subject: Re: JOB00045 $HASP165 IBMUSERB ENDED AT N1 - JCL ERROR CN(INTERNAL) Hi this is the job //STEP1EXEC PGM=IFCDIP00 //SERERDS DD DSN=sys1.logrec, // DISP=SHR on console there is a IEFC452I JOB NOT RUN Best Regards Fabio D'Alfonso > Ah, we would

Re: JOB00045 $HASP165 IBMUSERB ENDED AT N1 - JCL ERROR CN(INTERNAL)

2008-04-09 Thread Fabio D'Alfonso
Hi this is the job //STEP1EXEC PGM=IFCDIP00 //SERERDS DD DSN=sys1.logrec, // DISP=SHR on console there is a IEFC452I JOB NOT RUN Best Regards Fabio D'Alfonso > Ah, we would need a little bit more than that to answer your question. > > Perhaps the JCL job log? > > > On Wed Ap

Re: JOB00045 $HASP165 IBMUSERB ENDED AT N1 - JCL ERROR CN(INTERNAL)

2008-04-09 Thread Gary Green
Ah, we would need a little bit more than that to answer your question. Perhaps the JCL job log? On Wed Apr 9 15:20 , Fabio D'Alfonso <[EMAIL PROTECTED]> sent: >Hi, >I am getting this error submitting a job. > >The job is a simple logrec format and previously worked. > >How could we go over th