ODBC Server Reference Manual
Managing Customized Catalogs
HP NonStop ODBC Server Reference Manual—429151-002
7-16
Running the Statements Using Pass-Through Mode
The following INFO command displays all tables in a single ODBC catalog on all
volumes and all subvolumes:
INFO TABLE $*.*.*
[ FROM odbc-catalog]
If the wild card pattern is not provided, the current volume and subvolume values are
used. If the ODBC catalog name is not provided, the default is the current volume and
subvolume.
The following INFO commands display all server classes associated with an SCS
named configuration entity:
Wild-card characters are not valid for INFO CONFIG and INFO MAPNAME.
LOG
The LOG command captures NOSCOM command input and output to a file. To capture
input and output, type LOG TO filename. If filename does not exist, NOSCOM
automatically creates an EDIT file. If filename already exists, NOSCOM appends the
logged information to the end of the file. LOG logs command input and output until
either you execute LOG STOP or terminate the NOSCOM session.
OBEY
The OBEY command executes a NOSCOM command file. A command file is an EDIT
file that contains a sequence of NOSCOM commands to execute. To execute a
NOSCOM command file, type OBEY filename at a NOSCOM prompt. NOSCOM
executes the commands until an error occurs or the last command executes.
To include comments in a NOSCOM command file, precede the comment text with two
dashes ( -- ); remaining characters on the line are ignored. You can execute another
command file from within a command file; NOSCOM supports up to five layers of
OBEY commands embedded in command files.
QUIT
The QUIT command terminates your NOSCOM session. EXIT and QUIT are
equivalent.
Running the Statements Using Pass-Through Mode
You can run most of the utility statements using pass-through mode in the NonStop
ODBC Server. The general syntax of a pass-through statement is:
INFO CONFIG scs-name
INFO MAPNAME scs-name USER user-name
SELECT "TDM: UTIL catalog-utility-statement"