Page 2 of 2

Re: IEFC452I - JOB NOT RUN - JCL ERROR

PostPosted: Mon Jul 18, 2011 7:44 am
by steve-myers
cooldude14344 wrote:...
19.49.44 JOB06848 IEFC452I DOCEASYT - JOB NOT RUN - JCL ERROR 029
Usually, when you see a three digit number at the end of a message it indicates it is the first line of a multiple line WTO. The number is used to link the lines together.

When I tried to recreate this I submitted the same job twice and got a different number each time. I carefully examined both the JES2 Job Log and the system log, and found no indication there were additional lines, so I have no real idea what's going on.

I also looked at the manuals, and they do not indicate the pretense of a number in the message.

Re: IEFC452I - JOB NOT RUN - JCL ERROR

PostPosted: Wed Jul 20, 2011 10:02 pm
by steve-myers
Just for general information -
MSG2     WTO   ('WTOTEST - TEST MESSAGE 2',DE),ROUTCDE=11,DESC=7,MF=
generates
11.12.05 TSU28454  +WTOTEST - TEST MESSAGE 2  265
as seen in JES2 Job Log.
MSG3     WTO   ('WTOTEST - TEST MESSAGE 3 CONTROL',C),              ->
               ('WTOTEST - TEST MESSAGE 3 DATA',D),                 ->
               ('WTOTEST - TEST MESSAGE 3 DATA END',DE),            ->
               ROUTCDE=11,DESC=7,MF=L
(the continuation is not really in the right place) generates
11.12.05 TSU28454  +WTOTEST - TEST MESSAGE 3 CONTROL  266
   266              WTOTEST - TEST MESSAGE 3 DATA       
   266              WTOTEST - TEST MESSAGE 3 DATA END
as seen in JES2 Job Log. What's seen in the System Log is slightly different.