Previous Topic: How to Complete Configuration of the XMS Online Interfaces with CA MSM

Next Topic: Step 3: (Optional) Modify an ISPF Selection Menu to Select Online Retrieval


Define Security Requirements

You can define security requirements for CA Top Secret (eTrust CA Top Secret).

Follow these steps:

  1. Rename the existing facility in the facility matrix table if you do not have a facility defined for VIEWXMS.
    user1=NAME=VIEWXMS
    
  2. Verify that the correct PGMname is defined for the new facility, where PGMname is either the first three characters or all the eight characters of the program name that is going to make security calls (EC0 or EC0DRV).
  3. Create region ACID for the facility.
    TSS CRE(viewxms)pass(nopw,0) type(user) dept(dept) mastfac(viewxms NODSNCHK NORESCHK NOVOLCHK NOLCFCHK NOSUBCHK	
    
  4. Define the VIEWXMS STC to the TSS STC record.
    TSS ADDTO(STC) PROCNAME(viewxms) ACID(viewxms)
    
  5. Give access to the ACIDs required to sign on to this facility.
    TSS ADD(ACID) FAC(viewxms)
    

Install the ISPF/Cross-Memory Online Retrieval Option

The ISPF/Cross-Memory Online Retrieval Option runs under IBM's ISPF for z/OS Version 3.0 and higher.

Important! This interface requires Cross-memory services to be already installed. For more information, see Install Cross-Memory Services in this chapter.

Note: In the JCL for the cross-memory services task, the parameter XMSSUB must be set to YES.

Installation Steps

The following steps are required to install the ISPF/cross-memory online retrieval option. Each step is explained in detail later in the sections that follow.

  1. (Optional) Add STEPLIB DD Statements to the TSO LOGON procedures if the load modules were not copied to a linklist library.
  2. Add the panel and command table libraries to the TSO logon procedures. (For ISPF only, not for SPF.)
  3. (Optional) Modify an SPF selection menu to select the online retrieval feature.

Note: For more information about the ISPF/cross memory online retrieval option, see the chapter "Online Interface Administration" in the Reference Guide.

(Optional) Step 1: Add STEPLIB DD Statements to the TSO LOGON Procedures

The action you take in this step depends on what you did during the base-product installation—specifically, did you:

If the CA View load modules were not copied to one of the libraries in the linklist, proceed with this step; otherwise go to the next step.

For this interface, the libraries do not have to be APF authorized. Authorization is provided in the cross-memory installation. Multiple versions of this online interface can coexist in one TSO library concatenation.

Do one of the following:

Note: If multiple versions are going to be running simultaneously, or you also want to run a previous version of SARSPF or SARTSO, concatenate the load library you want SARSPF or SARTSO to use first.

More information:

Step 5. Modify the Skeleton JCL

Step 2: Add Panel and Command Table Libraries to TSO Logon

If you are going to run CA View under ISPF, proceed with this step. For Version 3 or higher, both the command table library and the panel library are used.

To add panel and command table libraries to the TSO LOGON procedure:

Note: If you also plan to use SARSPF (the ISPF interface), and multiple versions of CA View, concatenate CAI.CVDETBL0 first. Use the CAI.CVDETBL0 from the most current release.