IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

To access TSQ in CICS through REXX


IBM Mainframe Forums -> CLIST & REXX
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
antonrino.b

New User


Joined: 10 Jan 2006
Posts: 76
Location: Germany

PostPosted: Wed Jan 11, 2006 10:25 pm
Reply with quote

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
View user's profile Send private message
ofer71

Global Moderator


Joined: 27 Dec 2005
Posts: 2358
Location: Israel

PostPosted: Thu Jan 12, 2006 1:12 am
Reply with quote

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
View user's profile Send private message
Stefan

Active User


Joined: 12 Jan 2006
Posts: 110
Location: Germany

PostPosted: Fri Jan 13, 2006 3:35 pm
Reply with quote

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
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> CLIST & REXX

 


Similar Topics
Topic Forum Replies
No new posts Compile Several JCL JOB Through one r... CLIST & REXX 4
No new posts Using API Gateway from CICS program CICS 0
No new posts Running REXX through JOB CLIST & REXX 13
No new posts Error to read log with rexx CLIST & REXX 11
No new posts isfline didnt work in rexx at z/OS ve... CLIST & REXX 7
Search our Forums:

Back to Top