|
|
| Author |
Message |
ksreddy1976
New User
Joined: 28 Jun 2005 Posts: 8
|
|
|
|
Hi All,
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.
Regards
Srinivas |
|
| Back to top |
|
 |
References
|
Posted: Fri Feb 10, 2006 10:16 am Post subject: Re: Reading CICS screens using REXX |
 |
|
|
 |
ofer71
Global Moderator
Joined: 27 Dec 2005 Posts: 1867 Location: Israel
|
|
|
|
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.
O. |
|
| Back to top |
|
 |
ofer71
Global Moderator
Joined: 27 Dec 2005 Posts: 1867 Location: Israel
|
|
|
|
I'm sorry - In the previous post I meant "You can't".
O. |
|
| Back to top |
|
 |
|
|