Post #1
1 votes
Jordan
Reputation
12
Posts: 32
Joined: May 2, 2026, 11:10 AM
Posted: Aug 1, 2026, 10:08 AM
People say "that is batch" or "that is online." I think online means CICS screens and batch means JCL jobs overnight. Is that close enough?
People say "that is batch" or "that is online." I think online means CICS screens and batch means JCL jobs overnight. Is that close enough?
Close enough for week one.
Batch = job runs without a user sitting there, usually scheduled, reads/writes files or DB2, ends.
Online = interactive transaction, someone hits Enter, CICS runs a program, sends a map back.
Same COBOL skills show up in both. The runtime wrapper differs.
You must be signed in to reply to this thread