CA Top Secret provides a conversion program to facilitate the insertion of TSO data into the CA Top Secret Security File. TSSCVUAD provides the following functions:
To run the conversion program (TSSCVUAD), use the JCL given below. Lowercase bold type must be replaced with the appropriate parameters for your installation.
//jobname JOB
UADS Conversion Program (TSSCVUAD)
Instructions:
1. Insert a valid jobcard (above).
2. Tailor the parameters to conform with your installation standards.
3. Submit this job.
[]/CONVERT EXEC PGM=TSSCVUAD [,PARM=NOCRE,]OFAC
//STEPLIB DD DSN=tss load library,DISP=SHR
//UADSIN DD DSN=sys1.uads,DISP=SHR
//SYSPRINT DD SYSOUT=*
//SYSABEND DD SYSOUT=*
//CMDOUT DD DSN=dca01.uads.cmds,DISP=(,CATLG),
// UNIT=3380,VOL=SER=nnnnnn,
// SPACE=(TRK,(1,1)),DCB=BLKSIZE=nnnn
/*
Suppresses the TSS CREATE(acid) command for each USERID in SYS1.UADS. It is an optional parameter value.
Suppresses the generation of a TSS ADDTO(acid) FACILITY(TSO) for each USERID in SYS1.UADS. It is an optional parameter value.
Defines the library containing TSSCVUAD and the optional user exit module.
Defines the DDNAME pointing to your UADS data set.
Defines the spool file for the member list report.
Defines the output file containing the TSS commands created by the program. The record format is VB and the LRECL is 255.
|
Copyright © 2013 CA Technologies.
All rights reserved.
|
|