RUNUBE C2M1601 unmonitored

nouri tabchoura

Member
Hello,
I have a CLP that launchs RUNUBE command :

E810SYS/RUNUBE USER(&JUSER) PASSWORD(&JPSWD) ENVIRON(&JENVIRON) REPORT(&JREPORT) VERSION(&JVERSION) JOB (&JJOBQUEUE) IORB(&JIORB)
MONMSG MSGID(C2M1601) EXEC(GOTO CMDLBL(PGM_ERR))
goto CMDLBL(OK)
PGM_ERR:
SNDUSRPGM.....etc
OK:
ENDPGM

When JDE is down, I see in the JobLog there is a signal SIGABRT raised with message (C2M1601), But The CLP seems not to receive this message and to end normally. I think the CLP does not receive the C2M1601 message.
 
Hi,
You must monitor the CPF9999 msg and not C2M1601.
Regards
 

Attachments

  • 117918-CPF9999.txt
    4.4 KB · Views: 279
Back
Top