Previous Topic: Customizing the InterfaceNext Topic: Combining the Interface With the BEXEXIT Module


Creating a CA Roscoe Test Facility

As delivered, the Facilities Matrix does not come with a region for CA Roscoe testing. To add this new region, you must change the CA Top Secret PARM library using the FACILITY control option as follows:

FACILITY(USER1=NAME=ROSTEST)
FACILITY(ROSTEST=PGM=ROS)
FACILITY(ROSTEST=MODE=FAIL,LOG(INIT,SMF,MSG),KEY=8)
FACILITY(ROSTEST=UIDACID=8,LOCKTIME=0,DEFACID(*NONE*))
FACILITY(ROSTEST=ACTIVE,NOABEND,ASUBM,NOAUDIT,AUTHINIT)
FACILITY(ROSTEST=INSTDATA,LCFCMD,LUMSG)
FACILITY(ROSTEST=MULTIUSER,NOPROMPT,RNDPW,RES)
FACILITY(ROSTEST=SIGN(M),SHRPRF,NOTRACE,STMSG)
FACILITY(ROSTEST=NOTSOC,WARNPW,NOXDEF)
FACILITY(ROSTEST=NODORMPW,NONPWR)

Note: USER1 can be replaced by any available entry in the Facilities Matrix.

Do not alter the following default attributes:

NOABEND   ASUBM   AUTHINIT   MULTIUSER   NONPWR
NOPROMPT  RES     SHRPRF     NOTSOC

Then, create the ACID for the facility:

TSS CREATE(ROSTEST) NAME('TEST ROSCOE')
                    FACILITY(STC,BATCH)
                    PASSWORD(NOPW,0)
                    MASTFAC(ROSTEST)
                    DEPARTMENT(dept)

Use the following command to define this facility to CA Top Secret as a started task:

TSS ADDTO(STC) PROCNAME(ROSTC2)
               ACID(ROSTEST)

To define the test facility to CA Top Secret, use the following steps after the TSS CREATE(ROSTEST) command function procedure: