Hi,
I am very new to Rexx.i have a requirement like :
We are going to change some Existing field in production.So we need to do impact analysis before changing the field.
1.So firls we need to search a PDS library where all the COBOL pgms are there.
2.We need to listout all the COBOL pgms where and all that field used & then we need to find where and all these COBOL pgms are being used - we need to search another PDS where JCLPROCS are there....
Could you please provide rexx code for this ?
In short. First we need to search for a field in a PDS(1).The founded member names shud be searched again in a new PDS (2).