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
Specifies the CA Top Secret command used to create ACIDs.
Specifies the name chosen in this example for the CA WA CA 7 Edition ICOM ACID.
Specifies the CA Top Secret Create command parameter used to describe the ACID you are creating. In this case, the ICOM ACID.
Specifies the CA Top Secret command parameter used to define the ICOM ACID as a started task.
Identifies the ICOM ID as a User ACID.
Indicates that the ICOM ACID does not require a password.
Establishes the owning department for the ICOM ACID.
Identifies the master facility for the ICOM ACID. This value is the facility ID defined previously.
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)
Specifies the CA Top Secret command used to add information to the Started Task Facility.
Identifies the procedure name to be used for the ICOM started task.
Associates the started task procedure name with the ICOM ACID.
|
Copyright © 2013 CA Technologies.
All rights reserved.
|
|