Skip to content

Commit

Permalink
[V2] SZWESAMP MVS JCLs update (#4183)
Browse files Browse the repository at this point in the history
* [V2] SZWESAMP MVS JCLs update

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

* minor formatting changes

Signed-off-by: MarkAckert <[email protected]>

---------

Signed-off-by: Martin Zeithaml <[email protected]>
Signed-off-by: MarkAckert <[email protected]>
Co-authored-by: MarkAckert <[email protected]>
Co-authored-by: Mark Ackert <[email protected]>
  • Loading branch information
3 people authored Feb 10, 2025
1 parent 501f4a1 commit 357e32e
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions files/SZWESAMP/ZWEIMVS
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
//* Instances represent a configuration of Zowe, different from the
//* "runtime" datasets that are created upon install of Zowe / SMPE.
//*
//* If your choosen value of 'zowe.setup.dataset.authLoadlib' is not
//* Equal to 'zowe.setup.prefix' + 'SZWELOAD',
//* Then you must also run "ZWEIMVS2".
//* If your chosen value of 'zowe.setup.dataset.authLoadlib' is not
//* equal to 'zowe.setup.prefix' + 'SZWEAUTH',
//* then you must also run "ZWEIMVS2".
//*
//*********************************************************************
//MKPDSE EXEC PGM=IKJEFT01
Expand Down
4 changes: 2 additions & 2 deletions files/SZWESAMP/ZWEIMVS2
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
//*********************************************************************
//*
//* This job is used to create the APF load library for an instance
//* Of Zowe. It is not needed if your choosen value of
//* of Zowe. It is not needed if your chosen value of
//* 'zowe.setup.dataset.authLoadlib' is equal to
//* 'zowe.setup.prefix' + 'SZWELOAD'.
//* 'zowe.setup.prefix' + 'SZWEAUTH'.
//*
//* When running this job, you should also run ZWEIMVS
//*
Expand Down
6 changes: 3 additions & 3 deletions files/SZWESAMP/ZWERMVS
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
//* Instances represent a configuration of Zowe, different from the
//* "runtime" datasets that are created upon install of Zowe / SMPE.
//*
//* If your choosen value of 'zowe.setup.dataset.authLoadlib' is not
//* Equal to 'zowe.setup.prefix' + 'SZWELOAD',
//* Then you must also run "ZWERMVS2".
//* If your chosen value of 'zowe.setup.dataset.authLoadlib' is not
//* equal to 'zowe.setup.prefix' + 'SZWEAUTH',
//* then you must also run "ZWERMVS2".
//*
//*********************************************************************
//RMPDSE EXEC PGM=IKJEFT01
Expand Down
4 changes: 2 additions & 2 deletions files/SZWESAMP/ZWERMVS2
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
//*********************************************************************
//*
//* This job is used to remove the APF load library for an instance
//* Of Zowe. It is not needed if your choosen value of
//* of Zowe. It is not needed if your chosen value of
//* 'zowe.setup.dataset.authLoadlib' is equal to
//* 'zowe.setup.prefix' + 'SZWELOAD'.
//* 'zowe.setup.prefix' + 'SZWEAUTH'.
//*
//* When running this job, you should also run ZWERMVS
//*
Expand Down

0 comments on commit 357e32e

Please sign in to comment.