View previous topic :: View next topic
|
Author |
Message |
lakshmibala
New User
Joined: 16 Jun 2004 Posts: 47
|
|
|
|
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 |
|
|
imvs
New User
Joined: 12 May 2004 Posts: 33
|
|
|
|
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 |
|
|
lakshmibala
New User
Joined: 16 Jun 2004 Posts: 47
|
|
|
|
thanks for the reply .
bye
lakshmi.b |
|
Back to top |
|
|
badal
New User
Joined: 05 Sep 2004 Posts: 21
|
|
|
|
hai bala,
how to use this GET and PUT command in tdq?
plz send me the answers.
thank u. |
|
Back to top |
|
|
priya
Moderator
Joined: 24 Jul 2003 Posts: 568 Location: Bangalore
|
|
|
|
use this cpmmand:
CECI READQ TD QUEUE('ABCD') |
|
Back to top |
|
|
|