Previous Topic: Installing the Features

Next Topic: Set Up CA 11 to Run with CA Deliver


Change the Date Format Shown on Panels

The date format, date separator character, and time separator characters are specified in the RMODFMT load module.

The date format is specified in the first byte (hex location 00) of the load module as a hexadecimal value of 00 through 07 as follows:

Date Format

Hexadecimal Value

MM/DD/YYYY (default)

00

DD/MM/YYYY

01

YYYY/MM/DD

02

YYYY/DD/MM

03

MM/DD/YY

04

DD/MM/YY

05

YY/MM/DD

06

YY/DD/MM

07

For example, if you selected MM/DD/YY for your default format, a dash (-) for the date separator, and no change for the time separator, change the AMASPZAP statements in BRNSDFMT as follows:

From:

++ZAP(RMODFMT).
NAME RMODFMT RMODFMT
VER 0000 0061,7A00
REP 0000 0061,7A00
$$

To:

++ZAP(RMODFMT).
NAME RMODFMT RMODFMT
VER 0000 0061,7A00
REP 0000 0460,7A00
$$

In the preceding example:

Note: If you want to make a change to RMODFMT, you must reapply this USERMOD.

Set Up the CA 11 Interface

To set up an interface between CA 11 and CA Deliver, verify that one or more of the following conditions exist:

To set up an interface between CA 11 and CA Deliver:

  1. Create a sequential data set to specify parameters for the CA Deliver and CA 11 interface program.

    In this data set, specify the names of the CA Deliver databases and the destination where CA 11 runs.

  2. If CA 11 is executing on a different operating system, specify the name of this data set in the RMOPARMS DD statement when you set up the CA 11 procedure catalog for CA Deliver.

    In this data set, specify the subsystem name of the CA L‑Serv Database Manager that is to manages the CA Balancing database (if CA Balancing is used with CA Deliver).

Data Set Attributes

These attributes are needed to specify the data set referenced in the RMOPARMS DD statement:

Data Set Statements

In this data set, specify these two control statements:

Syntax of Control Statements in the Data Set

The syntax of the statement used to specify the name of a CA Deliver database is:

NAME high-level-name

where high-level-name represents the name of the CA Deliver database.

The syntax of the statement used to specify the name of the destination on which CA 11 runs is:

FROM-NODE NAME=JES2/JES3-dest-where-CA 11-runs

where JES2/JES3-dest-where-CA 11-runs represents the name of the originating destination on which CA 11 runs.

These control statements are also described in the Reference Guide.

If there are identical job definitions in different CA Deliver databases, maintain the order of the CA Deliver databases in the data set referenced in the RMOPARMS DD statement for your entire execution.