As aggregate maintenance is no longer available for Endevor, non-CA CSM users are given the option to install all Endevor maintenance published after certain date. Users can create customized packages (zip files) with all required PTFs, and use tools like CAUNZIP and CA Concatenate to build SMP/E input.
Follow these steps to create a package (zip file) with all published solutions:
Logon to Broadcom Mainframe software support site: https://support.broadcom.com/mainframe-software
Download the ZIP file into an USS directory on your z/OS system (sample JCL here )
Once you have the .zip archive you can use the CAUNZIP utility to convert the .zip file into a SMPNTS file structure that the SMP/E RECEIVE FROMNTS command can process. The JCL to run the CAUNZIP utility is in CA Common Services yourHLQ.CAW0JCL(CAUNZIP).
CA Concatenate is the alternative to CAUNZIP in case the FTP download to an USS directory is not possible or desired. It is a Windows utility that allows you to concatenate binary(.bin) or text(.txt) files thus reducing the number of files that need to be uploaded to the mainframe. check Broadcom Freeware link for more details and download CA concatenate.
You can download the ZIP file to a PC, unzip the package and use CA Concatenate to build a binary file containing all PTFs, ready to upload to the mainframe (DCB information when defining the receiving dataset on the mainframe: RECFM=FB, LRECL=80, BLKSIZE=6160.)