To make the CAZL started task available, do the following steps:
- Edit the procedure CAZL in your library hlq.SCAZSAMP.
See the instructions in the sample job for more information.
- Copy this procedure to a library in the JES2 or JES3 procedure
library concatenation for started tasks.
- Define a user ID for the CAZL started task.
- Grant the user ID you created READ access to Application Performance Analyzer libraries.
- 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).
- Create or update a COMMNDxx parmlib
member to be used for IPL so that it contains the following command:
COM='START CAZL'
[ Top of Page | Previous Page | Next Page | Contents | Index ]