mock/test windows 中的 java 程序如何 mock/test 大型机文件 I/O (JZOS)?

How to mock/test Mainframe file I/O (JZOS) for a java program in windows?

在开发 Java 程序以 read/process 并写入大型机文件时,如何在开发人员本地环境中测试此文件 i/o 功能(使用 JZOS 实用程序)(windows个人电脑)?

Is there a way to safely mock/test the file i/o feature in developers local environment rather than, every time moving the code to mainframe and test the file i/o feature ?

JZOS 有一个 file factory 可以在非 z/OS 平台上使用,只要文件名不是 MVS 数据集。