Previous Topic: Define the CA WA CA 7 Edition ACIDNext Topic: Control User Access to CA WA CA 7 Edition


Define ICOM to CA Top Secret

The CA WA CA 7 Edition Independent Communications Manager (ICOM) must also be defined to CA Top Secret. ICOM is responsible for handling SMF data for jobs submitted through CA WA CA 7 Edition, and therefore requires an ACID to execute in a CA Top Secret secured environment. The following command example may be used to define ICOM to CA Top Secret.

This command has the following format:

  TSS CREATE(CA7ICOM) NAME('CA 7 ICOM') FAC(STC) TYPE(USER) +
      PASS(NOPW) DEPT(CA7OPS) MASTFAC(CA7) NOSUBCHK
TSS CREATE

Specifies the CA Top Secret command used to create ACIDs.

CA7ICOM

Specifies the name chosen in this example for the CA WA CA 7 Edition ICOM ACID.

NAME

Specifies the CA Top Secret Create command parameter used to describe the ACID you are creating. In this case, the ICOM ACID.

FAC(STC)

Specifies the CA Top Secret command parameter used to define the ICOM ACID as a started task.

TYPE(USER)

Identifies the ICOM ID as a User ACID.

PASS(NOPW)

Indicates that the ICOM ACID does not require a password.

DEPT(CA7OPS)

Establishes the owning department for the ICOM ACID.

MASTFAC(CA7)

Identifies the master facility for the ICOM ACID. This value is the facility ID defined previously.

NOSUBCHK

Indicates to CA Top Secret that ICOM is exempted from authorization checking during job submission. This parameter is optional but recommended. Without this parameter, each USERID in JCL submitted by CA WA CA 7 Edition must be defined to the ICOM ACID with a PERMIT command.

The following command adds the ICOM ACID to the CA Top Secret Started Task Facility and identifies the ICOM procedure name.

  TSS ADDTO(STC) PROCNAME(CA7ICOM) ACID(CA7ICOM)
TSS ADDTO(STC)

Specifies the CA Top Secret command used to add information to the Started Task Facility.

PROCNAME(CA7ICOM)

Identifies the procedure name to be used for the ICOM started task.

ACID(CA7ICOM)

Associates the started task procedure name with the ICOM ACID.