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 |
The default time separator is a colon (:).
Note: Use printable characters that are not likely to be confused with syntactical data, such as a comma or a quotation mark for the date and time separator characters.
Change the values in the REP statements in the AMASPZAP input to the values that you want.
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). |
|
To: |
++ZAP(RMODFMT). |
In the preceding example:
Note: If you want to make a change to RMODFMT, you must reapply this USERMOD.
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:
In this data set, specify the names of the CA Deliver databases and the destination where CA 11 runs.
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).
These attributes are needed to specify the data set referenced in the RMOPARMS DD statement:
In this data set, specify these two control statements:
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.
| Copyright © 2012 CA. All rights reserved. |
|