Hi,
I have some 300 procs to change.These proc contain some datasetnames.
Like
if I have to change XYZ.ABC.PQR(THE DATASET NAME)
to XYZ1.ABC1.PQR1
Also i have some words to be changed using the proc
For example above the JCL name: proc name will be written in comments right
I have to change them
That is
say //*Jproc begins here
has to be changed to //*Mproc begins here
Could you Just come up with a REXX utility which will do this.It will be a great help for me.