Previous Topic: Step 10 – Create JCL Members and JCL Procs

Next Topic: Step 12 – Upgrade

Step 11 – Customize Measurement Product Interface

After selecting Step 11, the REXX EXEC, APCXRTUN, displays:

/* REXX */ /*----------------------------------------------------------------*/ /* Copyright (C) 2011 CA. All Rights Reserved. */ /* Copyright (C) Trilog AG. */ /*----------------------------------------------------------------*/ X = MSG('OFF') PARSE ARG MATPARM /**** START OF CUSTOMIZABLE AREA ***/ /*--------------------------------------------------------------*/ /* DEFINE CA MAT TSO CLIENT START REXX : */ /* */ /* CHANGE -CAMAT85- TO THE NAME OF YOUR CA MAT TSO CLIENT */ /* START REXX EXEC (CREATED THRU CA MAT CUSTOMIZATION STEP 8) */ /*--------------------------------------------------------------*/ MATTSO = "CAMAT85" /*--------------------------------------------------------------*/ /* DEFINE THE LIBRARY THE MAT TSO CLIENT START REXX RESIDES: */ /* */ /* THEN DEFINE *SYS* AS VALUE FOR VARIABLE MATLIB */ /* */ /* IF THE LIBRARY IS NOT IN YOUR SYSPROC OR SYSEXEC */ /* CONCATENATION THEN ASSIGN THE DATASET NAME OF THE LIBRARY */ /* CONTAINING THE CA MAT TSO CLIENT START REXX TO VARIABLE */ /* MATLIB. */ /*--------------------------------------------------------------*/ MATLIB = "*SYS*" /* MATLIB = "DSN.WITH.MAT.TSO.CLIENT.START.EXEC" */ /**** END OF CUSTOMIZABLE AREA ***/

The APCXRTUN REXX EXEC is used for interface calls to CA Mainframe Application Tuner, to start the ISPF dialog from the Main Menu, or to start the Analyze function from the Alert or Measurement list.

For more information about the creation of the TSO Client REXX exec, see the Installation Guide, Customization chapter, Step 8 Create the EXECs for Starting the TSO Client.

To enable APCXRTUN for interface calls to CA Mainframe Application Tuner

  1. Change the assignment of the MATTSO variable to the name of the TSO Client REXX exec.
  2. Change the assignment of the MATLIB variable to the name of the library the TSO Client REXX exec was saved on. If the TSO Client REXX exec was saved on a library that is part of the SYSPROC or SYSEXEC concatenation, you only need to assign the special value SYS to the variable MATLIB.
  3. Choose one of the following actions: