I am relatively new to the mainframe and have a basic question. What are the best conventions to move JCL to production? We have many test regions and many production regions. I would like to create the JCL once in test and be able to copy it to all production regions without changing it for each production region.
On other platforms (client server, midrange) we would either make the JCL (or equivalent) read a configuration file/database to get the correct parameters. I have also heard of some teams developing a system that will automatically change the JCL as it passes from test to production or from production to test. With the limitations of JCL the first approach does not appear to be an option. Any creative ideas would be welcome.
Bob