From ae57bda59902cac589cfad7ad601afb9521174c7 Mon Sep 17 00:00:00 2001 From: ojcelis <84936499+ojcelis@users.noreply.github.com> Date: Thu, 30 Nov 2023 14:14:51 -0500 Subject: [PATCH] Updates on new v3 FMID (#3650) * update to accomodate new v3 FMID Signed-off-by: ojcelis * revert changes on the README Signed-off-by: ojcelis --------- Signed-off-by: ojcelis Co-authored-by: Mark Ackert <35308966+MarkAckert@users.noreply.github.com> --- smpe/bld/{AZWE002.htm => AZWE003.htm} | 89 ++-- smpe/bld/SMPMCS.txt | 4 +- smpe/bld/service/promoted-apar.txt | 42 -- smpe/bld/service/promoted-close.txt | 629 -------------------------- smpe/bld/service/promoted-hold.txt | 390 ---------------- smpe/bld/service/promoted-ptf.txt | 28 -- smpe/bld/service/ptf-bucket.txt | 24 - 7 files changed, 46 insertions(+), 1160 deletions(-) rename smpe/bld/{AZWE002.htm => AZWE003.htm} (96%) delete mode 100644 smpe/bld/service/promoted-apar.txt delete mode 100644 smpe/bld/service/promoted-close.txt delete mode 100644 smpe/bld/service/promoted-hold.txt delete mode 100644 smpe/bld/service/promoted-ptf.txt delete mode 100644 smpe/bld/service/ptf-bucket.txt diff --git a/smpe/bld/AZWE002.htm b/smpe/bld/AZWE003.htm similarity index 96% rename from smpe/bld/AZWE002.htm rename to smpe/bld/AZWE003.htm index 724b3fc1a1..b6689a4468 100644 --- a/smpe/bld/AZWE002.htm +++ b/smpe/bld/AZWE003.htm @@ -1,5 +1,4 @@ - Zowe Program Directory @@ -9,15 +8,15 @@

Program Directory for
Zowe Open Source Project

-

0.0.2

+

0.0.3

-

FMID AZWE002

+

FMID AZWE003

for use with
z/OS 2.3.0 or later

-

Document Date: April 2022

+

Document Date: March 2024

 
@@ -25,7 +24,7 @@

Before using this information and the product it supports, be sure to read the general information under "Notices". -

Copyright Contributors to the Zowe Project. 2019, 2022 +

Copyright Contributors to the Zowe Project. 2019, 2022, 2024


Table of Contents

Figures

Introduction
@@ -140,7 +139,7 @@


Zowe FMIDs

Zowe consists of the following FMIDs:

-
AZWE002 +
AZWE003

Program Materials

Basic Machine-Readable Materials are materials that are supplied @@ -236,7 +235,7 @@

PTFs that have been incorporated into the program.

Program Level Information

All APARs of previous releases of Zowe that were resolved -before April 2022 have been incorporated into Zowe. +before March 2024 have been incorporated into Zowe.


Service Level Information

No PTFs against this release of Zowe have been incorporated into the product package. @@ -932,7 +931,7 @@


Blks -hlq.ZOWE.AZWE002.F1 +hlq.ZOWE.AZWE003.F1 U PDSE FB @@ -940,7 +939,7 @@

7 N/A -hlq.ZOWE.AZWE002.F2 +hlq.ZOWE.AZWE003.F2 U PDSE FB @@ -948,7 +947,7 @@

13 N/A -hlq.ZOWE.AZWE002.F3 +hlq.ZOWE.AZWE003.F3 U PDSE U @@ -956,7 +955,7 @@

41 N/A -hlq.ZOWE.AZWE002.F4 +hlq.ZOWE.AZWE003.F4 U PDSE VB @@ -964,7 +963,7 @@

10722 N/A -hlq.ZOWE.AZWE002.SMPMCS +hlq.ZOWE.AZWE003.SMPMCS U SEQ FB @@ -1055,13 +1054,13 @@

  • Run REPORT CROSSZONE

    Allocate file system to hold web download package

    -

    These instructions are also in the AZWE002.readme.txt file that you +

    These instructions are also in the AZWE003.readme.txt file that you downloaded from the web.

    The SMP/E input data sets to install Zowe Open Source Project are provided as -compressed files in AZWE002.pax.Z, which must be uploaded to z/OS as a +compressed files in AZWE003.pax.Z, which must be uploaded to z/OS as a z/OS UNIX file. You can either create a new z/OS UNIX file system (zFS) or create a new directory in an existing file system to place -AZWE002.pax.Z. +AZWE003.pax.Z.

    You can use the following sample JCL to create a new file system, and directory, for the download package. @@ -1113,9 +1112,9 @@

    Expected Return Codes and Messages: You will receive a return code of 0 if this job runs correctly.

    Upload the web download package to the host

    -

    These instructions are also in the AZWE002.readme.txt file that you +

    These instructions are also in the AZWE003.readme.txt file that you downloaded from the web. -

    Upload the AZWE002.readme.txt file in text format and the AZWE002.pax.Z file +

    Upload the AZWE003.readme.txt file in text format and the AZWE003.pax.Z file in binary format from your workstation to the z/OS UNIX file system.

    In the following sample dialog, we use FTP from a Microsoft Windows command line to do the transfer. Commands or other information entered @@ -1155,26 +1154,26 @@

    250 HFS directory @zfs_path@ is the current working directory ftp> ascii 200 Representation type is Ascii NonPrint -ftp> put d:\AZWE002.readme.txt +ftp> put d:\AZWE003.readme.txt 200 Port request OK. -125 Storing data set @zfs_path@/AZWE002.readme.txt +125 Storing data set @zfs_path@/AZWE003.readme.txt 250 Transfer completed successfully. ftp: 9412 bytes sent in 0.01 sec. (1366.67 Kb/s) ftp> binary 200 Representation type is Image -ftp> put d:\AZWE002.pax.Z +ftp> put d:\AZWE003.pax.Z 200 Port request OK. -125 Storing data set @zfs_path@/AZWE002.pax.Z +125 Storing data set @zfs_path@/AZWE003.pax.Z 250 Transfer completed successfully. ftp: 481549824 bytes sent in 1.26 sec. (1040.52 Kb/s) ftp> quit 221 Quit command received. Goodbye.

    Extract and expand the compressed SMPMCS and RELFILEs

    -

    These instructions are also in the AZWE002.readme.txt file that you +

    These instructions are also in the AZWE003.readme.txt file that you downloaded from the web. -

    The AZWE002.readme.txt file uploaded in the previous step holds a sample +

    The AZWE003.readme.txt file uploaded in the previous step holds a sample JCL to expand the compressed SMPMCS and RELFILEs from the uploaded -AZWE002.pax.Z file into data sets for use by the SMP/E RECEIVE job. The +AZWE003.pax.Z file into data sets for use by the SMP/E RECEIVE job. The JCL is repeated here for your convenience.

    • @zfs_path@ matches the variable you specified in the previous step. @@ -1215,7 +1214,7 @@

      //SYSTSPRT DD SYSOUT=* //SYSTSIN DD * oshell cd @zfs_path@/ ; + - pax -rvf AZWE002.pax.Z + pax -rvf AZWE003.pax.Z //* //GIMUNZIP EXEC PGM=GIMUNZIP,REGION=0M,COND=(0,LT) //*STEPLIB DD DISP=SHR,DSN=SYS1.MIGLIB @@ -1227,16 +1226,16 @@

      // PATH='@zfs_path@/' //SYSIN DD *
      <GIMUNZIP>
      -<ARCHDEF archid="AZWE002.SMPMCS"
      -         newname="@PREFIX@.ZOWE.AZWE002.SMPMCS"/>
      -<ARCHDEF archid="AZWE002.F1"
      -         newname="@PREFIX@.ZOWE.AZWE002.F1"/>
      -<ARCHDEF archid="AZWE002.F2"
      -         newname="@PREFIX@.ZOWE.AZWE002.F2"/>
      -<ARCHDEF archid="AZWE002.F3"
      -         newname="@PREFIX@.ZOWE.AZWE002.F3"/>
      -<ARCHDEF archid="AZWE002.F4"
      -         newname="@PREFIX@.ZOWE.AZWE002.F4"/>
      +<ARCHDEF archid="AZWE003.SMPMCS"
      +         newname="@PREFIX@.ZOWE.AZWE003.SMPMCS"/>
      +<ARCHDEF archid="AZWE003.F1"
      +         newname="@PREFIX@.ZOWE.AZWE003.F1"/>
      +<ARCHDEF archid="AZWE003.F2"
      +         newname="@PREFIX@.ZOWE.AZWE003.F2"/>
      +<ARCHDEF archid="AZWE003.F3"
      +         newname="@PREFIX@.ZOWE.AZWE003.F3"/>
      +<ARCHDEF archid="AZWE003.F4"
      +         newname="@PREFIX@.ZOWE.AZWE003.F4"/>
       </GIMUNZIP>
       //*
       

      Sample Jobs

      @@ -1254,43 +1253,43 @@

      ZWE1SMPE SMP/E Sample job to create an SMP/E environment (optional) -ZOWE.AZWE002.F1 +ZOWE.AZWE003.F1 ZWE2RCVE RECEIVE Sample SMP/E RECEIVE job -ZOWE.AZWE002.F1 +ZOWE.AZWE003.F1 ZWE3ALOC ALLOCATE Sample job to allocate target and distribution libraries -ZOWE.AZWE002.F1 +ZOWE.AZWE003.F1 ZWE4ZFS ALLOMZFS Sample job to allocate, create mountpoint, and mount zFS data sets -ZOWE.AZWE002.F1 +ZOWE.AZWE003.F1 ZWE5MKD MKDIR Sample job to invoke the supplied ZWEMKDIR EXEC to allocate file system paths -ZOWE.AZWE002.F1 +ZOWE.AZWE003.F1 ZWE6DDEF DDDEF Sample job to define SMP/E DDDEFs -ZOWE.AZWE002.F1 +ZOWE.AZWE003.F1 ZWE7APLY APPLY Sample SMP/E APPLY job -ZOWE.AZWE002.F1 +ZOWE.AZWE003.F1 ZWE8ACPT ACCEPT Sample SMP/E ACCEPT job -ZOWE.AZWE002.F1 +ZOWE.AZWE003.F1 Note: When Zowe is downloaded from the web, the RELFILE data set name will be prefixed by your chosen high level qualifier, as @@ -1307,7 +1306,7 @@

      parameters to uppercase values to meet the requirements of your site.
      //STEP1    EXEC PGM=IEBCOPY
       //SYSPRINT DD SYSOUT=*
      -//IN       DD DSN=ZOWE.AZWE002.F1,
      +//IN       DD DSN=ZOWE.AZWE003.F1,
       //            DISP=SHR,
       //*           VOL=SER=filevol,
       //            UNIT=SYSALLDA
      @@ -1586,7 +1585,7 @@ 

      other companies.

      Reader's Comments

      -

      Program Directory for Zowe Open Source Project, April 2022 +

      Program Directory for Zowe Open Source Project, March 2024

      We appreciate your input on this publication. Feel free to comment on the clarity, accuracy, and completeness of the information or give us diff --git a/smpe/bld/SMPMCS.txt b/smpe/bld/SMPMCS.txt index afa140f371..15537044f3 100755 --- a/smpe/bld/SMPMCS.txt +++ b/smpe/bld/SMPMCS.txt @@ -17,8 +17,8 @@ */ . ++VER(Z038) /* zOS */ - SUP(AZWE001) - DELETE(AZWE001) + SUP(AZWE001 AZWE002) + DELETE(AZWE001 AZWE002) . ++SAMP(ZWEMKDIR) SYSLIB(SZWESAMP) DISTLIB(AZWESAMP) RELFILE(1) . ++SAMP(ZWE1SMPE) SYSLIB(SZWESAMP) DISTLIB(AZWESAMP) RELFILE(1) . diff --git a/smpe/bld/service/promoted-apar.txt b/smpe/bld/service/promoted-apar.txt deleted file mode 100644 index eda8068aeb..0000000000 --- a/smpe/bld/service/promoted-apar.txt +++ /dev/null @@ -1,42 +0,0 @@ -IO29289 -IO29290 -IO29291 -IO29286 -IO29287 -IO29288 -IO29185 -IO29186 -IO29187 -IO29182 -IO29183 -IO29184 -IO29174 -IO29175 -IO29176 -IO29092 -IO29093 -IO29094 -IO29089 -IO29090 -IO29091 -IO29086 -IO29087 -IO29088 -IO29009 -IO29010 -IO29011 -IO29006 -IO29007 -IO29008 -IO28898 -IO28899 -IO28904 -IO28896 -IO28897 -IO28903 -IO28861 -IO28862 -IO28866 -IO28859 -IO28860 -IO28865 \ No newline at end of file diff --git a/smpe/bld/service/promoted-close.txt b/smpe/bld/service/promoted-close.txt deleted file mode 100644 index 1a8d92b9ca..0000000000 --- a/smpe/bld/service/promoted-close.txt +++ /dev/null @@ -1,629 +0,0 @@ - IO29289 - - PROBLEM SUMMARY: - **************************************************************** - * USERS AFFECTED: All Zowe users * - **************************************************************** - * PROBLEM DESCRIPTION: Update Zowe FMID AZWE002 to match the * - * community release * - **************************************************************** - * RECOMMENDATION: Apply provided service * - **************************************************************** - The Zowe community version was updated to 2.12.0. - This PTF provides the community changes in SMP/E format. - Follow this link for more details on the community changes: - https://docs.zowe.org/stable/ - - IO29290 - - PROBLEM SUMMARY: - **************************************************************** - * USERS AFFECTED: All Zowe users * - **************************************************************** - * PROBLEM DESCRIPTION: Update Zowe FMID AZWE002 to match the * - * community release * - **************************************************************** - * RECOMMENDATION: Apply provided service * - **************************************************************** - The Zowe community version was updated to 2.12.0. - This PTF provides the community changes in SMP/E format. - Follow this link for more details on the community changes: - https://docs.zowe.org/stable/ - - IO29291 - - PROBLEM SUMMARY: - **************************************************************** - * USERS AFFECTED: All Zowe users * - **************************************************************** - * PROBLEM DESCRIPTION: Update Zowe FMID AZWE002 to match the * - * community release * - **************************************************************** - * RECOMMENDATION: Apply provided service * - **************************************************************** - The Zowe community version was updated to 2.12.0. - This PTF provides the community changes in SMP/E format. - Follow this link for more details on the community changes: - https://docs.zowe.org/stable/ - - IO29286 - - PROBLEM SUMMARY: - **************************************************************** - * USERS AFFECTED: All Zowe users * - **************************************************************** - * PROBLEM DESCRIPTION: Update Zowe FMID AZWE002 to match the * - * community release * - **************************************************************** - * RECOMMENDATION: Apply provided service * - **************************************************************** - The Zowe community version was updated to 2.11.0. - This PTF provides the community changes in SMP/E format. - Follow this link for more details on the community changes: - https://docs.zowe.org/stable/ - - IO29287 - - PROBLEM SUMMARY: - **************************************************************** - * USERS AFFECTED: All Zowe users * - **************************************************************** - * PROBLEM DESCRIPTION: Update Zowe FMID AZWE002 to match the * - * community release * - **************************************************************** - * RECOMMENDATION: Apply provided service * - **************************************************************** - The Zowe community version was updated to 2.11.0. - This PTF provides the community changes in SMP/E format. - Follow this link for more details on the community changes: - https://docs.zowe.org/stable/ - - IO29288 - - PROBLEM SUMMARY: - **************************************************************** - * USERS AFFECTED: All Zowe users * - **************************************************************** - * PROBLEM DESCRIPTION: Update Zowe FMID AZWE002 to match the * - * community release * - **************************************************************** - * RECOMMENDATION: Apply provided service * - **************************************************************** - The Zowe community version was updated to 2.11.0. - This PTF provides the community changes in SMP/E format. - Follow this link for more details on the community changes: - https://docs.zowe.org/stable/ - - IO29185 - - PROBLEM SUMMARY: - **************************************************************** - * USERS AFFECTED: All Zowe users * - **************************************************************** - * PROBLEM DESCRIPTION: Update Zowe FMID AZWE002 to match the * - * community release * - **************************************************************** - * RECOMMENDATION: Apply provided service * - **************************************************************** - The Zowe community version was updated to 2.10.0. - This PTF provides the community changes in SMP/E format. - Follow this link for more details on the community changes: - https://docs.zowe.org/stable/ - - IO29186 - - PROBLEM SUMMARY: - **************************************************************** - * USERS AFFECTED: All Zowe users * - **************************************************************** - * PROBLEM DESCRIPTION: Update Zowe FMID AZWE002 to match the * - * community release * - **************************************************************** - * RECOMMENDATION: Apply provided service * - **************************************************************** - The Zowe community version was updated to 2.10.0. - This PTF provides the community changes in SMP/E format. - Follow this link for more details on the community changes: - https://docs.zowe.org/stable/ - - IO29187 - - PROBLEM SUMMARY: - **************************************************************** - * USERS AFFECTED: All Zowe users * - **************************************************************** - * PROBLEM DESCRIPTION: Update Zowe FMID AZWE002 to match the * - * community release * - **************************************************************** - * RECOMMENDATION: Apply provided service * - **************************************************************** - The Zowe community version was updated to 2.10.0. - This PTF provides the community changes in SMP/E format. - Follow this link for more details on the community changes: - https://docs.zowe.org/stable/ - - IO29182 - - PROBLEM SUMMARY: - **************************************************************** - * USERS AFFECTED: All Zowe users * - **************************************************************** - * PROBLEM DESCRIPTION: Update Zowe FMID AZWE002 to match the * - * community release * - **************************************************************** - * RECOMMENDATION: Apply provided service * - **************************************************************** - The Zowe community version was updated to 2.9.0. - This PTF provides the community changes in SMP/E format. - Follow this link for more details on the community changes: - https://docs.zowe.org/stable/ - - IO29183 - - PROBLEM SUMMARY: - **************************************************************** - * USERS AFFECTED: All Zowe users * - **************************************************************** - * PROBLEM DESCRIPTION: Update Zowe FMID AZWE002 to match the * - * community release * - **************************************************************** - * RECOMMENDATION: Apply provided service * - **************************************************************** - The Zowe community version was updated to 2.9.0. - This PTF provides the community changes in SMP/E format. - Follow this link for more details on the community changes: - https://docs.zowe.org/stable/ - - IO29184 - - PROBLEM SUMMARY: - **************************************************************** - * USERS AFFECTED: All Zowe users * - **************************************************************** - * PROBLEM DESCRIPTION: Update Zowe FMID AZWE002 to match the * - * community release * - **************************************************************** - * RECOMMENDATION: Apply provided service * - **************************************************************** - The Zowe community version was updated to 2.9.0. - This PTF provides the community changes in SMP/E format. - Follow this link for more details on the community changes: - https://docs.zowe.org/stable/ - - IO29174 - - PROBLEM SUMMARY: - **************************************************************** - * USERS AFFECTED: All Zowe users * - **************************************************************** - * PROBLEM DESCRIPTION: Update Zowe FMID AZWE002 to match the * - * community release * - **************************************************************** - * RECOMMENDATION: Apply provided service * - **************************************************************** - The Zowe community version was updated to 2.8.0. - This PTF provides the community changes in SMP/E format. - Follow this link for more details on the community changes: - https://docs.zowe.org/stable/ - - IO29175 - - PROBLEM SUMMARY: - **************************************************************** - * USERS AFFECTED: All Zowe users * - **************************************************************** - * PROBLEM DESCRIPTION: Update Zowe FMID AZWE002 to match the * - * community release * - **************************************************************** - * RECOMMENDATION: Apply provided service * - **************************************************************** - The Zowe community version was updated to 2.8.0. - This PTF provides the community changes in SMP/E format. - Follow this link for more details on the community changes: - https://docs.zowe.org/stable/ - - IO29176 - - PROBLEM SUMMARY: - **************************************************************** - * USERS AFFECTED: All Zowe users * - **************************************************************** - * PROBLEM DESCRIPTION: Update Zowe FMID AZWE002 to match the * - * community release * - **************************************************************** - * RECOMMENDATION: Apply provided service * - **************************************************************** - The Zowe community version was updated to 2.8.0. - This PTF provides the community changes in SMP/E format. - Follow this link for more details on the community changes: - https://docs.zowe.org/stable/ - - IO29092 - - PROBLEM SUMMARY: - **************************************************************** - * USERS AFFECTED: All Zowe users * - **************************************************************** - * PROBLEM DESCRIPTION: Update Zowe FMID AZWE002 to match the * - * community release * - **************************************************************** - * RECOMMENDATION: Apply provided service * - **************************************************************** - The Zowe community version was updated to 2.7.0. - This PTF provides the community changes in SMP/E format. - Follow this link for more details on the community changes: - https://docs.zowe.org/stable/ - - IO29093 - - PROBLEM SUMMARY: - **************************************************************** - * USERS AFFECTED: All Zowe users * - **************************************************************** - * PROBLEM DESCRIPTION: Update Zowe FMID AZWE002 to match the * - * community release * - **************************************************************** - * RECOMMENDATION: Apply provided service * - **************************************************************** - The Zowe community version was updated to 2.7.0. - This PTF provides the community changes in SMP/E format. - Follow this link for more details on the community changes: - https://docs.zowe.org/stable/ - - IO29094 - - PROBLEM SUMMARY: - **************************************************************** - * USERS AFFECTED: All Zowe users * - **************************************************************** - * PROBLEM DESCRIPTION: Update Zowe FMID AZWE002 to match the * - * community release * - **************************************************************** - * RECOMMENDATION: Apply provided service * - **************************************************************** - The Zowe community version was updated to 2.7.0. - This PTF provides the community changes in SMP/E format. - Follow this link for more details on the community changes: - https://docs.zowe.org/stable/ - - IO29089 - - PROBLEM SUMMARY: - **************************************************************** - * USERS AFFECTED: All Zowe users * - **************************************************************** - * PROBLEM DESCRIPTION: Update Zowe FMID AZWE002 to match the * - * community release * - **************************************************************** - * RECOMMENDATION: Apply provided service * - **************************************************************** - The Zowe community version was updated to 2.6.1. - This PTF provides the community changes in SMP/E format. - Follow this link for more details on the community changes: - https://docs.zowe.org/stable/ - - IO29090 - - PROBLEM SUMMARY: - **************************************************************** - * USERS AFFECTED: All Zowe users * - **************************************************************** - * PROBLEM DESCRIPTION: Update Zowe FMID AZWE002 to match the * - * community release * - **************************************************************** - * RECOMMENDATION: Apply provided service * - **************************************************************** - The Zowe community version was updated to 2.6.1. - This PTF provides the community changes in SMP/E format. - Follow this link for more details on the community changes: - https://docs.zowe.org/stable/ - - IO29091 - - PROBLEM SUMMARY: - **************************************************************** - * USERS AFFECTED: All Zowe users * - **************************************************************** - * PROBLEM DESCRIPTION: Update Zowe FMID AZWE002 to match the * - * community release * - **************************************************************** - * RECOMMENDATION: Apply provided service * - **************************************************************** - The Zowe community version was updated to 2.6.1. - This PTF provides the community changes in SMP/E format. - Follow this link for more details on the community changes: - https://docs.zowe.org/stable/ - - IO29086 - - PROBLEM SUMMARY: - **************************************************************** - * USERS AFFECTED: All Zowe users * - **************************************************************** - * PROBLEM DESCRIPTION: Update Zowe FMID AZWE002 to match the * - * community release * - **************************************************************** - * RECOMMENDATION: Apply provided service * - **************************************************************** - The Zowe community version was updated to 2.6.0. - This PTF provides the community changes in SMP/E format. - Follow this link for more details on the community changes: - https://docs.zowe.org/stable/ - - IO29087 - - PROBLEM SUMMARY: - **************************************************************** - * USERS AFFECTED: All Zowe users * - **************************************************************** - * PROBLEM DESCRIPTION: Update Zowe FMID AZWE002 to match the * - * community release * - **************************************************************** - * RECOMMENDATION: Apply provided service * - **************************************************************** - The Zowe community version was updated to 2.6.0. - This PTF provides the community changes in SMP/E format. - Follow this link for more details on the community changes: - https://docs.zowe.org/stable/ - - IO29088 - - PROBLEM SUMMARY: - **************************************************************** - * USERS AFFECTED: All Zowe users * - **************************************************************** - * PROBLEM DESCRIPTION: Update Zowe FMID AZWE002 to match the * - * community release * - **************************************************************** - * RECOMMENDATION: Apply provided service * - **************************************************************** - The Zowe community version was updated to 2.6.0. - This PTF provides the community changes in SMP/E format. - Follow this link for more details on the community changes: - https://docs.zowe.org/stable/ - - IO29009 - - PROBLEM SUMMARY: - **************************************************************** - * USERS AFFECTED: All Zowe users * - **************************************************************** - * PROBLEM DESCRIPTION: Update Zowe FMID AZWE002 to match the * - * community release * - **************************************************************** - * RECOMMENDATION: Apply provided service * - **************************************************************** - The Zowe community version was updated to 2.5.0. - This PTF provides the community changes in SMP/E format. - Follow this link for more details on the community changes: - https://docs.zowe.org/stable/ - - IO29010 - - PROBLEM SUMMARY: - **************************************************************** - * USERS AFFECTED: All Zowe users * - **************************************************************** - * PROBLEM DESCRIPTION: Update Zowe FMID AZWE002 to match the * - * community release * - **************************************************************** - * RECOMMENDATION: Apply provided service * - **************************************************************** - The Zowe community version was updated to 2.5.0. - This PTF provides the community changes in SMP/E format. - Follow this link for more details on the community changes: - https://docs.zowe.org/stable/ - - IO29011 - - PROBLEM SUMMARY: - **************************************************************** - * USERS AFFECTED: All Zowe users * - **************************************************************** - * PROBLEM DESCRIPTION: Update Zowe FMID AZWE002 to match the * - * community release * - **************************************************************** - * RECOMMENDATION: Apply provided service * - **************************************************************** - The Zowe community version was updated to 2.5.0. - This PTF provides the community changes in SMP/E format. - Follow this link for more details on the community changes: - https://docs.zowe.org/stable/ - - IO29006 - - PROBLEM SUMMARY: - **************************************************************** - * USERS AFFECTED: All Zowe users * - **************************************************************** - * PROBLEM DESCRIPTION: Update Zowe FMID AZWE002 to match the * - * community release * - **************************************************************** - * RECOMMENDATION: Apply provided service * - **************************************************************** - The Zowe community version was updated to 2.4.0. - This PTF provides the community changes in SMP/E format. - Follow this link for more details on the community changes: - https://docs.zowe.org/stable/ - - IO29007 - - PROBLEM SUMMARY: - **************************************************************** - * USERS AFFECTED: All Zowe users * - **************************************************************** - * PROBLEM DESCRIPTION: Update Zowe FMID AZWE002 to match the * - * community release * - **************************************************************** - * RECOMMENDATION: Apply provided service * - **************************************************************** - The Zowe community version was updated to 2.4.0. - This PTF provides the community changes in SMP/E format. - Follow this link for more details on the community changes: - https://docs.zowe.org/stable/ - - IO29008 - - PROBLEM SUMMARY: - **************************************************************** - * USERS AFFECTED: All Zowe users * - **************************************************************** - * PROBLEM DESCRIPTION: Update Zowe FMID AZWE002 to match the * - * community release * - **************************************************************** - * RECOMMENDATION: Apply provided service * - **************************************************************** - The Zowe community version was updated to 2.4.0. - This PTF provides the community changes in SMP/E format. - Follow this link for more details on the community changes: - https://docs.zowe.org/stable/ - - IO28898 - - PROBLEM SUMMARY: - **************************************************************** - * USERS AFFECTED: All Zowe users * - **************************************************************** - * PROBLEM DESCRIPTION: Update Zowe FMID AZWE002 to match the * - * community release * - **************************************************************** - * RECOMMENDATION: Apply provided service * - **************************************************************** - The Zowe community version was updated to 2.3.1. - This PTF provides the community changes in SMP/E format. - Follow this link for more details on the community changes: - https://docs.zowe.org/stable/ - - IO28899 - - PROBLEM SUMMARY: - **************************************************************** - * USERS AFFECTED: All Zowe users * - **************************************************************** - * PROBLEM DESCRIPTION: Update Zowe FMID AZWE002 to match the * - * community release * - **************************************************************** - * RECOMMENDATION: Apply provided service * - **************************************************************** - The Zowe community version was updated to 2.3.1. - This PTF provides the community changes in SMP/E format. - Follow this link for more details on the community changes: - https://docs.zowe.org/stable/ - - IO28904 - - PROBLEM SUMMARY: - **************************************************************** - * USERS AFFECTED: All Zowe users * - **************************************************************** - * PROBLEM DESCRIPTION: Update Zowe FMID AZWE002 to match the * - * community release * - **************************************************************** - * RECOMMENDATION: Apply provided service * - **************************************************************** - The Zowe community version was updated to 2.3.1. - This PTF provides the community changes in SMP/E format. - Follow this link for more details on the community changes: - https://docs.zowe.org/stable/ - - IO28896 - - PROBLEM SUMMARY: - **************************************************************** - * USERS AFFECTED: All Zowe users * - **************************************************************** - * PROBLEM DESCRIPTION: Update Zowe FMID AZWE002 to match the * - * community release * - **************************************************************** - * RECOMMENDATION: Apply provided service * - **************************************************************** - The Zowe community version was updated to 2.3.0. - This PTF provides the community changes in SMP/E format. - Follow this link for more details on the community changes: - https://docs.zowe.org/stable/ - - IO28897 - - PROBLEM SUMMARY: - **************************************************************** - * USERS AFFECTED: All Zowe users * - **************************************************************** - * PROBLEM DESCRIPTION: Update Zowe FMID AZWE002 to match the * - * community release * - **************************************************************** - * RECOMMENDATION: Apply provided service * - **************************************************************** - The Zowe community version was updated to 2.3.0. - This PTF provides the community changes in SMP/E format. - Follow this link for more details on the community changes: - https://docs.zowe.org/stable/ - - IO28903 - - PROBLEM SUMMARY: - **************************************************************** - * USERS AFFECTED: All Zowe users * - **************************************************************** - * PROBLEM DESCRIPTION: Update Zowe FMID AZWE002 to match the * - * community release * - **************************************************************** - * RECOMMENDATION: Apply provided service * - **************************************************************** - The Zowe community version was updated to 2.3.0. - This PTF provides the community changes in SMP/E format. - Follow this link for more details on the community changes: - https://docs.zowe.org/stable/ - - IO28861 - - PROBLEM SUMMARY: - **************************************************************** - * USERS AFFECTED: All Zowe users * - **************************************************************** - * PROBLEM DESCRIPTION: Update Zowe FMID AZWE002 to match the * - * community release * - **************************************************************** - * RECOMMENDATION: Apply provided service * - **************************************************************** - The Zowe community version was updated to 2.2.0. - This PTF provides the community changes in SMP/E format. - Follow this link for more details on the community changes: - https://docs.zowe.org/stable/ - - IO28862 - - PROBLEM SUMMARY: - **************************************************************** - * USERS AFFECTED: All Zowe users * - **************************************************************** - * PROBLEM DESCRIPTION: Update Zowe FMID AZWE002 to match the * - * community release * - **************************************************************** - * RECOMMENDATION: Apply provided service * - **************************************************************** - The Zowe community version was updated to 2.2.0. - This PTF provides the community changes in SMP/E format. - Follow this link for more details on the community changes: - https://docs.zowe.org/stable/ - - IO28866 - - PROBLEM SUMMARY: - **************************************************************** - * USERS AFFECTED: All Zowe users * - **************************************************************** - * PROBLEM DESCRIPTION: Update Zowe FMID AZWE002 to match the * - * community release * - **************************************************************** - * RECOMMENDATION: Apply provided service * - **************************************************************** - The Zowe community version was updated to 2.2.0. - This PTF provides the community changes in SMP/E format. - Follow this link for more details on the community changes: - https://docs.zowe.org/stable/ - - IO28859 - - PROBLEM SUMMARY: - **************************************************************** - * USERS AFFECTED: All Zowe users * - **************************************************************** - * PROBLEM DESCRIPTION: Update Zowe FMID AZWE002 to match the * - * community release * - **************************************************************** - * RECOMMENDATION: Apply provided service * - **************************************************************** - The Zowe community version was updated to 2.1.0. - This PTF provides the community changes in SMP/E format. - Follow this link for more details on the community changes: - https://docs.zowe.org/stable/ - - IO28860 - - PROBLEM SUMMARY: - **************************************************************** - * USERS AFFECTED: All Zowe users * - **************************************************************** - * PROBLEM DESCRIPTION: Update Zowe FMID AZWE002 to match the * - * community release * - **************************************************************** - * RECOMMENDATION: Apply provided service * - **************************************************************** - The Zowe community version was updated to 2.1.0. - This PTF provides the community changes in SMP/E format. - Follow this link for more details on the community changes: - https://docs.zowe.org/stable/ - - IO28865 - - PROBLEM SUMMARY: - **************************************************************** - * USERS AFFECTED: All Zowe users * - **************************************************************** - * PROBLEM DESCRIPTION: Update Zowe FMID AZWE002 to match the * - * community release * - **************************************************************** - * RECOMMENDATION: Apply provided service * - **************************************************************** - The Zowe community version was updated to 2.1.0. - This PTF provides the community changes in SMP/E format. - Follow this link for more details on the community changes: - https://docs.zowe.org/stable/ \ No newline at end of file diff --git a/smpe/bld/service/promoted-hold.txt b/smpe/bld/service/promoted-hold.txt deleted file mode 100644 index 7df8737e0f..0000000000 --- a/smpe/bld/service/promoted-hold.txt +++ /dev/null @@ -1,390 +0,0 @@ -++HOLD(UO90033) SYSTEM FMID(AZWE002) REASON(ACTION) DATE(23297) - COMMENT( - **************************************************************** - * Affected function: Zowe servers * - **************************************************************** - * Description: stop servers * - **************************************************************** - * Timing: pre-APPLY * - **************************************************************** - * Part: ZWESLSTC and ZWESISTC * - **************************************************************** - Stop the Zowe servers before installing this update. - - **************************************************************** - * Affected function: Zowe servers * - **************************************************************** - * Description: start servers * - **************************************************************** - * Timing: post-APPLY * - **************************************************************** - * Part: ZWESLSTC and ZWESISTC * - **************************************************************** - Start the Zowe servers after installing this update. - - ). -++HOLD(UO90031) SYSTEM FMID(AZWE002) REASON(ACTION) DATE(23255) - COMMENT( - **************************************************************** - * Affected function: Zowe servers * - **************************************************************** - * Description: stop servers * - **************************************************************** - * Timing: pre-APPLY * - **************************************************************** - * Part: ZWESLSTC and ZWESISTC * - **************************************************************** - Stop the Zowe servers before installing this update. - - **************************************************************** - * Affected function: Zowe servers * - **************************************************************** - * Description: start servers * - **************************************************************** - * Timing: post-APPLY * - **************************************************************** - * Part: ZWESLSTC and ZWESISTC * - **************************************************************** - Start the Zowe servers after installing this update. - - ). -++HOLD(UO90022) SYSTEM FMID(AZWE002) REASON(ACTION) DATE(23208) - COMMENT( - **************************************************************** - * Affected function: Zowe servers * - **************************************************************** - * Description: stop servers * - **************************************************************** - * Timing: pre-APPLY * - **************************************************************** - * Part: ZWESLSTC and ZWESISTC * - **************************************************************** - Stop the Zowe servers before installing this update. - - **************************************************************** - * Affected function: Zowe servers * - **************************************************************** - * Description: start servers * - **************************************************************** - * Timing: post-APPLY * - **************************************************************** - * Part: ZWESLSTC and ZWESISTC * - **************************************************************** - Start the Zowe servers after installing this update. - - ). -++HOLD(UO90020) SYSTEM FMID(AZWE002) REASON(ACTION) DATE(23164) - COMMENT( - **************************************************************** - * Affected function: Zowe servers * - **************************************************************** - * Description: stop servers * - **************************************************************** - * Timing: pre-APPLY * - **************************************************************** - * Part: ZWESLSTC and ZWESISTC * - **************************************************************** - Stop the Zowe servers before installing this update. - - **************************************************************** - * Affected function: Zowe servers * - **************************************************************** - * Description: start servers * - **************************************************************** - * Timing: post-APPLY * - **************************************************************** - * Part: ZWESLSTC and ZWESISTC * - **************************************************************** - Start the Zowe servers after installing this update. - - ). -++HOLD(UO90018) SYSTEM FMID(AZWE002) REASON(ACTION) DATE(23116) - COMMENT( - **************************************************************** - * Affected function: Zowe servers * - **************************************************************** - * Description: stop servers * - **************************************************************** - * Timing: pre-APPLY * - **************************************************************** - * Part: ZWESLSTC and ZWESISTC * - **************************************************************** - Stop the Zowe servers before installing this update. - - **************************************************************** - * Affected function: Zowe servers * - **************************************************************** - * Description: start servers * - **************************************************************** - * Timing: post-APPLY * - **************************************************************** - * Part: ZWESLSTC and ZWESISTC * - **************************************************************** - Start the Zowe servers after installing this update. - - ). -++HOLD(UO02066) SYSTEM FMID(AZWE002) REASON(ACTION) DATE(23074) - COMMENT( - **************************************************************** - * Affected function: Zowe servers * - **************************************************************** - * Description: stop servers * - **************************************************************** - * Timing: pre-APPLY * - **************************************************************** - * Part: ZWESLSTC and ZWESISTC * - **************************************************************** - Stop the Zowe servers before installing this update. - - **************************************************************** - * Affected function: Zowe servers * - **************************************************************** - * Description: start servers * - **************************************************************** - * Timing: post-APPLY * - **************************************************************** - * Part: ZWESLSTC and ZWESISTC * - **************************************************************** - Start the Zowe servers after installing this update. - - ). -++HOLD(UO02064) SYSTEM FMID(AZWE002) REASON(ACTION) DATE(23041) - COMMENT( - **************************************************************** - * Affected function: Zowe servers * - **************************************************************** - * Description: stop servers * - **************************************************************** - * Timing: pre-APPLY * - **************************************************************** - * Part: ZWESLSTC and ZWESISTC * - **************************************************************** - Stop the Zowe servers before installing this update. - - **************************************************************** - * Affected function: Zowe servers * - **************************************************************** - * Description: start servers * - **************************************************************** - * Timing: post-APPLY * - **************************************************************** - * Part: ZWESLSTC and ZWESISTC * - **************************************************************** - Start the Zowe servers after installing this update. - - ). -++HOLD(UO02062) SYSTEM FMID(AZWE002) REASON(ACTION) DATE(23027) - COMMENT( - **************************************************************** - * Affected function: Zowe servers * - **************************************************************** - * Description: stop servers * - **************************************************************** - * Timing: pre-APPLY * - **************************************************************** - * Part: ZWESLSTC and ZWESISTC * - **************************************************************** - Stop the Zowe servers before installing this update. - - **************************************************************** - * Affected function: Zowe servers * - **************************************************************** - * Description: start servers * - **************************************************************** - * Timing: post-APPLY * - **************************************************************** - * Part: ZWESLSTC and ZWESISTC * - **************************************************************** - Start the Zowe servers after installing this update. - - ). -++HOLD(UO02058) SYSTEM FMID(AZWE002) REASON(ACTION) DATE(22346) - COMMENT( - **************************************************************** - * Affected function: Zowe servers * - **************************************************************** - * Description: stop servers * - **************************************************************** - * Timing: pre-APPLY * - **************************************************************** - * Part: ZWESLSTC and ZWESISTC * - **************************************************************** - Stop the Zowe servers before installing this update. - - **************************************************************** - * Affected function: Zowe servers * - **************************************************************** - * Description: start servers * - **************************************************************** - * Timing: post-APPLY * - **************************************************************** - * Part: ZWESLSTC and ZWESISTC * - **************************************************************** - Start the Zowe servers after installing this update. - - ). -++HOLD(UO02056) SYSTEM FMID(AZWE002) REASON(ACTION) DATE(22292) - COMMENT( - **************************************************************** - * Affected function: Zowe servers * - **************************************************************** - * Description: stop servers * - **************************************************************** - * Timing: pre-APPLY * - **************************************************************** - * Part: ZWESLSTC and ZWESISTC * - **************************************************************** - Stop the Zowe servers before installing this update. - - **************************************************************** - * Affected function: Zowe servers * - **************************************************************** - * Description: start servers * - **************************************************************** - * Timing: post-APPLY * - **************************************************************** - * Part: ZWESLSTC and ZWESISTC * - **************************************************************** - Start the Zowe servers after installing this update. - - ). -++HOLD(UO02053) SYSTEM FMID(AZWE002) REASON(ACTION) DATE(22272) - COMMENT( - **************************************************************** - * Affected function: Zowe servers * - **************************************************************** - * Description: stop servers * - **************************************************************** - * Timing: pre-APPLY * - **************************************************************** - * Part: ZWESLSTC and ZWESISTC * - **************************************************************** - Stop the Zowe servers before installing this update. - - **************************************************************** - * Affected function: Zowe servers * - **************************************************************** - * Description: start servers * - **************************************************************** - * Timing: post-APPLY * - **************************************************************** - * Part: ZWESLSTC and ZWESISTC * - **************************************************************** - Start the Zowe servers after installing this update. - - ). -++HOLD(UO02051) SYSTEM FMID(AZWE002) REASON(ACTION) DATE(22263) - COMMENT( - **************************************************************** - * Affected function: SMP/E install * - **************************************************************** - * Description: add DDDEF to CSI. * - **************************************************************** - * Timing: pre-APPLY * - **************************************************************** - * Part: n/a * - **************************************************************** - Applying this maintenance requires the definition of a new - DDDEF in your CSI. - You can use the following JCL to update an existing CSI. - Substitute the #... placeholders with values that match your - site requirements. - - //SZWELOAD JOB - // EXPORT SYMLIST=(TZON,TRGT) - // SET TRGT=#target_hlq - // SET SMPE=#globalcsi_hlq - // SET TZON=#target_zone - //UCLIN EXEC PGM=GIMSMP,REGION=0M,COND=(4,LT) - //SZWELOAD DD SPACE=(TRK,(30,15,15)), - // UNIT=SYSALLDA, - // DISP=(MOD,CATLG), - // DSNTYPE=LIBRARY, - // RECFM=U, - // LRECL=0, - // BLKSIZE=32760, - // DSN=&TRGT..SZWELOAD - //SMPCSI DD DISP=OLD,DSN=&SMPE..CSI - //SMPCNTL DD *,SYMBOLS=JCLONLY - SET BDY(&TZON). - UCLIN. - ADD DDDEF (SZWELOAD) - DATASET(&TRGT..SZWELOAD) - UNIT(SYSALLDA) - WAITFORDSN - SHR . - ENDUCL. - - **************************************************************** - * Affected function: Zowe servers * - **************************************************************** - * Description: stop servers * - **************************************************************** - * Timing: pre-APPLY * - **************************************************************** - * Part: ZWESLSTC and ZWESISTC * - **************************************************************** - Stop the Zowe servers before installing this update. - - **************************************************************** - * Affected function: Zowe servers * - **************************************************************** - * Description: start servers * - **************************************************************** - * Timing: post-APPLY * - **************************************************************** - * Part: ZWESLSTC and ZWESISTC * - **************************************************************** - Start the Zowe servers after installing this update. - - ). -++HOLD(UO02049) SYSTEM FMID(AZWE002) REASON(ACTION) DATE(22206) - COMMENT( - **************************************************************** - * Affected function: Zowe servers * - **************************************************************** - * Description: stop servers * - **************************************************************** - * Timing: pre-APPLY * - **************************************************************** - * Part: ZWESLSTC and ZWESISTC * - **************************************************************** - Stop the Zowe servers before installing this update. - - **************************************************************** - * Affected function: Zowe servers * - **************************************************************** - * Description: start servers * - **************************************************************** - * Timing: post-APPLY * - **************************************************************** - * Part: ZWESLSTC and ZWESISTC * - **************************************************************** - Start the Zowe servers after installing this update. - - ). -++HOLD(UO02047) SYSTEM FMID(AZWE002) REASON(ACTION) DATE(22167) - COMMENT( - **************************************************************** - * Affected function: Zowe servers * - **************************************************************** - * Description: stop servers * - **************************************************************** - * Timing: pre-APPLY * - **************************************************************** - * Part: ZWESLSTC and ZWESISTC * - **************************************************************** - Stop the Zowe servers before installing this update. - - **************************************************************** - * Affected function: Zowe servers * - **************************************************************** - * Description: start servers * - **************************************************************** - * Timing: post-APPLY * - **************************************************************** - * Part: ZWESLSTC and ZWESISTC * - **************************************************************** - Start the Zowe servers after installing this update. - - ). \ No newline at end of file diff --git a/smpe/bld/service/promoted-ptf.txt b/smpe/bld/service/promoted-ptf.txt deleted file mode 100644 index 4782225075..0000000000 --- a/smpe/bld/service/promoted-ptf.txt +++ /dev/null @@ -1,28 +0,0 @@ -UO90033 -UO90034 -UO90031 -UO90032 -UO90022 -UO90023 -UO90020 -UO90021 -UO90018 -UO90019 -UO02066 -UO02067 -UO02064 -UO02065 -UO02062 -UO02063 -UO02058 -UO02059 -UO02056 -UO02057 -UO02053 -UO02054 -UO02051 -UO02052 -UO02049 -UO02050 -UO02047 -UO02048 \ No newline at end of file diff --git a/smpe/bld/service/ptf-bucket.txt b/smpe/bld/service/ptf-bucket.txt deleted file mode 100644 index daa206b57a..0000000000 --- a/smpe/bld/service/ptf-bucket.txt +++ /dev/null @@ -1,24 +0,0 @@ -#----------------------------------------------------------------------# -# NOTE FOR PULL REQUEST APPROVER: # -# This file may only be updated when IBM provides more PTF numbers, or # -# when a Release Candidate PTF is promoted. Reject ALL other updates. # -#----------------------------------------------------------------------# -# -# format: - [] -#UO02047 UO02048 - IO28859 IO28860 IO28865 - Thu Jun 16 19:09:50 UTC 2022 -#UO02049 UO02050 - IO28861 IO28862 IO28866 - Mon Jul 25 18:59:34 UTC 2022 -#UO02051 UO02052 - IO28896 IO28897 IO28903 - Wed Sep 21 14:00:05 UTC 2022 -#UO02053 UO02054 - IO28898 IO28899 IO28904 - Thu Sep 29 17:26:28 UTC 2022 -#UO02056 UO02057 - IO29006 IO29007 IO29008 - Wed Oct 19 20:50:03 UTC 2022 -#UO02058 UO02059 - IO29009 IO29010 IO29011 - Mon Dec 12 22:54:15 UTC 2022 -#UO02062 UO02063 - IO29086 IO29087 IO29088 - Fri Jan 27 20:05:55 UTC 2023 -#UO02064 UO02065 - IO29089 IO29090 IO29091 - Fri Feb 10 21:43:46 UTC 2023 v2r6m1 -#UO02066 UO02067 - IO29092 IO29093 IO29094 - Thu Mar 16 00:39:46 UTC 2023 v2r7 -#UO90018 UO90019 - IO29174 IO29175 IO29176 - Wed Apr 26 22:58:46 UTC 2023 -#UO90020 UO90021 - IO29182 IO29183 IO29184 - Tue Jun 13 21:20:27 UTC 2023 -#UO90022 UO90023 - IO29185 IO29186 IO29187 - Fri Jul 28 01:08:59 UTC 2023 -#UO90031 UO90032 - IO29286 IO29287 IO29288 - Tue Sep 12 18:27:05 UTC 2023 -#UO90033 UO90034 - IO29289 IO29290 IO29291 - Tue Oct 24 19:49:48 UTC 2023 -UO90045 UO90046 - IO29343 IO29344 IO29345 -UO90047 UO90048 - IO29346 IO29347 IO29348 -UO90049 UO90050 - IO29349 IO29350 IO29351 \ No newline at end of file