I have a requirement where I need to extract all sql statements in cobol source code. I have 'n' no of cobol source libraries and I need to scan each member inside the libraries for sql statements and extract those statements into a newly created PDS under the same member name.
I'm not familiar with REXX and so I've started looking into REXX manuals to come up with the REXX code on my own. But considering the time available, I'm searching web hoping that the required REXX code might already be there somewhere. I came across this thread http://ibmmainframes.com/about28179.html and unfortunately could not see the code. Can anyone help me to get this code?
Thank you.