Thread: Java on z/OS

JZOS toolkit still the path for dataset I/O from Java?

Started by Nina • user3 replies109 viewsLast activity 3 weeks ago
Post #1
1 votes
Nina
Reputation
67
Posts: 6
Joined: Dec 3, 2025, 4:18 PM
Posted: Jul 20, 2026, 9:41 AM

Need a Java batch step on z/OS to read a FB file and write another. Team mentioned JZOS. Is that still what people use in 2026 or has something replaced it?

Post #2
0 votes
James
Reputation
524
Posts: 30
Joined: May 2, 2024, 8:00 AM
Posted: Jul 20, 2026, 2:41 PM

JZOS is still common for traditional dataset I/O from Java batch. Some newer work uses ZOAU from Python instead, or record I/O via other IBM libraries, but JZOS samples are what our Java-on-Z folks still copy.

Post #3
0 votes
Priya
Reputation
56
Posts: 17
Joined: Aug 17, 2025, 2:03 PM
Posted: Jul 21, 2026, 11:41 AM

We wrap JZOS in a tiny helper class so app code does not touch the low-level APIs directly. Helps when IBM shuffles packages.

You must be signed in to reply to this thread