Hi,
I am developing a rexx tool to find the associated copybokk for a variable in a cobol program. I would like to search say for ex
Emp-Name in xxx.xxxxx.xxxx (yyy)
So it should say yyy
I have developed most of the part. But finding the string in dsn member (note : not dsn. Its dsn member) fails. I am trying usung Isuprc. Pls suggest.
Thanks