My situation: I have a Rename JCL that renames the inside of each Member (e.g. A PDS with a list of all control cards. It replaces the regions inside to a new one for a new testing environment)
For clearer explanation, here's an example below:
For example, a pds: ROCKON.THEWELL.CNTRLCRD has 2 control card member namely, CONTROL1 and CONTROL2. The code inside each control card has the program name, environment, db2 program etc. Now, with the help of the JCL, you will only specify the correct column and PDS for the change to happen.
I hope you do get my point here. I am not trying to rename a dataset, but instead the code inside the datasets in the specified PDS. Preferred with the starting column of the 'old' name to a 'new' name. Hopefully, anyone can help me picture this out thru codes and what best utility to use. Thank in advance guys.
