View previous topic :: View next topic |
Author |
Message |
Bhat_Sandeep Beginner
Joined: 22 Oct 2004 Posts: 3 Topics: 2
|
Posted: Fri Oct 22, 2004 6:36 am Post subject: TSQ Allocation to Auxillary device through CE commands |
|
|
Can Anyone tell me ,how to allocate TSQ through any of the CE commands? |
|
Back to top |
|
|
Mike Chantrey Intermediate
Joined: 10 Sep 2003 Posts: 234 Topics: 1 Location: Wansford
|
Posted: Fri Oct 22, 2004 9:46 am Post subject: |
|
|
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 |
|
|
gkb1278 Beginner
Joined: 15 Oct 2004 Posts: 8 Topics: 3 Location: Fort Worth, Texas
|
Posted: Mon Oct 25, 2004 2:50 pm Post subject: |
|
|
you'll also need to learn to use the "variables" portion of ceci for your record storage and field lengths. _________________ gkb1278 |
|
Back to top |
|
|
|
|