Author: enrico-sorichetti
Subject: Reply to: Difference between TWALENG and TWASIZE
Posted: Tue Jan 03, 2017 3:00 pm (GMT 5.5)
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 WOORK AREA LENGHT for language environment
_________________
cheers
enrico
When I tell somebody to RTFM or STFW I usually have the page open in another tab/window of my browser,
so that I am sure that the information requested can be reached with a very small effort Image may be NSFW.
Clik here to view.
Subject: Reply to: Difference between TWALENG and TWASIZE
Posted: Tue Jan 03, 2017 3:00 pm (GMT 5.5)
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 WOORK AREA LENGHT for language environment
_________________
cheers
enrico
When I tell somebody to RTFM or STFW I usually have the page open in another tab/window of my browser,
so that I am sure that the information requested can be reached with a very small effort Image may be NSFW.
Clik here to view.
