|
|
| Author |
Message |
antonrino.b
Active User
Joined: 10 Jan 2006 Posts: 74 Location: Germany
|
|
|
|
Hi,
Can anyone help me in reading TSQ records from CICS through REXX? I have 20 records stored in TSQ. I want to read them through REXX routine and write into a sequential dataset. |
|
| Back to top |
|
 |
References
|
Posted: Wed Jan 11, 2006 10:25 pm Post subject: Re: To access TSQ in CICS through REXX |
 |
|
|
 |
ofer71
Global Moderator
Joined: 27 Dec 2005 Posts: 1787 Location: Israel
|
|
|
|
Do you mean REXX under TSO/batch or REXX/CICS ?
For REXX under TSO or REXX batch, the only way is to write a CICS program, and execute it using the EXCI interface (you can use IBM's free interface - RXDPL).
For REXX/CICS, you can issue CICS system commands directly from withing REXX.
O. |
|
| Back to top |
|
 |
Stefan
New User
Joined: 12 Jan 2006 Posts: 1 Location: Germany
|
|
|
|
| Try this link. This IBM support pack runs fine and is well documented. |
|
| Back to top |
|
 |
|
|