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 

To Increase TSQ length in CICS

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


Joined: 17 Jan 2004
Posts: 1
Topics: 1

PostPosted: Sat Jan 17, 2004 4:32 am    Post subject: To Increase TSQ length in CICS Reply with quote

I am using TSQ in a CICS program. As a new requirement the length of the TSQ has to be changed. In the program I am not assigning any value for the length of the TSQ, but the Queue is assigned a value of 4096. How can I change the size of the TSQ? The size of the queue has to be increased to 7000.
Back to top
View user's profile Send private message
kolusu
Site Admin
Site Admin


Joined: 26 Nov 2002
Posts: 12378
Topics: 75
Location: San Jose

PostPosted: Sat Jan 17, 2004 11:46 am    Post subject: Reply with quote

Smartsi,


Just define a variable S9(04) COMP and specify the length of the data to be written on the WRITEQ TS command.

check this link for WRITEQ TS command

http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/DFHJAP4A/1.268?SHELF=DFHJSH0B&DT=20020415112801


Hope this helps...

Cheers

kolusu
_________________
Kolusu
www.linkedin.com/in/kolusu
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Mike Chantrey
Intermediate


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

PostPosted: Mon Jan 19, 2004 9:07 am    Post subject: Reply with quote

If you are currently not specifying a length, this probably means the CICS translator is generating it for you. E.g. for COBOL II or later, it will use the expression 'LENGTH OF variable-name', which is then understood by the compiler and the correct length substituted. If you change the length of the variable you are writing to the desired value, the compiler will automatically generate the new correct length value, without you having to explicitly specify LENGTH() on the WRITEQ TS.
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