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

Difference between TWALENG and TWASIZE


IBM Mainframe Forums -> CICS
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Arunkumar Chandrasekaran

New User


Joined: 01 Jun 2010
Posts: 63
Location: India

PostPosted: Tue Jan 03, 2017 12:57 pm
Reply with quote

Hi,

What is the difference between TWALENG and TWASIZE.

We have setup a new tranaction. How do I know if TWA allocated for the new transaction and TWASIZE. Is there any CEMT/CECI commands?
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10872
Location: italy

PostPosted: Tue Jan 03, 2017 3:00 pm
Reply with quote

just the quirks of CICS namings

You define the TWA size using the TWASIZE construct,

You get the length of it using
EXEC CICS ASSIGN TWALENG(...)

but beware and do not confuse things
a TWALEN exists also but it refers to the
THREAD WORK AREA LENGTH for language environment
Back to top
View user's profile Send private message
Arunkumar Chandrasekaran

New User


Joined: 01 Jun 2010
Posts: 63
Location: India

PostPosted: Tue Jan 03, 2017 3:11 pm
Reply with quote

Thanks Enrico.

Apart from that is there any CEMT/CECI command to know the TWASIZE defined in PCT?
Back to top
View user's profile Send private message
Abid Hasan

New User


Joined: 25 Mar 2013
Posts: 88
Location: India

PostPosted: Tue Jan 03, 2017 3:25 pm
Reply with quote

Hello,

The 'TWasize' definition can be checked using 'CEDC View TRANSaction'; though sites generally restrict access to CEDC screens.
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 Timestamp difference and its average ... DB2 11
No new posts Difference when accessing dataset in ... JCL & VSAM 7
No new posts What is the difference between Taskty... Compuware & Other Tools 2
No new posts Difference between VALIDPROC and CHEC... DB2 3
No new posts Difference between CEE3250C and CEE3204S COBOL Programming 2
Search our Forums:

Back to Top