Page 1 of 1

Unique Value For Each Job Run

Posted: Fri Dec 15, 2006 8:12 am
by asitagrawal
Hi All,

Is there any identifier (numeric type) which is generated uniquely for each run of the Job?
That is if I run the Job 3 times, one after the other, that Id should be unique for each run.

Thx

Posted: Fri Dec 15, 2006 8:14 am
by chulett
:? Automagic, built-in uniquely generated value? No. Something you could do? Sure.

Posted: Fri Dec 15, 2006 8:44 am
by johnthomas
You may use job start timestamp or end time stamp with the job name for this

Posted: Fri Dec 15, 2006 3:03 pm
by ray.wurlod
Invent a name for the sequence of unique numbers, and use one of the key management (get next value) routines from a Routine activity in the controlling job sequence.