Previous Topic: Synchronization With SYS1.BRODCASTNext Topic: Optional User Exit for TSSCVUAD


CA Top Secret UADS Conversion Program

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:

TSSCVUAD JCL

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
/*

Parameter Values

NOCRE

Suppresses the TSS CREATE(acid) command for each USERID in SYS1.UADS. It is an optional parameter value.

NOFAC

Suppresses the generation of a TSS ADDTO(acid) FACILITY(TSO) for each USERID in SYS1.UADS. It is an optional parameter value.

DD Statements

STEPLIB

Defines the library containing TSSCVUAD and the optional user exit module.

UADSIN

Defines the DDNAME pointing to your UADS data set.

SYSPRINT

Defines the spool file for the member list report.

CMDOUT

Defines the output file containing the TSS commands created by the program. The record format is VB and the LRECL is 255.