To run your reports, use the GSVXSECL batch utility.
Example: The EXECSECL job
//EXECSECL JOB ,,USER=
//STEP0001 EXEC PGM=GSVXSECL,PARM='LINECNT=60,'
//SYSOUT DD SYSOUT=*
//SYSPRINT DD SYSOUT=*
//SYSIN DD *
SECTIONS=JOBS,
REPORTS=(USRXREF,GRPXREF,GRPDET=(GLOBAL,
ADMIN,
DEFAULT))
The JCL used to produce the reports contain the following job statements. In addition to the JCL discussed, you can add your company-specific JCL.
(Required) JOB statement for the job. The CA SYSVIEW user ID used to run the security report program is taken from either of the following:
If USER= is not supplied on the JOB statement, the job name is used. This user ID must be authorized to use the batch interface.
(Required) Executes the job.
(Required) Prints the input control statements and messages. The required DCB attributes are RECFM=FBA (or FA) and LRECL=133. BLKSIZE is optional and defaults to 133.
(Required) Defines the output report data set. The required DCB attributes are RECFM=FBA (or FA) and LRECL=133. BLKSIZE is optional and defaults to 133.
(Optional) Designates the input control statements. The required DCB attributes are RECFM=FB (or F) and LRECL=80. BLKSIZE is optional and defaults to 80.
(Optional) Specifies the name of the security data set from which to produce the reports. If omitted, the security data set name is obtained from the Systems Configuration Options member.
|
Copyright © 2013 CA.
All rights reserved.
|
|