To find 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
rajendharreddy
Participant
Posts: 46
Joined: Tue Aug 21, 2007 5:39 am
Location: Bangalore, India

To find Job

Post by rajendharreddy »

Hi,

I have a job called JobSeq_Prod. How do I find out that in which folder the job is stored in project tree folder in Repository.

When I am trying to create new job with same name, it is not allowing me to create.

Can anybody help me how can I find the job?

Thanks..
narasimha
Charter Member
Charter Member
Posts: 1236
Joined: Fri Oct 22, 2004 8:59 am
Location: Staten Island, NY

Post by narasimha »

Search for "search job", you will get your answer! If not get back.
Narasimha Kade

Finding answers is simple, all you need to do is come up with the correct questions.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

From the Administrator:

Code: Select all

SELECT CATEGORY FROM DS_JOBS WHERE NAME = 'JobSeq_Prod';
-craig

"You can never have too many knives" -- Logan Nine Fingers
manjunathnet
Participant
Posts: 5
Joined: Fri Dec 22, 2006 2:11 am

Post by manjunathnet »

DataStage maintains unique jobs name per project, whether it may be in different category or folder, so create differnt names for jobs
Post Reply