Tuxedo ART CICS and Batch Runtime 12cR1 (12.1.1.0): m_FileOverride -t Option Will Not Be Converted When Using m_ProcInclude
(Doc ID 1544668.1)
Last updated on MAY 07, 2020
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 and m_FileOverride with "-t" option, it will not take over to converted m_FileAssign.
JCL:
m_ProcInclude PROC2 PGMNAME="a.out"
m_OutputOverride -c "*" SYSOUT
m_FileOverride -d NEW,CATLG -r 782 -t SEQ -OUTFILE
${DATA}/H585X_${MT_JOB_NAME}_${MT_JOB_PID}
After JOB finished, the created file type is LSEQ as default, not SEQ.
[work2@localhost JCL]$ cat $DATA/H585X_SEQ_28137.dcb
-t LSEQ
-r 782
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 |