Page 2 of 2

Re: Error Help

PostPosted: Mon Oct 15, 2012 2:26 pm
by JUSTINTOIT
well they said that you can learn on the way to completing the contest and i am trying to do the same. Does that offend you then i can not do anything about it.

This program is inserting customer details into a db2 database and is supposed to generate a customer id.

And i did post this info in my first post.
I am sorry if this seems i have wasted your time and thanks for all the help you have given to me till now.

I also asked if sysout will still be available i can post it if it is.

Re: Error Help

PostPosted: Mon Oct 15, 2012 2:45 pm
by JUSTINTOIT
Is this the JES2 JOB LOG

08.55.23 TSU08070 ---- SUNDAY,    14 OCT 2012 ----                   
08.55.23 TSU08070  $HASP373 IND0532  STARTED                         
08.55.23 TSU08070  IEF125I IND0532 - LOGGED ON - TIME=08.55.23       
09.00.20 JOB08074  $HASP100 ADDCUST  ON INTRDR                       
09.00.20 JOB08074  IRR010I  USERID IND0532  IS ASSIGNED TO THIS JOB.
09.02.58 JOB08078  $HASP100 ADDCUST  ON INTRDR                       
09.02.58 JOB08078  IRR010I  USERID IND0532  IS ASSIGNED TO THIS JOB.
09.03.55 JOB08082  $HASP100 ADDCUST  ON INTRDR                       
09.03.55 JOB08082  IRR010I  USERID IND0532  IS ASSIGNED TO THIS JOB.
        1 //IND0724 JOB 'UNIVER',REGION=4096K                       
 STMT NO. MESSAGE   

Re: Error Help

PostPosted: Mon Oct 15, 2012 6:10 pm
by NicC
The partt of the job you show shows no messages but it does show the job not finishing. You need to to post the data in SYSOUT,SYSTSOUT, and ADDCUST as these qre the 3 'print' datasets from your job.

In fact - what you have posted above is not the same job as that which you posted earlier. We need the output from that if that is the job that died.