Neoview Workload Management Services Guide (R2.3)

INFO WMS
RELEASE Command
The RELEASE command releases a query or a set of queries being managed by WMS from the
holding state.
Syntax
RELEASE type
type is:
{ WMS }
| { SERVICE { service-name | ALL } }
| { QUERY { query-id | ALL } }
type
specifies one of these options for releasing queries from the holding state:
releases WMS from the holding state.WMS
releases all queries in the specified service from the holding state.
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.
SERVICE service-name
releases all services on the Neoview platform from the holding
state.
SERVICE ALL
releases the specified query from the holding state. query-id is
the query identifier and can be a maximum of 160 characters.
QUERY query-id
releases all queries on the Neoview platform from the holding state.QUERY ALL
Considerations
To execute this command in NS mode in NCI, see “How to Execute WMS Commands in NCI”
(page 55).
Examples
This command releases WMS from the holding state:
RELEASE WMS
This command releases all queries in the DATALOADING service from the holding state:
RELEASE SERVICE dataloading
This command releases all services on the Neoview platform from the holding state:
RELEASE SERVICE ALL
This command releases a specific query from the holding state:
RELEASE QUERY MXID0100100050121203677536...
This command releases all queries on the Neoview platform from the holding state:
RELEASE QUERY ALL
STATUS Command
The STATUS command returns information about the current status of WMS and the system
resources, or the services or queries being managed by WMS.
66 WMS Commands