Neoview Workload Management Services Guide (R2.3)
type
specifies one of these options for cancelling queries:
cancels all queries in the specified service. service-name is the
name of a user-defined service for managing queries. The service
name is not case-sensitive and is always converted to uppercase.
WMS supports multibyte characters in the service name. For
guidelines on using multibyte character sets, see the Neoview
Character Sets Administrator's Guide.
QUERIES service-name [ALL]
cancels all queries in the specified query state in the specified
service. service-name is the name of a user-defined service for
managing queries. The service name is not case-sensitive and is
always converted to uppercase. WMS supports multibyte characters
in the service name. For guidelines on using multibyte character
sets, see the Neoview Character Sets Administrator's Guide.
state is one of these query states:
• EXECUTING
• WAITING
• HOLDING
QUERIES service-name state
cancels all queries.QUERIES ALL
cancels all queries in the specified query state. state is one of these
query states:
• EXECUTING
• WAITING
• HOLDING
QUERIES state
cancels the specified query. query-id is the query identifier and
can be a maximum of 160 characters.
QUERY query-id
Considerations
To execute this command in NS mode in NCI, see “How to Execute WMS Commands in NCI”
(page 55).
Examples
• This command cancels all queries in the DATALOADING service:
CANCEL QUERIES dataloading
• This command cancels all queries in the executing state in the SALESQUERIES service:
CANCEL QUERIES salesqueries EXECUTING
• This command cancels all queries on the Neoview platform:
CANCEL QUERIES ALL
• This command cancels all queries in the waiting state:
CANCEL QUERIES WAITING
• This command cancels a specific query:
CANCEL QUERY MXID0100100050121203677536...
DELETE SERVICE Command
The DELETE SERVICE command removes a service from the WMS configuration on the Neoview
platform.
Syntax
DELETE SERVICE service-name [IMMEDIATE]
62 WMS Commands