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

What is the Command to see the output for TDQs in CICS


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

New User


Joined: 26 Jan 2007
Posts: 2
Location: Chennai

PostPosted: Tue Jan 30, 2007 3:23 am
Reply with quote

Hi all,
I am new to CICS..
I have coded the WRITEQ TD and READQ TD..
But i am enable to see the output i.e., whether it is successfully executed or not..
Please anyone of send the command how to view the output of TDQ in CICS environment..
Thanks in advance..
Back to top
View user's profile Send private message
William Thompson

Global Moderator


Joined: 18 Nov 2006
Posts: 3156
Location: Tucson AZ

PostPosted: Tue Jan 30, 2007 3:34 am
Reply with quote

If you wrote to TD and read from TD, it is gone, READQ TD is destructive (quote the FM: "READQ TD reads transient data from a queue (after which the record is no longer available).").
Did you get the expected results after reading the queue? If yes, it must have worked; if no, then it didn't.
If you want to just write to the queue there is (I think, I'm going to have to download another manual) a supplied transaction to browse the queue.
You could CEDF your terminal prior to running your transaction and follow the progress?
Back to top
View user's profile Send private message
ofer71

Global Moderator


Joined: 27 Dec 2005
Posts: 2358
Location: Israel

PostPosted: Tue Jan 30, 2007 9:49 am
Reply with quote

The best method is to use a debugger; Xpediter, for example, lets you browse queues content while the program is running.

O.
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 How to turn off 'ACTION' SDSF output ... TSO/ISPF 2
No new posts TRIM everything from input, output co... DFSORT/ICETOOL 1
No new posts RACF - Rebuild SETROPTS command which... All Other Mainframe Topics 3
No new posts Using API Gateway from CICS program CICS 0
No new posts Sortjoin and Search for a String and ... DFSORT/ICETOOL 1
Search our Forums:

Back to Top