MVSFORUMS.com Forum Index MVSFORUMS.com
A Community of and for MVS Professionals
 
 FAQFAQ   SearchSearch   Quick Manuals   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

TSQ Allocation to Auxillary device through CE commands

 
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> CICS and Middleware
View previous topic :: View next topic  
Author Message
Bhat_Sandeep
Beginner


Joined: 22 Oct 2004
Posts: 3
Topics: 2

PostPosted: Fri Oct 22, 2004 6:36 am    Post subject: TSQ Allocation to Auxillary device through CE commands Reply with quote

Can Anyone tell me ,how to allocate TSQ through any of the CE commands?
Back to top
View user's profile Send private message Yahoo Messenger
Mike Chantrey
Intermediate


Joined: 10 Sep 2003
Posts: 234
Topics: 1
Location: Wansford

PostPosted: Fri Oct 22, 2004 9:46 am    Post subject: Reply with quote

Try
CECI WRITEQ TS
and this will show you the parameters you can specify and allow you to execute the command when you have specified them correctly.

For example, to write the single data item 'QUEUE DATA' to TSQ 'MYQUEUE':

CECI WRITEQ TS QUEUE('MYQUEUE') FROM('QUEUE DATA')

For the full syntax of WRITEQ TS and the other CICS commands, see the 'CICS Application Programmer Reference' manual for your release of CICS, which is available via this board's 'manuals' link.

If you want to browse an existing TSQ, you can use the CEBR transaction to look at a screenful of records at once.
Back to top
View user's profile Send private message
gkb1278
Beginner


Joined: 15 Oct 2004
Posts: 8
Topics: 3
Location: Fort Worth, Texas

PostPosted: Mon Oct 25, 2004 2:50 pm    Post subject: Reply with quote

you'll also need to learn to use the "variables" portion of ceci for your record storage and field lengths.
_________________
gkb1278
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> CICS and Middleware All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


MVSFORUMS
Powered by phpBB © 2001, 2005 phpBB Group