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

how to view records in tdq?


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

New User


Joined: 16 Jun 2004
Posts: 47

PostPosted: Sun Jun 20, 2004 12:27 pm
Reply with quote

hi,

how can we view records in tdq?
if it is in intra how?
else
if it is in extra how?

kindly give me in detail detail manner.

thanks®ards
lakshmi.b
Back to top
View user's profile Send private message
imvs

New User


Joined: 12 May 2004
Posts: 33

PostPosted: Sun Jun 20, 2004 11:25 pm
Reply with quote

lakshmibala,
For both type of queue's you can use CEBR transaction

To read the tdq contents start the CEBR transaction with an empty TSQ
use GET command to transfer the contents of TDQ to empty TSQ, this enables you to browse thw contents of TDQ.

After reading the TDQ contents again you have to transfer this contents back to TDQ by using PUT command
(beacuse reading of TDQ contents is a destructive one )
Back to top
View user's profile Send private message
lakshmibala

New User


Joined: 16 Jun 2004
Posts: 47

PostPosted: Mon Jun 21, 2004 10:09 am
Reply with quote

thanks for the reply .

bye
lakshmi.b
Back to top
View user's profile Send private message
badal

New User


Joined: 05 Sep 2004
Posts: 21

PostPosted: Wed Sep 08, 2004 10:14 pm
Reply with quote

hai bala,
how to use this GET and PUT command in tdq?
plz send me the answers.
thank u.
Back to top
View user's profile Send private message
priya

Moderator


Joined: 24 Jul 2003
Posts: 568
Location: Bangalore

PostPosted: Sat Sep 25, 2004 9:11 am
Reply with quote

use this cpmmand:

CECI READQ TD QUEUE('ABCD')
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 Compare only first records of the fil... SYNCSORT 7
No new posts Pulling a fixed number of records fro... DB2 2
No new posts SET PATH in View DDL DB2 2
No new posts REXX code to expand copybook in a cob... CLIST & REXX 2
No new posts Join multiple records using splice DFSORT/ICETOOL 5
Search our Forums:

Back to Top