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 |
Diagnosing the WHERE clause
BMC provides a diagnostic trace function in the WHERE clause that you can use to resolve problems related to WHERE processing.
The arguments are defined as follows:
arg1 | The first argument (arg1) is required and specifies the level of tracing requested. You can specify one of the following values for arg1:
| ||||||||||
arg2 and arg3 | The second and third arguments (arg2 and arg3), specify the range of rows subject to tracing. These arguments must be numeric values separated by a colon (:). arg2 is the starting row number and arg3 the ending row number. If neither value is specified, all rows are traced. If only arg2 is specified, then the default for arg3 is 2**31-1. |
Related topics