Is there any ways read the CICS screens using REXX.
For example some 'ABCD' transaction throws screen with name & account number details.
I want to run some rexx program to catch the name & account details.
This could be useful for some testing automation.I may be wrong, But it is only feasibility analysis/study.
I will be open to your valuable suugessions.
You can read CICS screens from REXX/TSO, as they are dtnamic and built during invocation. There are utilities to read BMS source from REXX, but then you won't have the data in the fields.
Try to research the IBM's REXX/CICS product - it might be your solution.