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. |
Editing the table definition
This section shows you how easy it is to define a new table by editing an existing definition from a similar object and renaming it.
The table editing windows must be displayed (as shown in Table Editing Windows) before you continue.
Edit the Edit Table Information window:
- Change the table name by typing EMPTEST over EMP.
- Change the database name to a valid name.
- Change the tablespace name to DSN8SEMP, the one you just defined.
- Change the table creator to your user ID.
Use Smart Link for valid database name if you are unsure which objects to name.
- Create a new column named JOB_GRADE in the Edit Columns window:
- Execute the R (repeat) row command next to JOB. The row is duplicated.
- Type JOB_GRADE over JOB in the new row to change the name of the COLNAME.
- Type VARCHAR over CHAR in the column type field for the new column JOB_GRADE.
- Type 40 over 8 in the column length field for the new column JOB_GRADE.
Execute the CONSTRAINTS primary command in the Edit Create Table Information Window.
The Constraints for Table windows open (see the following figure).
Delete the foreign key relationships in the Referential Constraints window.
- Execute the D (delete) row command next to RED in the RELNAME column of the Referential Constraints window.
- Execute the D (delete) row command next to NUMBER in the CONSTRAINT NAME column of the Edit Column Constraints window.
- Execute the D (delete) row command next to PERSON in the CONSTRAINT NAME column of the Edit Column Constraints window.
Foreign key relationships must be explicitly deleted with the D row command. Do not use <Cancel> or <End> on the Referential Constraints window in an attempt to delete the foreign key relationship.
- Press <End> from the Constraints for Table outer window to return to the Edit Create Table Information window.
Constraints Windows - Execute the LIMITKEY primary command in the Edit Create Table Information Window. The Edit Part Attributes for Table windows open (see the following figure). It displays the limitkey values for each logical partition.
Edit Part Attributes Window Press the <HELP> key to open the Edit Limitkey Information window where you can generate limit key values, which is helpful when there are many partitions.
The Edit Limitkey Information window opens (see the following figure). Depending on the column type for the Limitkey you can specifify the length, beginning value, ending value, increment, and/or number of partitions. For date columns, there is also an option to specify end-of-month values.
Edit Limitkey Information Window- Enter the following values:
- Select CHARACTER for the Type
- Type 6 for the Length
- Type 111111 for the Beginning Value
- Type 999999 for the Ending Value
- Type 8 for the Number of Partitions. (Scroll right to get to the NumParts column.)
Press <Go> to generatete the Limitkey values.
The Limitkey Values window opens (see the following figure). Review the values. If they are not acceptable, press <End> to return to the Edit Limitkey Information Window and repeat.
Limitkey Values WindowPress <Go> to use the generated Limitkey values.
The message “Table Limit Keys have been updated.” confirms the update.
Press <End> to return to the Edit Part Attributes Window which now displays the generated values for each partition (see the following figure). These values will be used in the PARTITION BY RANGE statement.
Part Attributes Values Window- Press <End> from the Edit Part Attributes Window to return to the Edit Create Table Information window.