NonStop SQL/MP Reference Manual

Table Of Contents
NonStop SQL/MP Reference Manual142115
O-10
Considerations—OVERFLOW_CHAR
character
is a printable, single-byte character to use as an overflow character.
The default is *.
Considerations—OVERFLOW_CHAR
Overriding the default overflow character
You can override the default filler character for a specific print item by specifying
the OC modifier in the display format for the item. See AS Clause
on page A-54 for
more information.
Examples—OVERFLOW_CHAR
If you enter the following, then a value that is too large for a 10-byte display field
prints as “++++++++++”:
>> SET STYLE OVERFLOW_CHAR "+";
OWNER FILE ATTRIBUTE
OWNER is a file attribute that identifies the owner of the file. OWNER applies to
tables, indexes, protection views, collations, catalogs, programs, and Guardian files.
group-num, user-num
specifies the user ID of the user who is to be given ownership of the object;
group-num is an integer that is a group number; user-num is an integer that is a
user number.
The table default is the user ID of the creating process.
The index default is the user ID of the table's owner.
See Security on page S-11 for more information about file ownership.
OWNER group-num, user-num