Previous Topic: Change the Date Format Shown on Panels

Next Topic: Installation Worksheets


Set Up CA 11 to Run with CA Deliver

To use CA 11 with CA Deliver and store reports in CA View, use CA View Release 11.5 or higher and CA Deliver Release 11.5 or higher, and then follow these steps:

  1. Change the program name in the first step of your JCL for the CA 11 job:
    //STEP1    EXEC    PGM=U11RMS,PARM='U11RMS-parms', or,
    //STEP1    EXEC    PGM=UCC11RMS,PARM='UCC11RMS-parms'
    
  2. Change the utility name RMORMS:
    //STEP1    EXEC    PGM=RMORMS,PARM='U11RMS-parms', or,
    //STEP1    EXEC    PGM=RMORMS,PARM='UCC11RMS-parms'
    

    If the program in the CA 11 JCL shown above is anything other than U11RMS, or if you have any program that wraps around the CA 11 program, contact CA Technical Support.

    Note: For a description of RMORMS, see the Reference Guide.

  3. Do one of the following:
  4. Determine if CA Deliver executes on a destination other than CA 11 and if the CA Deliver network input feature is used, then do one of the following:
  5. Insert this statement on the last line of the RMOPARMS data set:
    FROM-NODE JES2/JES3-dest-where-CA 11-runs
    
  6. Insert the following DD statement in the first step (the RMORMS Step) of your JCL:
    //RMONETn  DD  SYSOUT=(x,,form-name),DEST=dest-where-RMO-runs
    

    Note: CA Deliver uses the output from this DD statement to determine whether the job that is currently running is a rerun job.

  7. Set the initialization parameter NETRERUN to YES.
  8. Load the CA Deliver modules to the destination where CA 11 is going to execute:
  9. Set the initialization parameter MAXHIST to the maximum number of generations that are expected to rerun jobs.

    To back out only reports produced within the last five generations, set MAXHIST=5.

    Note: If the historical data report that you want to rerun has been purged, CA Deliver cannot delete or flag these reports. You must manually delete these reports.

    For more information about deleting reports manually, see the CA Deliver Administrator Guide.

  10. To rerun jobs that produce bundled reports and to specify when and how the bundles are to be produced, use:

    Note: For more information about the Bundle Definition Attributes Panel, the Active Bundle List panel and the Print Bundle Now tabular command P, see the Administration Guide.

    CA Deliver cannot delete or flag bundle-holding copies if bundles have already been queued for printing.

    The RMORMS utility transmits the current rerun information from the originating system on which CA Deliver is not installed to the receiving systems.

  11. Review the RMSWARN initialization parameter in the Reference Guide. This parameter affects how RMORMS reacts when the started task is not active.

Install the Host Command Environment into CA GSS

CA GSS (Global Subsystem) for MVS Release 2.6 is required for this installation.

To install the CA Deliver host command environment interface module into CA GSS, do the following:

  1. Be sure that MVS/TSO is running.
  2. Ensure that CA GSS is installed on your system.
  3. Look at the data set and member that are allocated to the PARMLIB DDNAME in CA GSS.
  4. Edit the data set/member and add the following line:

    ADDRESS DELIVER RMOINTF

  5. Add the CA Deliver load library to the concatenation of the CA GSS command procedure.
  6. Restart CA GSS.