Application Performance Analyzer for z/OS, Version 11.1, Customization Guide

Making the CAZL started task available

To make the CAZL started task available, do the following steps:

  1. Edit the procedure CAZL in your library hlq.SCAZSAMP. See the instructions in the sample job for more information.
  2. Copy this procedure to a library in the JES2 or JES3 procedure library concatenation for started tasks.
  3. Define a user ID for the CAZL started task.
  4. Grant the user ID you created READ access to Application Performance Analyzer libraries.
  5. Define a profile in the RACF® STARTED class for the CAZL started task so that it can access protected resources. To do this, update your security definitions by using the RDEFINE command to associate CAZL with user IDs as follows:
    RDEFINE STARTED CAZL.* STDATA(USER(userid) GROUP(group))
    Where userid is the user ID, and group is the group on your system that has access to the RACF-protected resources.

    You can issue the above command under TSO/E or on the system console log. For more information about using the STARTED class, refer to the z/OS® Security Server RACF Security Administrator's Guide (SA22-7683).

  6. Create or update a COMMNDxx parmlib member to be used for IPL so that it contains the following command:
    COM='START CAZL'



Rate this page

[ Top of Page | Previous Page | Next Page | Contents | Index ]