STATE values of the ctmpsm -XML output

A lot of scripts ans example to extract information from Control-M tools.
Post Reply
pbabka

STATE values of the ctmpsm -XML output

Post by pbabka » 27 Nov 2009 6:23

Hi,

Is there any documentation which describes the values of the job parameters returned by the "ctmpsm -XML ALL" command?
Most of them are obvious, but the STATE isn't.
Thanks.

Regards,
Peter

User avatar
Moti_reshef
Nouveau
Nouveau
Posts: 10
Joined: 05 Mar 2009 12:00

Full list of the STATE status

Post by Moti_reshef » 29 Nov 2009 3:53

Hi Peter,

Here are the full list of the STATE translation list:
JOB_WAIT_SCHEDULING '0'
JOB_WAIT_CONFIRM '1'
JOB_WAIT_RERUN 'A'
JOB_WAIT_TIME 'B'
JOB_WAIT_COND 'C'
JOB_WAIT_RSC 'D'
JOB_WAIT_SUBMISSION 'E'
JOB_NOT_KNOWN 'F'
JOB_RETRY_SUBMIT 'G'
JOB_WAIT_GROUP_SCH 'H'
JOB_FAIL_SUBMIT 'I'
JOB_WAIT_ODAT 'J'
JOB_POST_ODAT 'K'
JOB_SUBMITTED '2'
JOB_NOT_SUBMITTED '3'
JOB_EXECUTING '4'
JOB_ENDED '5'
JOB_ANALYZED '6'
JOB_DISAPPEARED '7'
JOB_POST_PROCCESSED '8'
JOB_NOT_FOUND '9'
JOB_UNKNOWN 'Z'

N-Joy,
Moti.

pbabka

Post by pbabka » 29 Nov 2009 8:11

Hi,

Thanks.

Regards,
Peter

Post Reply