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

What is workarea in cics


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

New User


Joined: 11 May 2005
Posts: 22

PostPosted: Fri Oct 14, 2005 4:39 pm
Reply with quote

Hi All,

What is wordarea in cics...

Thanking you.
Back to top
View user's profile Send private message
Sridevi_C

Active User


Joined: 22 Sep 2005
Posts: 104
Location: Concord, New Hampshire, USA.

PostPosted: Fri Oct 14, 2005 7:32 pm
Reply with quote

Hi,
Are you looking for Transaction work area or Common work area or what? Please refer manual before posting your question. You will get more info too.
Regards,
Sridevi.
Back to top
View user's profile Send private message
johnsingh

New User


Joined: 11 May 2005
Posts: 22

PostPosted: Sat Oct 15, 2005 5:08 pm
Reply with quote

Hi all,

Sorry, it is both ie transaction work area and Common work area. Waiting yours reply.

Thanking you
Back to top
View user's profile Send private message
mallikiran

New User


Joined: 07 Sep 2005
Posts: 49

PostPosted: Thu Oct 20, 2005 4:24 pm
Reply with quote

This link should be helpful:
ibmmainframes.com/viewtopic.php?t=5998
Back to top
View user's profile Send private message
paulstephen

New User


Joined: 20 Oct 2005
Posts: 20
Location: Chennai

PostPosted: Thu Oct 20, 2005 5:32 pm
Reply with quote

Actually this area can be used to pass values between cics applications.
Equivalent to PARM in JCL
Back to top
View user's profile Send private message
bvenu
Warnings : 1

New User


Joined: 17 Aug 2005
Posts: 7

PostPosted: Sat Oct 22, 2005 1:35 pm
Reply with quote

common work area is using for transfer the data from one program to another program.
Back to top
View user's profile Send private message
dewrid

New User


Joined: 28 Oct 2005
Posts: 4

PostPosted: Fri Oct 28, 2005 7:57 pm
Reply with quote

The transaction work area is region of memry which is assigned to each task in CICS region. If you are using pseudo-conversation, programs are swapped in and out of memory keeping the working storage for each task stored in its assigned TWA. That way, all programs can run without putting their working storage in risk of getting corrupted by other tasks. Thanks.
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 Using API Gateway from CICS program CICS 0
No new posts Calling an Open C library function in... CICS 1
No new posts How to 'Ping' a CICS region in JCL CICS 2
No new posts Parallelization in CICS to reduce res... CICS 4
No new posts How to avoid duplicating a CICS Web S... CICS 0
Search our Forums:

Back to Top