Sumarao Beginner
Joined: 21 Dec 2005 Posts: 4 Topics: 4
|
Posted: Fri Jan 04, 2008 2:03 am Post subject: IEC020I 001-3 |
|
|
Hi All,
While running a REXX program using a JCL, i am getting the below error. Not sure what the problem is, as this job has been running since ages and no change was made to it.
Error message :
05:00:36 IEF403I ODMSS100 - STARTED - TIME=05.00.36
05:00:36 JOB=ODMSS100-STEP010 TIME=00:00:00.00-00:00:00.00 CC=0000
05:00:36 - --TIMINGS (MINS.)--
05:00:36 -JOBNAME STEPNAME PROCSTEP RC EXCP CPU SRB CLOCK SERV
05:00:36 -ODMSS100 STEP010 00 9 .00 .00 .00 23
05:00:45 IEC020I 001-3,ODMSS100,STEP020,SENTLOG,334A,ZS9214,
05:00:45 IEC020I SEPLOAP.LETTERS.SENTLOG.S100
05:00:45 IEC020I NON-ACCEPTABLE ERROR
05:00:45 IEA995I SYMPTOM DUMP OUTPUT
05:00:45 SYSTEM COMPLETION CODE=001 REASON CODE=00000003
05:00:45 TIME=05.00.45 SEQ=30505 CPU=0000 ASID=00E9
05:00:45 PSW AT TIME OF ERROR 075C1000 00D41368 ILC 2 INTC 0D
05:00:45 NO ACTIVE MODULE FOUND
05:00:45 NAME=UNKNOWN
05:00:45 DATA AT PSW 00D41362 - 00181610 0A0D9540 60004770
05:00:45 GR 0: 84000000 1: 84001000
05:00:45 2: 00798F27 3: 00D40ECA
05:00:45 4: 00798208 5: 00798230
05:00:45 6: 00798210 7: 00798EF0
05:00:45 8: 007FD9D0 9: 007BB140
05:00:45 A: 50E6B460 B: 00798D84
05:00:45 C: 007983CC D: 0007A200
05:00:45 E: 00D41270 F: 00000003
05:00:45 END OF SYMPTOM DUMP
05:00:45 JOB=ODMSS100-STEP020 TIME=00:00:00.35-00:00:00.35 CC=0048
05:00:45 -ODMSS100 STEP020 72 2412 .00 .00 .14 9677
05:00:45 IEF404I ODMSS100 - ENDED - TIME=05.00.45
05:00:45 JOB=ODMSS100 TIME=00:00:00.35 CC=0048
05:00:45 -ODMSS100 ENDED. NAME-MVS LETTERS TOTAL CPU TIME= .00 TO
Any help from you is highly appriciated.
Thanks in advance. |
|
Bill Dennis Advanced

Joined: 03 Dec 2002 Posts: 579 Topics: 1 Location: Iowa, USA
|
Posted: Fri Jan 04, 2008 8:47 am Post subject: |
|
|
perhaps a change was made to the input file. Examine to see if it has the expected LRECL and RECFM. Perhaps the creating job abended and left it without a good EOF? _________________ Regards,
Bill Dennis
Disclaimer: My comments on this foorum are my own and do not represent the opinions or suggestions of any other person or business entity. |
|