Search found 11 matches

by girish.rupkumar
Wed May 28, 2008 10:20 pm
Forum: General
Topic: To check status of the job using Shell Script
Replies: 9
Views: 5255

Thanks a lot Joshi... :)

Regards,
Girish.
by girish.rupkumar
Wed May 28, 2008 8:38 am
Forum: General
Topic: To check status of the job using Shell Script
Replies: 9
Views: 5255

To check status of the job using Shell Script

Hi All,

I want to check the status of the job (whether it is executed or not) through a UNIX shell script. Is there any way in DS where I can fetch only the status of the job?

Thank you.
by girish.rupkumar
Fri Feb 29, 2008 4:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DS Version clarification
Replies: 11
Views: 4475

Thank you all for the chain of replies.... :)

Surprised by seeing RAY's appointments...!!! :!: :!:
by girish.rupkumar
Thu Feb 28, 2008 6:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DS Version clarification
Replies: 11
Views: 4475

DS Version clarification

Hi All,

I am working on DS 7.5.2. But recently I heard about the version 7.5.1A.
I am wondering whether 7.5.2 version is the latest one or the other (7.5.1A). :?:

Appreciate your comments.

Thanking you,
Girish.
by girish.rupkumar
Thu Oct 18, 2007 4:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How can I kill the job which is still running after stopped?
Replies: 7
Views: 3176

No need to rename job...and compile and again rename....

Go to Director-->Job-->cleanup Resources

you will find all the jobs which are running....select the job which you have to stop and clear it.
by girish.rupkumar
Thu Oct 18, 2007 4:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How can I kill the job which is still running after stopped?
Replies: 7
Views: 3176

No need to rename job...and compile and again rename....

Go to Director-->Job-->cleanup Resources

you will find all the jobs which are running....select the job which you have to stop and clear it.
by girish.rupkumar
Fri Sep 28, 2007 12:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to run datastage job in unix environmet
Replies: 5
Views: 3090

Re: how to run datastage job in unix environmet

Hi...

You can use JCS (Job Control Script). In this you have to pass values through parameters. i.e., job name, path of the source file and target file, etc., After this you have to run the JCS from UNIX.
by girish.rupkumar
Thu Sep 27, 2007 12:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Dealing with Occurs in .cfd files using CFF stage
Replies: 14
Views: 6038

Re: Dealing with Occurs in .cfd files using CFF stage

Hi...

As Ray is telling, you have to flatten your input file. Means, you need to update your metadata by creating new columns. (As many times as it is occuring). I have faced the same challenge before and I got flattened input file and the new metadata.....
by girish.rupkumar
Wed Sep 26, 2007 11:32 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DATA STAGE
Replies: 6
Views: 2075

Re: DATA STAGE

Hi..

Here you can specify a filter program for processing the file you are extracting data from. For example, to unzip a compressed file before reading it.
by girish.rupkumar
Wed Sep 26, 2007 4:02 am
Forum: General
Topic: Joiner, union etc
Replies: 10
Views: 4415

Re: Joiner, union etc

Hi... In Server 7.5x2, if you are using OCI, RDBMS or any other Database stages, you can join two tables using SQL query. If you are using sequential file or any flat file, you can do all the join types except right outer join by using a transformer stage. Coming to Sorting, there is a sort stage. A...