z/OS Common Information Model User's Guide
Previous topic | Next topic | Contents | Index | Contact z/OS | Library | PDF


cimcli xq (execQuery)

z/OS Common Information Model User's Guide
SC34-2671-00

cimcli xq (execQuery)

Purpose

Performs the execQuery CIM operation with the specified query-expression. Note that the use of the execQuery operation has been deprecated by the DMTF and it may be removed in a future version of the "Specification for CIM Operations over HTTP".

Operation

Read syntax diagramSkip visual syntax diagram>>-+-xq--------+--query-expression--+----------------+---------->
   '-execQuery-'                    '-WQL | DMTF:CQL-'
 
>--+-----------+--| Common options |---------------------------><
   '- -n--path-'
 

Options

query-expression
specifies a WQL or DMTF:CQL query expression.

If no query language is specified, WQL is the default.

For special options and "Common options", see cimcli Options.

Examples

cimcli xq "select handle,name from CIM_process
                where handle = \"1\"" WQL

Results

0
Successful execution of the operation
all values other than 0
The execution on the operation returned an error.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014