My Oracle Support Banner

M_JOBEND Fails After M_PROGRAMEXEC Failed (Doc ID 1502360.1)

Last updated on FEBRUARY 24, 2023

Applies to:

Oracle Tuxedo Application Runtime for CICS and Batch - Version 11.1.1.3.0 and later
Information in this document applies to any platform.

Symptoms

   When executing following JOB, if m_ProgramExec fails, m_JobEnd fails with
  following error.

  JCL
  ----------------------------------------------------------

  m_JobBegin -j JOB001 -s START -v 2.0 -c A
  while true ;
  do
         m_PhaseBegin
         case ${CURRENT_LABEL} in
  (START)
         JUMP_LABEL=STEP1
         ;;
  (STEP1)
         m_FileAssign -d MOD,DELETE,DELETE FILE01 ${DATA}/ORACLE.DEMO.DATA02
         m_ProgramExec java JavaAP
         JUMP_LABEL=END_JOB
         ;;
  (END_JOB)
         break
         ;;
  (*)
         m_RcSet ${MT_RC_ABORT:-S999} "Unknown label : ${CURRENT_LABEL}"
         break
         ;;
  esac
  m_PhaseEnd
  done
  m_JobEnd

Changes

 

Cause

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Symptoms
Changes
Cause
Solution
References


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.