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. |
Filtering selections
The filtering selections either open a WHERE clause window for you to edit and execute, or directly execute a WHERE clause based on a filter such as SQLID. For assistance with the WHERE clauses, use the SQL WHERE Clause Help facility. To access it, place the cursor on the WHERE clause and press <Help>.
ALL
File-AID for Db2 Object Administration displays all objects in the current subsystem.
CREATE
Displays definition windows in which you can create a new object. Complete the fields and execute the outermost window; File-AID for Db2 Object Administration generates the SQL and opens the SQL work buffer. For more information about creating new objects, see Generating-SQL.
CREATEDBY
Opens a list of objects created by your user ID.
CREATOR
Opens a WHERE clause to select objects created by a specified user ID:
object-ID.CREATOR LIKE %
CRTR_NAME
Opens a WHERE clause to select objects based on name and creator:
object-ID.CREATOR LIKE % AND object-ID.NAME LIKE % AND
object-ID.TYPE = object-code
DBNAME
Opens a WHERE clause to select objects by database name:
object-ID.DBNAME LIKE %
NAME
Opens a WHERE clause to select objects based on object name:
object-ID.NAME LIKE %
OTHER
Opens a window in which you can conveniently build a WHERE clause.
SQLID
Generates a list of objects created by the current SQLID. You can display the current SQLID using the SHOW primary command; see SHOW-Show-Contents.
USER
Opens a list of objects with your ID as the CREATOR.
Filtering selections for security menus
These filters are specific to display facilities that locate user IDs or authorities.
DISTINCT
Displays all user IDs with authorities for the currently selected object.
GRANTOR
Displays a WHERE clause to select authorities by grantor.
GRANTEE
Displays a WHERE clause to select authorities by grantee.
SQLID
Displays all authorities where the grantor is the current SQLID.
USER
Displays all authorities where the grantor is the current user ID.