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. |
PSB tailoring in File-AID for IMS
All PSBs used by File-AID for IMS must contain four PCBs for the CLT and LTM control databases, as well as PCBs for the user databases. If the Audit Trail feature is going to be activated for any of the user databases accessed through a given PSB, then a fifth PCB must be coded for the AUD control database. In a single transaction configuration there is only one PSB that will contain these PCBs.However, in a multiple transaction configuration, there are usually multiple PSBs, each with PCBs for the control databases and PCBs for a subset of the user databases. Some thought must be given to grouping the user database PCBs into the PSBs. Following are some suggestions:
- Provide each programming group with its own PSB, which contains PCBs for the databases that the group uses.
- Group each set of application related databases into its own PSB.
- Group databases that have strict access security in a PSB separate from databases that have more lenient access.
- Group test database PCBs in one PSB, production database PCBs in another.
Following are some guidelines for creating PSBs:
- The first four PCBs in the source code must be exactly as shown in Modify PSBs in Customizing-File-AID-for-IMS-CICS. The fifth PCB is optional for the AUD control database.
- The PROCOPT parameter on all user database PCBs should be A and should be specified on the PCB macro and not the SENSEG macro. If you want to enforce security using the PSBs, you can specify a PROCOPT parameter of G, GO, or GOT on the user databases. This action causes File-AID for IMS to display an abend screen with an AM status code and then the Primary Option Menu screen whenever one of these user databases is edited.
- To exclude a segment from processing by File-AID for IMS, simply leave the segment out of the PCB. The excluded segment is not displayed nor updated.
- Do not code more than one PCB per database within a single PSB. File-AID for IMS cannot differentiate between them.
Related topics