Previous Topic: The O/S START CommandNext Topic: Limited Space for Options


The Started Task Procedure

The started task procedure must be entered into a started task procedure library (PROCLIB) during the installation of CA Top Secret. TSS procedure PARM overrides the Parameter File. The TSSMNGR4 initialization program will honor options specified in the PARM field.

Example: PARM field

//TSS     PROC     FILE='name of security file'
//TSS     EXEC     PGM=TSSMNGR4,DPRTY=(15,14),TIME=1440,
//                 REGION=500K,PARM='control options'
//SECFILE     DD     DISP=SHR,DSN=&FILE.
//RECFILE     DD     DISP=SHR,DSN=name‑of‑recovery file
//BACKUP      DD     DISP=SHR,DSN=name‑of‑backup file
//PARMFILE    DD     DISP=SHR,DSN=name‑of‑parameter file,
//     FREE=CLOSE
//AUTOCMDS    DD     DISP=SHR,DSN=name‑of‑commands file,
//     FREE=CLOSE
//AUDIT       DD     DISP=SHR,DSN=name‑of‑audit file
//AUDIT2      DD     DISP=SHR,DSN=name‑of‑alternate audit file
//SYSUDUMP    DD     SYSOUT=A