I have some question about the CICS instruction. When I execute
"EXEC CICS ADDRESS TWA(address of twa-area) END-EXEC"
instruction in COBOL program, I found the twa-area address is
x'FF000000'. And when I try to put the value into the field in twa-area,
I got response code '0C4'. Could anyone please explain to me why I
got the result likes this and how to solve this problem? Thank you in advance.
My environment is CICS4.1.0 and COBOL MVS.
Regards,
Wanida
The "address" you received indicates that there is no
TWA. Make sure that the TWA size is defined in the
transaction definition in CEDA.
Regards.
Corneel.
> ----------------------------------------------------------------------
> --------------------------
> Corneel Booysen
> Product Manager : CICS
> Data Centre Numerus
> SITA
> (012) 4210670
> 0825645097
>
>
>
> ----------
> From: Wanida Atiakkachai[SMTP:Wan...@SCBS.CO.TH]
> Reply To: CICS List
> Sent: Thursday, May 06, 1999 11:25 AM
> To: CIC...@UGA.CC.UGA.EDU
> Subject: CICS ADDRESS instruction
>..... When I execute "EXEC CICS ADDRESS TWA(address of twa-area) END-EXEC"
>instruction in COBOL program, I found the twa-area address is
>x'FF000000'.
This is CICS's way of telling you the TWA does NOT EXIST because
there was no TWAsize specified in the Transaction Definition.
Regards,
Gary
http://www.DebugCICS.com
The number one cause of computer problems is computer solutions.
-jc-
> -----Original Message-----
> From: Wanida Atiakkachai [SMTP:Wan...@SCBS.CO.TH]
> Sent: Thursday, May 06, 1999 4:26 AM
> To: CIC...@UGA.CC.UGA.EDU
> Subject: CICS ADDRESS instruction
>
> Hello All,
>
> I have some question about the CICS instruction. When I execute
> "EXEC CICS ADDRESS TWA(address of twa-area) END-EXEC"
> instruction in COBOL program, I found the twa-area address is
> Hello All,
>
> I have some question about the CICS instruction. When I execute
> "EXEC CICS ADDRESS TWA(address of twa-area) END-EXEC"
> instruction in COBOL program, I found the twa-area address is
> x'FF000000'.
Well, if CICS returns an address of X'FF000000', this means - There is no TWA.
Just check the TWA size by EXEC CICS ASSIGN TWALEN(xxxx), which will return 0
With kind regards
Volker Bandke
(BSP GmbH)
What does CICS mean? - Convience In Computer Service