ODBC Server Reference Manual
Managing Customized Catalogs
HP NonStop ODBC Server Reference Manual—429151-002
7-58
PROCEDURE Statements
Example
MODIFY NET_SERVICE $svc4 services_filename $ntwrk.odbc.srvc
REMOVE NET_SERVICE
The REMOVE NET_SERVICE statement removes the specified system network
service. To execute REMOVE NET_SERVICE, you must be a privileged user.
scs-processname
is the name of the SCS process associated with network service entry in the
ZNSNET table you want to remove.
Considerations – REMOVE NET_SERVICE
The REMOVE NET_SERVICE statement:
•
Removes the corresponding network service entry in ZNSNET
•
Generates a warning if scs-processname is referenced by an SCS entity in
ZNSSCS
•
Generates an error if you are not a privileged user
Example
REMOVE NET_SERVICE $svc4
PROCEDURE Statements
Use the following statements to configure and manage stored procedures:
•
ADD PROCEDURE
•
ADD PROCEDURE_COLUMNS
•
MODIFY PROCEDURE
•
REMOVE PROCEDURE
ADD PROCEDURE
The ADD PROCEDURE statement adds an entry to the ZNUPROC table for procedure
name mapping.
Caution. If you specify a new value for NET_PROTOCOL, NET_NAME, or IOP_NAME for
an SCS process that is currently running, the SCS process will terminate abnormally.
REMOVE NET_SERVICE scs-processname [ UPDATE_SYSTEM_CONFIG ]