Hi Experts,
I need some help for REXX on below topics. Can i get some high level logic for below on how we can do this.
1. By giving “DB2 Tables”as an input, REXX should show all Cobol programs using that DB2 table.
2. By giving JCL name as input, REXX should show all the programs executed by that JCL.
zz=outtrap('lst.')
"print indataset('datasetname') char"
zz=outtrap('off')
do n=2 to lst.0 by 2
say lst.n
end