Skip to content

Execute the build on a ZIIP. #462

Discussion options

You must be logged in to vote

I have found a solution to the excessive CP usage when using JCLExec.saveOutput, instead of going through JES everytime I just altered my JCL slightly to store the output of the JCL in a dataset and then using CopyToHFS I have had a decrease of over 1000% in CP time, now also most of the time the ZIIP is used. The total build time is also like 12 minutes instead of 2 hours so very time efficient as well (for 920 files that needed to be copied). My guess is that CopyToHFS is a more CP efficient way of getting output from z/OS then the JCLExec.saveOutput because it doesn't use JES or SDSF, this may also be something that is fixed by the JobExec class but because we can't upgrade yet I had t…

Replies: 3 comments 9 replies

Comment options

You must be logged in to vote
3 replies
@DylanVermeersch
Comment options

@dennis-behm
Comment options

@DylanVermeersch
Comment options

Comment options

You must be logged in to vote
6 replies
@FALLAI-Denis
Comment options

@DylanVermeersch
Comment options

@DylanVermeersch
Comment options

@dennis-behm
Comment options

@DylanVermeersch
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by DylanVermeersch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #461 on December 18, 2023 13:21.