Log of Job updating

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
myukassign
Premium Member
Premium Member
Posts: 238
Joined: Fri Jul 25, 2008 8:55 am

Log of Job updating

Post by myukassign »

Reuesitng for a help.

How can I identify the updates made to any of the jobs in my project?

I know to identify the jobs deleted we can use the following command, Reuesting to get a similar one for update.

SELECT INSTANCE, PREVDTD, PREVDELETOR FROM DS_AUDIT WHERE PREVDTD IS NOT NULL AND PREVDTD <> '' AND CLASS = '2';
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

A search for DS_AUDIT here should turn all of that up.
-craig

"You can never have too many knives" -- Logan Nine Fingers
Post Reply