![HP G08 Reference Manual Download Page 136](http://html.mh-extra.com/html/hp/g08/g08_reference-manual_165059136.webp)
FUP Commands
File Utility Program (FUP) Reference Manual—523323-014
2-84
INFO
SQL-identifier
is a name used by SQL/MX to identify tables, views, columns, and other SQL
entities. SQL identifiers can be either regular or delimited and can contain up to
258 characters in external form, or equivalently up to 128 characters in internal
format. Regular identifiers begin with a letter (A through Z or a through z), but
can also contain digits (0 through 9), or underscore characters (_).
Regular identifiers used to name a SQL/MX module (the basic object part) can
start with the ^ character or contain the ^ character.
A delimited identifier is enclosed in double quotes ("). Delimited identifiers are
character strings that appear within double quote characters (") and consist of
alphanumeric characters and other characters, except for character @, /,\, and
^. To include a double quote character in a delimited identifier, use two
consecutive double quotes. A delimited module name in SQL/MX can contain
the circumflex character (^).
DETAIL
gives detailed information on file characteristics (including SMF information). Use
the DISPLAYBITS option (from the CONFIGURE command) with INFO,DETAIL
when the file contains alternate keys containing 8-bit characters.
EXTENTS
provides a listing of extent allocation by file (except SQL/MP and SQL/MX views).
If specified, views are skipped.
STAT[ISTICS]
provides all the DETAIL information and statistical data on blocks and records for
Enscribe-structured files, SQL/MP and SQL/MX tables, and indexes. Statistics
information does not appear for unstructured Enscribe files, SQL/MP and SQL/MX
program files, views, or shadow labels.
PARTONLY
limits the information to any partitions that you specify explicitly in
fileset-list
. For example, if you specify only a secondary partition of an
SQL table, statistical information about the primary partition (or any other
secondary partition) does not appear.
Note.
The information regarding SQL/MX module provided above is for reference
purpose only. FUP commands do not support the MODULE keyword.
Note.
For more information about the DISPLAYBITS option, see
CONFIG[URE]
on
page 2-26.
Note.
The DETAIL information is not provided if the CONFIG STATONLY option is
specified. For more information, see
CONFIG[URE]
on page 2-26.