HCL Workload Automation, Version 9.4

Running commands from conman

About this task

conman commands consist of the following elements:

commandname selection arguments

where:

commandname
Specifies the command name.
selection
Specifies the object or set of objects to be acted upon.
arguments
Specifies the command arguments.
The following is an example of a conman command:
sj sked1(1100 03/05/2006).@+state=hold~priority=0;info;offline
where:
sj
The abbreviated form of the showjobs command.
sked1(1100 03/05/2006).@+state=hold~priority=0
Selects all jobs in the job stream sked1(1100 03/05/2006) that are in the HOLD state with a priority other than zero.
;info;offline
Arguments for the showjobs command.

For conman commands that operate on jobs and job streams where job and job stream specifications include '#' special character, the '=' value delimiter must precede the object selection.

See the following example:
cj=site3#apwkly(0900 02/19/06).report
where:
cj
The abbreviated form of the cancel job command.
site3#apwkly(0900 02/19/06).report
Selects job report in job stream apwkly(0900 02/19/06) on workstation site3.