Previous Topic: Install the Processors to Use the Natural SYSOBJH UtilityNext Topic: Define the Natural and Predict Types


Install the Processors to Use the Natural SYSTRANS Utility

This method installs and configures your processors to use the Natural SYSTRANS utility for storing objects in CA Endevor SCM.

To install and configure the Natural and Predict Generate, Delete, and Move processors:

  1. Modify the following processors in the EINE JCL library:

    This eliminates the need to edit the CA Endevor SCM setup member DEFPROC for these files.

  2. Edit the sample JCL member DEFPROC to conform to your site's standards. Edit the job card and data set names. You may also need to edit the ENVIRONMENT and SYSTEM parameters within each ADD ELEMENT SCL statement.
  3. (Optional) Modify the processors replacing the AUTO=ON parameter with the appropriate Processor Natural Security logon and password, if you use Natural Security.

    Note: If you use Natural Security, two different Natural Security logon IDs are required: one for the processors that uses a default ETID of *INIT-US, so the job name is used as the ETID, and a second for the CASCMMNI server that uses a default ETID of *INIT-ID, so the server uses the step name as the ETID. It is critical that the processors use a different ETID from the server, because they are accessing Natural libraries from the server job at the same time.

  4. Submit the JCL, after modifying DEFPROC.

    All the integration software's Natural processors are loaded to Natural and the integration software is set up to use the Natural SYSTRANS utility for storing objects in CA Endevor SCM.

  5. Log on to the EINELIB Natural library. Edit the UEXIT00 startup user exit module near the bottom to uncomment the following MOVE statement and change 'O' to 'T' as follows:
    MOVE 'T' TO +EINE-SYSTRANS-SYSOBJH  
    
  6. STOW the exit.
  7. Rename the SYSTRANS TEXT and SYSOBJH TEXT members in the EINELIB Natural library, as follows:
    1. Delete the TEXT members:

      NATADD

      NATDADD

      NATDRETR

      NATEADD

      NATRETR

    2. Rename the SYSTRANS TEXT members to use the original names:

      NATADDT to NATADD

      NATDADDT to NATDADD

      NATDRETT to NATDRETR

      NATEADDT to NATEADD

      NATRETRT to NATRETR

    The integration software is set up to use the Natural SYSTRANS utility for storing objects in CA Endevor SCM.