Finding a job

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
Prashantoncyber
Participant
Posts: 108
Joined: Wed Jul 28, 2004 7:15 am

Finding a job

Post by Prashantoncyber »

Hi All,

How to search/find a particular job in datastage project?
I tried to use seach option in Director.but its not working.

thanks
kumar_s
Charter Member
Charter Member
Posts: 5245
Joined: Thu Jun 16, 2005 11:00 pm

Post by kumar_s »

There is a command available called 'dssearch' from command prompt.
Impossible doesn't mean 'it is not possible' actually means... 'NOBODY HAS DONE IT SO FAR'
talk2shaanc
Charter Member
Charter Member
Posts: 199
Joined: Tue Jan 18, 2005 2:50 am
Location: India

Post by talk2shaanc »

or login to datastage administrator and on "command" ; run below sql

SELECT * FROM DS_JOBS WHERE @ID LIKE '<job name>';

Its case sensitive, so if you are not aware of exact cases used in the job name; use UPPER function.
Shantanu Choudhary
Post Reply