Tuxedo ART CICS and Batch Runtime 12cR1 (12.1.1.0): m_ProgramExec Fails When Using m_ProcInclude With Parameter
(Doc ID 1544667.1)
Last updated on OCTOBER 12, 2022
Applies to:
Oracle Tuxedo Application Runtime for CICS and Batch - Version 11.1.1.3.0 and laterInformation in this document applies to any platform.
Symptoms
When using m_ProcInclude with PARM, m_ProgramExec fails because program name includes parameter.
JCL:
m_ProcInclude PROC1 PGMNAME="a.out",PARM="/NOSTAE",TIME="30"
PROC1:
m_ProgramExec -b $[PGMNAME]
result:
[work2@localhost JCL]$ EJR INCPROC.ksh
ERROR mi_ProgramExec: The program (a.out/NOSTAE) is not found
a.out is exists, but m_ProgramExec will execute a.out/NOSTAE then it fails.
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 |