ODBC Server Reference Manual
Managing Customized Catalogs
HP NonStop ODBC Server Reference Manual—429151-002
7-97
SQL Communications Subsystem (SCS) Statements
NOSUTIL_OBJECT nosutil-object-file-name
is a 34-character NonStop SQL/MP program.
NOSUTIL_LIBRARY_FILE nosutil-library-file-name
is an alphabetic string up to 35 characters in length that specifies the name of a
user library for the NOSUTIL process. Use this parameter to specify a library other
than the default library.
NOSUTIL_PRIORITY nosutil-priority
is an INT(2) number between -1 and 199 that specifies the priority of the NOSUTIL
process. A value of -1 means to assign the NOSUTIL process the priority of the
calling process minus 10 points.
NOSUTIL_CPU nosutil-cpu
is an INT(2) number that identifies the CPU in which to run the NOSUTIL process.
The actual range of values depends on the number of CPUs on your node. If you
specify -1 for nosutil-cpu, the PROCESS_CREATE_ procedure automatically
assigns a CPU.
NOSUTIL_CREATE_OPTIONS nosutil-create-options
is an INT(2) number that specifies create options for the NOSUTIL process:
NOSUTIL_DEBUG_OPTIONS nosutil-debug-options
is an INT(2) number that specifies debugging options for the NOSUTIL process:
6 Inherit DEFINEs from the calling process, but ignore DEFINEs stored in
ZNSDEF.
22 Inherit DEFINEs from the calling process, and include at least one DEFINE
from ZNSDEF.
23 Inherit DEFINEs from the calling process, include at least one DEFINE from
ZNSDEF, and run the NOSUTIL process at a low PIN.
0 Do not use debugging features.
10 Enter DEBUG mode at _MAIN.
11 Enter INSPECT mode at _MAIN and create a SAVEABEND file upon a trap.
13 Enter DEBUG mode at _MAIN, ignore the program default for debugging
options, and create a SAVEABEND file upon a trap.
14 Enter INSPECT mode at _MAIN, ignore the program default for debugging
options, and create a SAVEABEND file upon a trap.