I've created a watch job that monitors for CPF5140 and CPF1164. I use this watch job to check for when a user signs off or shuts down his system. It works 98% of the time; however, sometimes the watch job does not kick off even after I check the job log and see that the CPF1164 message was triggered.
Here is the watch job:
Here is the part of the job log that shows the CPF1164 message was kicked off.
I called IBM and inquired about this but they had no solutions.
Any advice?
Here is the watch job:
Code:
STRWCH SSNID(&JOB) WCHPGM(*LIBL/WCHJOBCL2) +
WCHMSG((CPF5140) (CPF1164)) +
WCHMSGQ((*JOBLOG)) WCHJOB((&NBR/&USER/&JOB))
Code:
CPF1164 Completion 00 12/13/10 07:54:28.933072 QWTMCEOJ QSYS 00D9 *EXT *N
Message . . . . : Job 710080/AA662/SCTY#LKBA1 ended on 12/13/10 at
07:54:28; 1 seconds used; end code 30 .
Cause . . . . . : Job 710080/AA662/SCTY#LKBA1 completed on 12/13/10 at
07:54:28 after it used 1 seconds processing unit time. The job had ending
code 30. The job ended after 1 routing steps with a secondary ending code of
0. The job ending codes and their meanings are as follows: 0 - The job
completed normally. 10 - The job completed normally during controlled ending
or controlled subsystem ending. 20 - The job exceeded end severity (ENDSEV
job attribute). 30 - The job ended abnormally. 40 - The job ended before
becoming active. 50 - The job ended while the job was active. 60 - The
subsystem ended abnormally while the job was active. 70 - The system ended
abnormally while the job was active. 80 - The job ended (ENDJOBABN command).
90 - The job was forced to end after the time limit ended (ENDJOBABN
command). Recovery . . . : For more information, see the Work Management
topic in the Information Center,
http://www.ibm.com/eserver/iseries/infocenter.
Any advice?





Comment