Writer instructions | |
---|---|
Page title | For most spaces, this page must be titled Space announcements. For spaces with localized content, this page must be titled Space announcements l10n. |
Purpose | Provide an announcement banner on every page of your space. |
Location | Move this page outside of your home branch. |
Guidelines |
Optionally editing the Subzero initialization script (BRDOPTS)
During customization, the Installation System creates members for products in the DBCENV dataset referenced in the DBC$STC PROC. To customize values that the BRD agent uses, edit the BRDOPTS member in the DBCENV dataset.
To edit the initialization script
- Access the BRDOPTS member from the DBCENV dataset referenced in the DBC$STC PROC.
- Edit the values for the keywords as desired:
- BRDPROC=procName specifies the procedure that DBC uses to start Subzero agents. For procName, you can specify any valid procedure name instead of the default BRDPROC. Ensure that you also use this name as the name of the corresponding member in a data set in your SYSPROC concatenation.
JOBNAME=jobName specifies the job name of the Subzero controlling agent. For jobName, you can specify any valid job name (up to eight characters) instead of the default BRDCNTL. By default, the job names of Subzero subsystem servers are based on the JOBNAME value unless you define a naming pattern for the subsystem servers:
- DBC retains up to the first four characters of the controlling agent's JOBNAME.
- Subzero appends the four character subsystem ID of the associated DB2 or IMS subsystem.
- The name is padded with blanks to ensure an eight character JOBNAME.
In the job name, you can specify any symbolic value that DBC supports.
During execution, the system constructs the name by substituting current values for the symbolic values. In this example, the system substitutes the DBC subsystem ID.
For information about supported symbolic values, see the
.
Where to go from here
Related topic