Repository Search

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
phanikumar
Participant
Posts: 60
Joined: Tue Sep 20, 2011 10:44 pm
Location: INDIA

Repository Search

Post by phanikumar »

I am using datastage 7.5 parallel version and i haven't used this previously, I have a repository where it contains large number of jobs.Is there any search option for repository to quickly locate a job.


Regards

Kumar
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

The normal ones. Director allows a wildcard search, suggest you do that first and then turn off Category display. Otherwise, search DS_JOB from the Administrator:

Code: Select all

SELECT CATEGORY FROM DS_JOBS WHERE NAME = '?'
-craig

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