After you have installed the extension using the method that you prefer, deploy it.
- Using ISPF View, customize the sample batch JCL in member smp.C7C4JCL(COPYSAMP) as instructed in the sample JCL.
Note: Before you continue with the next step, be aware that your customized job smp.C7C4JCL(COPYSAMP) is not saved. Back it up if it is necessary.
- Submit the batch job.
The job makes a copy of data set smp.C7C4JCL that you customize for your site.
This customized data set is named custom.JCL, using the high-level qualifier (custom) specified in the JCL. Additionally, the contents of SMP/E Target data set, smp.C7C4JCL, are copied into the customizable data set custom.JCL, which includes these members:
- COPYSAMP
- DEPLOY
- START
- STDENV
- STOP
- WILYZOS
- Customize the sample batch JCL member in custom.JCL(DEPLOY) as instructed in the sample JCL.
- Submit the batch job.
The job deploys (copies) the contents of your installed SMP/E target paths /root/C7C4960/C7C4HFS and /root/C7C4960/C7C4JAR into the run-time path /root/C7C4960/Cross-Enterprise_APM/.
- Customize the sample Cross-Enterprise APM startup JCL PROC in the custom.JCL(WILYZOS) member as instructed inside that JCL, specifying your /root/C7C4960 z/FS file system mount point.
Important! If the CA SYSVIEW CNM4BLOD data set is not in the system linklist, uncomment the corresponding STEPLIB statement.
- Copy the member into a standard PROCLIB defined on your system, such as SYS1.PROCLIB.
- Edit these variables in custom.JCL(STDENV):
- Set the SA_INSTALL variable to the actual Cross-Enterprise_APM installation path.
- Set the SYSVIEWPATH variable to the actual path of the CA SYSVIEW release-specific directory.
- Set the IRRRACFPATH variable to the actual path of the directory containing the IRRRacf.jar file (PassTicket support).
- Set the JAVA_HOME variable to the installation path of the JRE.
- Set the LIBPATH variable to include the directory containing the libIRRRacf.so library (PassTicket support).
- Set the TZ="EST5EDT" export the TZ environment variable which specifies the time zone.
- Save the member.