Thanks. I have no interest in "improving" JCL. I want to be able to use a
single common control file to specify the name of a file for an STC that
could be unique across systems:
MYFILE=MY.&SYSNAME..DATA.FILE
MY.&SYSNAME..DATA.FILE would ultimately end up in an fopen():
fopen("MY.&SYSNAME..DATA.FILE", ...); // would actually be a chr* variable
not a literal
Yes, I could just write an STC to try it with but gee, isn't the point of
documentation so that you can know how things work WITHOUT having to run
experiments?
Charles
-----Original Message-----
From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf
Of Rob Schramm
Sent: Wednesday, February 23, 2011 8:17 AM
To: [email protected]
Subject: Re: System symbols in dynamic allocation
Looks like there are a few examples on the CBTTAPE.
File 573: IEFUJV exit for System Symbolic substitution in JCL
FILE 785: Substitute system symbols into JCL - K-H Doppelfeld
Rob
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html