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 |
+IGNDEFNO
The +IGNDEFNO parameter specifies whether to ignore indexes specified with DEFINE NO and to process other tables in the underlying table space. Use +IGNDEFNO when you have table spaces containing either of the following tables:
- Tables with DEFINE NO indexes
- Tables with DEFER YES indexes
YES | Ignores deferred indexes on empty tables and processes the table space for the other tables in the table space |
---|---|
NO | (Default) Does not process table spaces that have deferred indexes |
+IGNDEFNO(YES) is familiar with users with packaged software who have table spaces with many empty tables with deferred indexes.
Related topic