Thread: CICS

What is a BMS map?

Started by Sam • user3 replies176 viewsLast activity 2 weeks ago
Post #1
0 votes
Sam
Reputation
5
Posts: 28
Joined: Jul 1, 2026, 2:30 PM
Posted: Jul 27, 2026, 8:44 AM

CICS tutorial mentions maps and BMS. Is that the screen layout? Do I draw it or code it?

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

BMS map = screen definition (fields, positions, attributes). You code map source (or use a painter), assemble it, and the program SEND / RECEIVE MAP.

Symbolic map gives you COBOL field names in LINKAGE or WORKING-STORAGE depending on how you set it up.

Post #3
1 votes
Anita
Reputation
118
Posts: 23
Joined: May 29, 2025, 12:45 PM
Posted: Jul 28, 2026, 11:44 AM

When the map and the program disagree on field sizes, weird ASRA stuff happens. Keep them in sync.

You must be signed in to reply to this thread