phcribb wrote:I am working on an SMS conversion and trying to identify some of the hard-coded VOL=SER references for certain DSN prefixes. I am looking for something that splices the JCL into one record per JOB, EXEC, or DD statement to make searching for certain dataset names with VOL=SER references easier. Rather than re-invent the wheel, I thought I would see if it has already been done by someone.
In my former two or three projects I wrote such tools, both as REXX program, and as Edit Macro. Being familiar with REXX it took about one day, to make it handle all possible combinations of input data.
Unfortunately, those clients strictly prohibited to copy any real code out of the company. That’s why I don’t have it on hand right now. I’m lazy to re-create it again for no reason.
Javas and Pythons come and go, but JCL and SORT stay forever.