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. |
Predicate Analysis Rules Abbreviations
List of Abbreviations
This appendix contains a complete list of the abbreviations used in the short and long messages you may receive when using Predicate Analysis.
Abbreviations Used in Rule Recommendations
Abbreviation | Explanation |
---|---|
LHS | left-hand side of a predicate |
RHS | right-hand side of a predicate |
RHS2 | the second operand on the right-hand side of a predicate such as column C in the predicate A between B and C or A like B escape C. |
col | column |
hostvar, hv | host variable |
expr | expression |
IntegerArithmeticConstant | arithmetic expression that contains only integer constants - for example, 10*5*2 |
op | operator - often, this operator is restricted to an arithmetic operator. The detailed message has more information about any restrictions. |
intConst | integer constant |
colExpr | expression that includes columns - for example, A*10+2.0 |
noncolexpr, | expression that does not include columns - for example, 10*2.0 |
(...) | an IN list |
noncorr_subq | noncorrelated subquery |
corr_subq | correlated subquery |
quantifiers | ALL, ANY, SOME, or DISTINCT |
(C1,C2,..Cn) | A list of columns for Db2. |