Writer instructions | ||
Purpose | Use this page to display a banner announcement on each page of the space. Create the Space announcements page in the master space, outside of the Home branch. You can version the Space announcements page to enable different banners to be published into different target spaces, however, the banner that is displayed in the versioned (master) space itself only displays the most recently-published banner. If you find errors in the banner area of your versioned space and you are sure the Space announcements page is set up correctly, try publishing the page to the same space. For more information, see Space-announcements-banners. | |
Removing | When an announcement is no longer needed, remove the BMC Space Banner macro. | |
Translation | Localized spaces using the L10n Viewport theme must change the name of this page to Space announcements l10n. See Configuring-the-Scroll-ViewPort-theme-for-translated-spaces. | |
Usage | Choose one or none of the following BMC Space Banner macros. If your space requires another kind of announcement, you can use this page in coordination with your team lead and editors. |
Delete control table
The Delete Control Table (member Db2DCT in the control card PDSE) contains information about the tables from which data is to be deleted. It is the input (SYSIN) for the DELETE step.
Db2 Delete Control Table
*
*
* TARGET OBJECT
* ----------------------------------
TI: ID=003 ROW COUNT= 888 NNN
TC: TSOID01
TT: PART_TABLE
*
* TARGET OBJECT
* ----------------------------------
TI: ID=002 ROW COUNT= 357 NNN
TC: TSOID01
TT: ORDER_TABLE
*
* TARGET OBJECT
* ----------------------------------
TI: ID=001 ROW COUNT= 1462 NNN
TC: TSOID01
TT: ORDER_LINE_TABLE
*
The Delete Control Table contains the following columns:
Delete Control Table
Field Name | Description |
---|---|
TI | Target Information: |
ID | Internal table control number; corresponds to the Hnnn record in the extract file. |
ROW COUNT | Identifies the number of rows to be deleted; the number of records extracted from the table when the extract file was generated. |
N or Y | Represents the D record supplement indicator (see also Product Record — 0). |
N or Y | Represents the extract IMPLICITLY HIDDEN columns indicator (see also Extract IMPLICITLY HIDDEN columns). |
N, C or V | Represents the compression indicator (see also Compress). |
TC | The target creator ID. Creator ID of the table from which data is to be deleted. |
TT | The target table; the table from which data is to be deleted. |