From 261e1cdc7b79ebf75ab781d74d4a8c0b2c17fff1 Mon Sep 17 00:00:00 2001 From: Martin Zeithaml Date: Mon, 10 Feb 2025 14:05:45 +0100 Subject: [PATCH 1/2] [V2] SZWESAMP MVS JCLs update Signed-off-by: Martin Zeithaml --- files/SZWESAMP/ZWEIMVS | 2 +- files/SZWESAMP/ZWEIMVS2 | 2 +- files/SZWESAMP/ZWERMVS | 2 +- files/SZWESAMP/ZWERMVS2 | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/files/SZWESAMP/ZWEIMVS b/files/SZWESAMP/ZWEIMVS index e8e4b6caef..ed2a8f91ee 100644 --- a/files/SZWESAMP/ZWEIMVS +++ b/files/SZWESAMP/ZWEIMVS @@ -16,7 +16,7 @@ //* "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', +//* Equal to 'zowe.setup.prefix' + 'SZWEAUTH', //* Then you must also run "ZWEIMVS2". //* //********************************************************************* diff --git a/files/SZWESAMP/ZWEIMVS2 b/files/SZWESAMP/ZWEIMVS2 index 93a3213a62..679ec06f88 100644 --- a/files/SZWESAMP/ZWEIMVS2 +++ b/files/SZWESAMP/ZWEIMVS2 @@ -14,7 +14,7 @@ //* This job is used to create the APF load library for an instance //* Of Zowe. It is not needed if your choosen 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 //* diff --git a/files/SZWESAMP/ZWERMVS b/files/SZWESAMP/ZWERMVS index 844e027dcf..3e387cdf8a 100644 --- a/files/SZWESAMP/ZWERMVS +++ b/files/SZWESAMP/ZWERMVS @@ -16,7 +16,7 @@ //* "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', +//* Equal to 'zowe.setup.prefix' + 'SZWEAUTH', //* Then you must also run "ZWERMVS2". //* //********************************************************************* diff --git a/files/SZWESAMP/ZWERMVS2 b/files/SZWESAMP/ZWERMVS2 index 266f60099a..c49cf3f6db 100644 --- a/files/SZWESAMP/ZWERMVS2 +++ b/files/SZWESAMP/ZWERMVS2 @@ -14,7 +14,7 @@ //* This job is used to remove the APF load library for an instance //* Of Zowe. It is not needed if your choosen 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 //* From e29724da5d14da72ec8e041b30f55b3c95ab6171 Mon Sep 17 00:00:00 2001 From: MarkAckert Date: Mon, 10 Feb 2025 14:25:39 -0500 Subject: [PATCH 2/2] minor formatting changes Signed-off-by: MarkAckert --- files/SZWESAMP/ZWEIMVS | 6 +++--- files/SZWESAMP/ZWEIMVS2 | 2 +- files/SZWESAMP/ZWERMVS | 6 +++--- files/SZWESAMP/ZWERMVS2 | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/files/SZWESAMP/ZWEIMVS b/files/SZWESAMP/ZWEIMVS index ed2a8f91ee..60e1ef702b 100644 --- a/files/SZWESAMP/ZWEIMVS +++ b/files/SZWESAMP/ZWEIMVS @@ -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' + 'SZWEAUTH', -//* 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 diff --git a/files/SZWESAMP/ZWEIMVS2 b/files/SZWESAMP/ZWEIMVS2 index 679ec06f88..4bfdf95117 100644 --- a/files/SZWESAMP/ZWEIMVS2 +++ b/files/SZWESAMP/ZWEIMVS2 @@ -12,7 +12,7 @@ //********************************************************************* //* //* 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' + 'SZWEAUTH'. //* diff --git a/files/SZWESAMP/ZWERMVS b/files/SZWESAMP/ZWERMVS index 3e387cdf8a..62ee3e103e 100644 --- a/files/SZWESAMP/ZWERMVS +++ b/files/SZWESAMP/ZWERMVS @@ -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' + 'SZWEAUTH', -//* 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 diff --git a/files/SZWESAMP/ZWERMVS2 b/files/SZWESAMP/ZWERMVS2 index c49cf3f6db..545b08d258 100644 --- a/files/SZWESAMP/ZWERMVS2 +++ b/files/SZWESAMP/ZWERMVS2 @@ -12,7 +12,7 @@ //********************************************************************* //* //* 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' + 'SZWEAUTH'. //*