If you use ISPF, there are two ISREDIT macros that are included that can be used to facilitate editing the install, new, or upgrade JCL job members. PDS member DCMSEDIT in the SAMPJCL library and member $DCBDEDT in the CABDSAMP Target library can be used to make global changes in their respective libraries for the desired worksheet parameter strings.
Sample ISREDIT macro that makes the global changes to the SMP/E install jobs.
Sample ISREDIT macro that makes the global changes to the new or upgrade jobs.
These members contain an edit command for each worksheet item in the form of 'ISREDIT C "STRING1" "STRING2" ALL'. In each case, STRING1 represent what is currently in the job members in their respective libraries. Change STRING2 so that the worksheet values for your installation are incorporated.
Once you have made the appropriate changes, save this member to your SYSPROC location and then execute this macro from the command line in ISPF.
This global edit procedure eliminates the requirements for almost all manual editing of the sample jobs. However, review the instruction block in each job for any optional changes.
|
Copyright © 2014 CA.
All rights reserved.
|
|