CICSplex and CICS API commands.
-
- Posts: 15
- Joined: Sat Aug 21, 2010 11:03 am
- Skillset: System z technologies
- Referer: Google search
CICSplex and CICS API commands.
Are there any special precautions to be taken when developing CICS applications in a CICSplex as opposed to a (rare case ?) single CICS region in a given z/OS image ? Any EXEC CICS API where you would like to think twice ? How about the usage of work areas, especially CWA ? Or, TWA ?
-
- Posts: 15
- Joined: Sat Aug 21, 2010 11:03 am
- Skillset: System z technologies
- Referer: Google search
Re: CICSplex and CICS API commands.
My understanding is as follows - hopefully, not completely off my rocker !
CWA is specific to a region and therefore, other regions in the CICSplex wouldn't know about the CWA of a given region. Therefore, a given application that runs on different regions cannot share the CWA that is specific to a region. So, if using a CWA, then the CWA should be loaded once and only once across all regions and applications have read only access (EXECKEY(USER) ?)
Whereas, TWA is limited to a given transaction alone; that is, TWA was not designed to be shared across transactions but within a transaction. So, running in different regions should be fine.
CWA is specific to a region and therefore, other regions in the CICSplex wouldn't know about the CWA of a given region. Therefore, a given application that runs on different regions cannot share the CWA that is specific to a region. So, if using a CWA, then the CWA should be loaded once and only once across all regions and applications have read only access (EXECKEY(USER) ?)
Whereas, TWA is limited to a given transaction alone; that is, TWA was not designed to be shared across transactions but within a transaction. So, running in different regions should be fine.
-
- Similar Topics
- Replies
- Views
- Last post
-
-
Using nice/renice commands on USS leading to MSG FSUMF022
by Marcels68 » Sat Oct 12, 2024 4:02 pm » in Operating Systems - 0
- 1807
-
by Marcels68
View the latest post
Sat Oct 12, 2024 4:02 pm
-
-
- 1
- 2059
-
by prino
View the latest post
Mon Sep 05, 2022 2:12 am
-
- 1
- 1717
-
by rogerstrycova
View the latest post
Tue Sep 14, 2021 8:58 pm
-
- 5
- 2628
-
by sergeyken
View the latest post
Thu Sep 19, 2024 5:06 pm
-
- 0
- 2042
-
by powerhawk
View the latest post
Wed Mar 13, 2024 1:29 pm