NonStop SQL/MP Reference Manual

Table Of Contents
NonStop SQL/MP Reference Manual142115
N-4
Considerations—NEWLINE_CHAR
character
is a single-byte character to mark the end of a line in a heading string. The default is
“/”.
Considerations—NEWLINE_CHAR
See DETAIL Command on page D-43 for information about how to create headings.
Examples—NEWLINE_CHAR
The following example sets the new-line character to an exclamation point, then
uses it in a DETAIL command to create a two-line heading:
>> SET STYLE NEWLINE_CHAR "!";
S> DETAIL EMPNUM HEADING "Employee!Number" CENTER, ...
S> LIST FIRST 1;
Employee
Number
--------
234
Nonaudited Tables
Nonaudited tables are tables that are not audited by TMF (Transaction Management
Facility), the main functional component of the NonStop Transaction Manager/MP
(TM/MP) product. NonStop TM/MP recovery operations do not protect nonaudited
tables from node failure or media failure.
NonStop SQL/MP creates audited tables by default but you can specify the creation of a
nonaudited table (or change an audited table to a nonaudited table) using the AUDIT file
attribute for the table.
See AUDIT File Attribute
on page A-68 or TMF Transactions on page T-5 for more
information.
NOPURGEUNTIL File Attribute
NOPURGEUNTIL is a Guardian file attribute that specifies an expiration date and time
after which a table or index can be purged or dropped. NOPURGEUNTIL applies to
key-sequenced, relative, and entry-sequenced tables and to indexes.
SQL stores the date and time in local civil time (LCT).
{ mmmbddbyyyy [, hh:nn ] }
NOPURGEUNTIL { ddbmmmbyyyy [, hh:nn ] }
{ hh:nn }