Version numbers from all jobs

A forum for discussing DataStage<sup>®</sup> basics. If you're not sure where your question goes, start here.

Moderators: chulett, rschirm, roy

Post Reply
vvsaucse
Participant
Posts: 16
Joined: Thu Aug 27, 2009 11:23 pm
Location: BAngalore

Version numbers from all jobs

Post by vvsaucse »

Hello - I am working on DS8.5 version mounted on Unix AIX . I would like to know if there is any command to fetch all the jobs and their correpsonding version numbers from command line. Any help is much appreciated.

Regards
Subbu.
Subbu
TCS BAngalore
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Not directly. You might want to check if dsjob -jobinfo includes that, if so you could loop thru all projects/jobs to fetch the list.

May I ask... why?
-craig

"You can never have too many knives" -- Logan Nine Fingers
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Should be a simple query against DS_JOBOBJECTS table.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply