Thread: CICS

What is COMMAREA?

Started by Alex • user2 replies205 viewsLast activity 1 week ago
Post #1
0 votes
Alex
Reputation
8
Posts: 35
Joined: Jun 15, 2026, 9:20 AM
Posted: Aug 2, 2026, 9:32 AM

Saw DFHCOMMAREA in a CICS program. Is that how you pass data between transactions?

Post #2
0 votes
Dave
Reputation
356
Posts: 25
Joined: Jul 21, 2024, 2:55 PM
Posted: Aug 2, 2026, 10:32 AM

Classic way to pass a small blob of data on XCTL / LINK / RETURN TRANSID. Caller and callee must agree on the layout and length.

Channels and containers are the newer bigger-pipe option. You will still see COMMAREA everywhere in old code.

You must be signed in to reply to this thread