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?
CICS tutorial mentions maps and BMS. Is that the screen layout? Do I draw it or code it?
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.
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