Order ID job

All questions about Control-M jobs definitions
Post Reply
User avatar
futre25
Nouveau
Nouveau
Posts: 166
Joined: 11 Aug 2009 12:00

Order ID job

Post by futre25 » 02 Sep 2009 2:53

Hi,

I need to know where to obtain the value ORDER ID of a job, if in bbdd or for command. The value that comes in job details -> order id of the field Active of the job.
Example: 55yq3.

Thanks to all.

User avatar
philmalmaison
Nouveau
Nouveau
Posts: 1148
Joined: 08 Jun 2007 12:00
Location: Ile de France

Post by philmalmaison » 02 Sep 2009 3:07

this is the CMR_AJF(ORDERNO) in 36 base.

so do a p_36 ORDERNO to have the ORDERID of the job on your controlm server


regards
philmalmaison

User avatar
Walty
Nouveau
Nouveau
Posts: 473
Joined: 20 Jan 2006 12:00

Post by Walty » 02 Sep 2009 3:57

Hi,

Just more information about the Control-M utility: p_36

- Convert ORDERID to ORDERNO

p_36 55yq3
result = 8676363


- Convert ORDERNO to ORDERID

p_36 "*8676363"
result = 055yq3
Best regards
Walty

Post Reply