My Oracle Support Banner

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 23, 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 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


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