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


while developing java programs read/process & write mainframe files , how can file i/o functionality (using jzos utility) tested in developers local environment (windows pc) ?

is there way safely mock/test file i/o feature in developers local environment rather than, every time moving code mainframe , test file i/o feature ?

jzos has file factory can used on non z/os platforms long file name not mvs data set.


Comments

Popular posts from this blog

angular - DownloadURL return null in below code -

python 2.7 - Given three nested dictionaries, sort the top two nested dictionaries from a value in the innermost dictionary? -