JOB Always Succeed When Calling m_ProgramExec For Custom Program
(Doc ID 2877573.1)
Last updated on JUNE 28, 2024
Applies to:
Oracle Tuxedo Application Runtime for CICS and Batch - Version 12.2.2 and laterInformation in this document applies to any platform.
Symptoms
When calling m_ProgramExec, if the program fails (e.g. exit code 1) , the JOB should be failed.
For example, if JavaProgram failed, $(TMP)/FILE should be kept, however it will be deleted because job succeed.
m_FileAssign -d NEW,DELETE,KEEP FILE1 ${TMP}/FILE
m_ProgramExec java JavaProgram
m_ProgramExec java JavaProgram
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 |
Cause |
Solution |