View previous topic :: View next topic
|
Author |
Message |
Arunkumar Chandrasekaran
New User

Joined: 01 Jun 2010 Posts: 63 Location: India
|
|
|
|
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 |
|
 |
enrico-sorichetti
Senior Moderator

Joined: 14 Mar 2007 Posts: 10714 Location: italy
|
|
|
|
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 |
|
 |
Arunkumar Chandrasekaran
New User

Joined: 01 Jun 2010 Posts: 63 Location: India
|
|
|
|
Thanks Enrico.
Apart from that is there any CEMT/CECI command to know the TWASIZE defined in PCT? |
|
Back to top |
|
 |
Abid Hasan
New User
Joined: 25 Mar 2013 Posts: 88 Location: India
|
|
|
|
Hello,
The 'TWasize' definition can be checked using 'CEDC View TRANSaction'; though sites generally restrict access to CEDC screens. |
|
Back to top |
|
 |
|