View previous topic :: View next topic
|
Author |
Message |
antonrino.b
New User
Joined: 10 Jan 2006 Posts: 76 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 |
|
|
ofer71
Global Moderator
Joined: 27 Dec 2005 Posts: 2358 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
Active User
Joined: 12 Jan 2006 Posts: 110 Location: Germany
|
|
|
|
Try
Code: |
http://www-3.ibm.com/software/ts/cics/txppacs/ca1d.html |
This IBM support pack runs fine and is well documented. |
|
Back to top |
|
|
|