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. |
Line commands in File-AID for Db2
This section describes the line commands available for use in File-AID for Db2. Line commands are commands you use to work with a line or block of data.
Not all line commands are valid in all areas of File-AID for Db2. The following table shows where they are valid.
Line commands are entered by typing over the characters in the sequence number field.
Line Command Availability by Function
Line Command | Edit table mode | Browse table mode | ZOOM and ZOOMH mode | SQL Source Analysis |
---|---|---|---|---|
A | x | x | ||
B | x | x | ||
BR | x | |||
C, CC | x | x | ||
D, Dn, DD | x | x | ||
ED | x | |||
EX | x | |||
I, In | x | x | ||
M, MM | x | |||
R, Rn, RR | x | x | ||
RI 1 | x | |||
S, Sn | x | x | x | x |
X, Xn, XX | x | x | x | x |
XP | x |
1 : Valid only from the RI Browse window.
The execution of a line command can encompass:
- Single lines.
- Range of lines. Enter the line command immediately followed by a number. The number specifies either the number of lines to be affected, or the number of times the command is to be performed.
- Block of lines. Enter the block syntax of the line command on the first and on the last lines of a block of lines.
Line commands can be revised by typing over the command with the desired entry. They can be erased by:
- Entering the RESET ALL primary command.
- Ending the browse or edit session.
- Typing over the sequence number field with blanks.
A line command can be entered in any character position (1-6) in the sequence field. It is not necessary to begin in column 1. However, if one or more numbers entered as part of the line command match one or more of the system-generated numeric sequence number characters, the characters which match are not recognized by the system. This situation can be corrected in one of three ways:
- Position the cursor on the sequence line immediately after the number, and press Enter.
- Enter the line command and its number on a line where the command number and the sequence number characters do not match.
- Entering a blank after the command.
Line commands can be used on all data lines. The I (insert) and A (after) line commands can be entered on the TOP OF DATA line by typing over the asterisks in the first six columns. The B (before) line command can be used on the BOTTOM OF DATA line.
I (Insert), C (Copy), and R (Repeat) create new rows. Copied and repeated rows are placed in a pending state (see Pending State for more details) so that you may change primary keys if necessary. Before saving a pending row, all columns defined as NOT NULL must be entered.
Key-based updating is not supported for remote objects. If you attempt it, a negative SQL code occurs.