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.
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.