Finding a job

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
videsh77
Premium Member
Premium Member
Posts: 97
Joined: Thu Dec 02, 2004 10:43 am
Contact:

Finding a job

Post by videsh77 »

What command to be given in DS Admin console to find a job?

Also, can anyone suggest me a place where I will find a comprehensive list of commands to be given at Command interface with DS Administrator?
Thanks with regards,
videsh.
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

Hello Videsh,

The Administrator is not the right place to look for jobs, that is best done in any of the 3 other programs. The command line calls are not needed for normal day-to-day DataStage work, therefore they are not documented in detail in the DataStage product. The underlying engine is almost identical to IBM's "UniVerse" product; if you go to IBM's website and search for universe documentation you will find several PDF documents detailing more information about what you can do from the command line than you can shake a stick at.

http://www-306.ibm.com/software/data/u2 ... y/952univ/

and I'd look at the http://www-306.ibm.com/software/data/u2 ... 04-952.pdf (the user guide).
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

I just noticed that I linked to the 9.5.2 documentation, the 10.x is on IBM's site as well.
videsh77
Premium Member
Premium Member
Posts: 97
Joined: Thu Dec 02, 2004 10:43 am
Contact:

Post by videsh77 »

ArnW, Thanks for the links.

But it didnt solve my problem. I am having many jobs in my project, which are classified under different categories.

I need to know, given a command & a jobname it will tell me which category that job resides.
Thanks with regards,
videsh.
kcbland
Participant
Posts: 5208
Joined: Wed Jan 15, 2003 8:56 am
Location: Lutz, FL
Contact:

Re: Finding a job

Post by kcbland »

videsh77 wrote:What command to be given in DS Admin console to find a job??
The only command you can give is a DS Engine command, and the DS Engine is a code branch of IBM's Universe product, therefore Arnd has pointed you in the right direction. Look here for commentary:
viewtopic.php?t=87916&highlight=dsjobs+category

videsh77 wrote: Also, can anyone suggest me a place where I will find a comprehensive list of commands to be given at Command interface with DS Administrator?
Arnd has done so.
Kenneth Bland

Rank: Sempai
Belt: First degree black
Fight name: Captain Hook
Signature knockout: right upper cut followed by left hook
Signature submission: Crucifix combined with leg triangle
lebos
Participant
Posts: 74
Joined: Mon Jan 20, 2003 10:02 am
Location: USA

Post by lebos »

In DataStage Director, under view in the menu, click on "Show All" and/or unclick on "Show Categories". One of these combinations will dispaly all jobs in the project.

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

Post by chulett »

Check this post for the syntax you are looking for. :wink:
-craig

"You can never have too many knives" -- Logan Nine Fingers
videsh77
Premium Member
Premium Member
Posts: 97
Joined: Thu Dec 02, 2004 10:43 am
Contact:

Post by videsh77 »

Thanks Craig & ArnW

SELECT CATEGORY FROM DS_JOBS WHERE NAME = 'JobName';

It will give you the category in which your job resides.
Thanks with regards,
videsh.
Post Reply