Any help appreciated ...
akl.
Getting the End Code 0 that means the program(s) behaved as designed and
did not abnormally terminate. You should see more detailed information
for the job in the Job Log. If it was a submitted job you should look
at the QPJOBLOG for this job. Use a WRKSPLF USERNAME to find it or look
in the QEZJOBLOG outq, this is the default outq for job logs. You can
use DSPJOBLOG if the job is run interactively and you are still logged
on to the session that initiated the job.
Regards,
Frank
So what's the mystery? Seems the job just completed; ie. ended without errors
when it was done. If you want more joblog data, you could use *PRTWRAP instead
of *WRAP.
Regards, Chuck
All comments provided "as is" with no warranties of any kind whatsoever.
Don't be fooled by the end code returned, your batch was ended abnormally.
The first thing you can do is increase the QJOBMSGQMX system value to
maximum. This will let your job run longer but does not solve your problem.
You have to check the joblog to see why so many messages were sent to the
joblog. Since I am not a programmer, I can't tell you how to do this. My
experience was the job has error and loop forever, the error messages
generated by the system made the joblog full and system force my job ended.
My situation was the program does not handle error condition correctly so a
fix of the application was needed.
Hope this can help you.
Chi Ho