Post #1
0 votes
Jordan
Reputation
12
Posts: 32
Joined: May 2, 2026, 11:10 AM
Posted: Jul 24, 2026, 11:33 AM
I get batch COBOL + JCL. CICS is still a fog. Is it the thing that makes green screens work?
I get batch COBOL + JCL. CICS is still a fog. Is it the thing that makes green screens work?
CICS is the online transaction layer. User hits a transaction id, CICS runs your COBOL program, talks to files/DB2, sends a map (screen) back. Short-lived tasks, many users at once.
Batch = overnight jobs. CICS = daytime clicky / terminal work.
Maps are the screen layouts (BMS). That part confused me until I saw one painted in the map editor.
You must be signed in to reply to this thread