If I enable extended reports, and look at the
JCL tab of the job report, I see that there are some lines at the bottom of the script, right after the last script statement from the
Process:
##UC4[sh]/opt/uc4/agent/bin/ucxjlx6m MNR=0100 IPA=10.51.20.193 JNR=0043900582 PNR=22160 TYP=E RET=$? TXT=" Job ended" TRC=1
##UC4[ksh]/opt/uc4/agent/bin/ucxjlx6m MNR=0100 IPA=10.51.20.193 JNR=0043900582 PNR=22160 TYP=E RET=$? TXT=" Job ended" TRC=1
##UC4[csh]/opt/uc4/agent/bin/ucxjlx6m MNR=0100 IPA=10.51.20.193 JNR=0043900582 PNR=22160 TYP=E RET=$status TXT=" Job ended" TRC=1
##UC4[tcsh]/opt/uc4/agent/bin/ucxjlx6m MNR=0100 IPA=10.51.20.193 JNR=0043900582 PNR=22160 TYP=E RET=$status TXT=" Job ended" TRC=1
##UC4[bash]/opt/uc4/agent/bin/ucxjlx6m MNR=0100 IPA=10.51.20.193 JNR=0043900582 PNR=22160 TYP=E RET=$? TXT=" Job ended" TRC=1
I am not familiar with how the agent processes these lines, but I presume they have special meaning, and are used by the agent to run the job messenger and insert the footer into the job report.