Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simplify zwe init stc #4197

Open
wants to merge 1 commit into
base: user/markackert/feat-v3-jcl-rebase
Choose a base branch
from

Conversation

Martin-Zeithaml
Copy link
Contributor

@Martin-Zeithaml Martin-Zeithaml commented Feb 18, 2025

Following simplifications were made:

  • ZWEISTC is using IKJEFT01 & REPRO
    • No need to change target names as done for IEBCOPY before
    • PROCLIB allocated with DISP=SHR
  • Defaults are not checked

Note: this is for ZWEGEN00, the record must fit into 80 chars:

//STCZOWE DD DISP=SHR,
// DSN=&PROCLIB.({zowe.setup.security.stcs.zowe})

As the first template variable is changed, the result will not fit into 80 chars:

//STCZOWE DD DISP=SHR,
// DSN={zowe.setup.dataset.proclib}.({zowe.setup.security.stcs.zowe})
----+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8
// DSN=----+----1----+----2----+----3----+----4----.({zowe.setup.security.stcs.zowe})

Testing in progress...

Signed-off-by: Martin Zeithaml <[email protected]>
Copy link

github-actions bot commented Feb 18, 2025

build 7032 SUCCEEDED.
Link to workflow run: https://github.com/zowe/zowe-install-packaging/actions/runs/13391253965

@Martin-Zeithaml Martin-Zeithaml changed the title [DO NOT MERGE] Simplify zweinit stc [DO NOT MERGE] Simplify zwe init stc Feb 18, 2025
@Martin-Zeithaml Martin-Zeithaml changed the title [DO NOT MERGE] Simplify zwe init stc Simplify zwe init stc Feb 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

Successfully merging this pull request may close these issues.

2 participants