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

Error is using the aquired memory in TWA


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

New User


Joined: 09 May 2005
Posts: 51
Location: Singapore

PostPosted: Sun Jun 04, 2006 7:53 am
Reply with quote

Hi All,

I aquire the memory in TWA using the command

Code:
EXEC CICS     
ADDRESS TWA (ADDRESS OF TWA-AREA)    
END-EXEC.


When using the TWA-AREA i am getting ASRA abend.

EIBRESP is NORMAL. I tried displaying the address of TWA-AREA to make sure that it is not returning null. It displays some value and not null.

I am using this CICSPLEX environment.

Thanks in advance,
Vivek
Back to top
View user's profile Send private message
mallikiran

New User


Joined: 07 Sep 2005
Posts: 49

PostPosted: Thu Jun 08, 2006 7:32 pm
Reply with quote

Are you trying to put data beyond the length of the TWA size?
Back to top
View user's profile Send private message
rashmi.ranjan75

New User


Joined: 20 Feb 2006
Posts: 34

PostPosted: Thu Jun 08, 2006 7:47 pm
Reply with quote

if you are trying to put data beyond the size of twa defined for the transaction then you could get this problem.
Back to top
View user's profile Send private message
kvivek

New User


Joined: 09 May 2005
Posts: 51
Location: Singapore

PostPosted: Sun Jun 11, 2006 1:07 pm
Reply with quote

Thanks for your reply.

No I am not trying to use the TWA memory beyond the aquired memory.

The same code with similar TRAN definition is working fine in normal CICS environment.

Now we are using CICSPLEX environment. We are facing this error only in CICSPLEX environment.

Thanks,
Vivek
Back to top
View user's profile Send private message
mallikiran

New User


Joined: 07 Sep 2005
Posts: 49

PostPosted: Mon Jun 12, 2006 7:13 pm
Reply with quote

Can you check using CEDC if the TWA size is the same as before. Sorry, can't think of any other reason why it would abend.
Back to top
View user's profile Send private message
kvivek

New User


Joined: 09 May 2005
Posts: 51
Location: Singapore

PostPosted: Tue Jun 13, 2006 9:03 pm
Reply with quote

Thanks mallikiran.

But TWA still remains the same. Hope it will not change after definition.

Anyone working in CICSPLEX?

Thanks,
Vivek
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 Error to read log with rexx CLIST & REXX 11
No new posts Error when install DB2 DB2 2
No new posts CLIST - Virtual storage allocation error CLIST & REXX 5
No new posts Error while running web tool kit REXX... CLIST & REXX 5
No new posts Getting Error while trying to establi... DB2 3
Search our Forums:

Back to Top