NonStop SQL/MP Reference Manual

Table Of Contents
NonStop SQL/MP Reference Manual142115
S-67
SQLCODE
For more information about a specific SQLCI command, see the entry for that
command.
SQLCODE
SQLCODE is a variable in a host program to which SQL returns status information.
For more information about SQLCODE, see the NonStop SQL/MP programming
manual for your host language.
SQLCOMP Command
The SQLCOMP command starts the NonStop SQL/MP compiler from a TACL process
in the Guardian environment. You use SQLCOMP to SQL-compile Guardian host
language programs that contain embedded SQL statements.
For details about SQLCOMP, see the NonStop SQL/MP programming manual for your
host language.
Standards Conformance
NonStop SQL/MP complies most closely with Entry Level SQL as described in ANSI
X3.135-1992 and ISO/IEC 9075:1992.NonStop SQL/MP also includes some features
from Intermediate and Full Level ANSI/ISO SQL as well as special Tandem extensions
to the SQL language.
The remainder of this entry summarizes the exceptions and extensions to the standard.
Exceptions to Conformance With Entry Level SQL 1992
The following list summarizes the major ways in which NonStop SQL/MP does not
conform to ANSI/ISO Entry Level SQL:
Catalog, schema, table, view, and collation names
NonStop SQL/MP does not have the concept of a catalog or schema equivalent to
those of ANSI/ISO SQL. However, the NonStop SQL/MP concept of a catalog is
similar to that of an ANSI/ISO SQL schema in many respects.
Nonstop SQL/MP table, view, and collation names differ from table, view, and
collation names in ANSI/ISO SQL. ANSI/ISO SQL table, view, and collation names
are of the form:
catalog.schema.table
VERIFY Checks the consistency and validity of object definitions in catalogs
and file labels; lists invalid programs
VOLUME Changes the default volume or subvolume
! Reexecutes a previous command