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

how we are using the TSQ in application programs? explain wi


IBM Mainframe Forums -> CICS
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
vbhat

New User


Joined: 29 Apr 2005
Posts: 38

PostPosted: Wed Jun 08, 2005 3:14 pm
Reply with quote

how we are using the TSQ in application programs? explain with an example

can any one explain me

thanks


vbhat
Back to top
View user's profile Send private message
senthilkumar selvaraju

New User


Joined: 30 May 2005
Posts: 16

PostPosted: Wed Jun 08, 2005 4:27 pm
Reply with quote

EXEC CICS
READQ TS
QUEUE (WS-QUEUE-NAME)
INTO (LIFE-CYCLE-REC)
LENGTH (WS-TSQ-LENGTH)
ITEM (WS-ITEM-NUM)
RESP (CICS-RESPONSE)
END-EXEC.

this is the tsq read command. The tsq coding is as same as ordinary read/write command in in application program. Could you please send if you need some more clarification
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 -> CICS

 


Similar Topics
Topic Forum Replies
No new posts 10 byte RBA conversion -non applicati... JCL & VSAM 1
No new posts DB2 Event passed to the Application P... DB2 1
No new posts Fetch data from programs execute (dat... DB2 3
No new posts Passing Parameters to Programs Invoke... PL/I & Assembler 5
No new posts DB2 Statistics - Using EXPLAIN and qu... DB2 1
Search our Forums:

Back to Top