Search found 99 matches

by kumarjit
Tue Mar 03, 2015 9:50 pm
Forum: General
Topic: Job sequencer problem
Replies: 21
Views: 6874

Thanks to all of you for the feedbacks.

@ Craig: I'll try and write a custom trigger expression and see if that works.
Will keep you'all posted on my findings..... :)



Regards,
Kumarjit.
by kumarjit
Tue Mar 03, 2015 8:57 pm
Forum: General
Topic: Job sequencer problem
Replies: 21
Views: 6874

Thanks to Craig for giving me a direction to walk towards. And pardon me for the usage of inappropriate English as in "manipulate", because all I wanted to know is that if there's any way that I can skip/not let a constituent activity in a job sequencer to get executed on a specific day/ti...
by kumarjit
Tue Mar 03, 2015 6:51 am
Forum: General
Topic: Job sequencer problem
Replies: 21
Views: 6874

Thank Heavens that I finally get to have the MASTER of the Business reply on my post... :) But Ray, "No" as in? Do you mean to say that if there are three activities in a sequencer, and if I require to configure the second activity not to run on the last day of every month , I wont be able...
by kumarjit
Tue Mar 03, 2015 2:59 am
Forum: General
Topic: Job sequencer problem
Replies: 21
Views: 6874

Job sequencer problem

Is there any way that I can manipulate the individual activities in a job sequencer to execute at different intervals?

Please help.
And if there's any further information required,do revert.


Regards,
Kumarjit.
by kumarjit
Tue Mar 03, 2015 2:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: A little trick on average
Replies: 7
Views: 3136

Close????? Its more than close eh!!.... :lol:
Thanks to all of you for your support.

Regards.
by kumarjit
Mon Mar 02, 2015 10:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: A little trick on average
Replies: 7
Views: 3136

stuartjvnorton wrote:Read -> Agg (mean value) -> Filter -> Done ?
Didn't understand how could you achieve this using a single read?
Please explain..

Regards,
Kumarjit.
by kumarjit
Mon Mar 02, 2015 10:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: A little trick on average
Replies: 7
Views: 3136

However, in my opionion there's nothing wrong with how you've done it... I assume it is working for you, yes? Yes it does Craig.... :D What I'm seeking for is an alternative approach, where I'll be using a single Oracle Connector to fetch data from the table once and for all, and then use them to f...
by kumarjit
Mon Mar 02, 2015 10:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: A little trick on average
Replies: 7
Views: 3136

A little trick on average

Hello all. Pleasure writing back in this forum after a pretty long time. At the outset, I'd like to surrender that I tried to search through all the post, but somehow did not get any relevant posts, but if there are any, please let me know of it. I'm trying to retrieve records from a table called EM...
by kumarjit
Fri Dec 27, 2013 7:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Playing with Date-type data
Replies: 4
Views: 1790

StringToTimeStamp works good only if the DELIMETER in the date field is "-" (as set at Project level) and not "/" (as is in my case).
And yes , the 12 hour format (AM/PM) is required (that is the core of this requirement).


Regards
Kumarjit.
by kumarjit
Thu Dec 26, 2013 1:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Playing with Date-type data
Replies: 4
Views: 1790

Playing with Date-type data

I have a requirement , something like this : In our parallel job, we need to read a source file , one of the fields of which contain data like : 08/24/2012 23:11:15 What we intend is to transform it to a format like : 2012-08-24 11:11:15 PM I was looking ahead to use the OCONV function(as because I ...
by kumarjit
Thu Dec 26, 2013 1:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issue with Post SQL execution in OCI
Replies: 7
Views: 2689

Anyways , thanks for your time people.... :)

Regards
Kumarjit.
by kumarjit
Fri Dec 20, 2013 3:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issue with Post SQL execution in OCI
Replies: 7
Views: 2689

@craig : As I mentioned in the job design , there are three parallel data flows , each of which ending in an OCI stage , the surprise is that the same block is not getting executed (or skipped as I had been saying all this long) if used as a post sql for the second OCI , but when invoked from the fi...
by kumarjit
Wed Dec 18, 2013 2:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issue with Post SQL execution in OCI
Replies: 7
Views: 2689

@craig : Sure , its something like the one below : BEGIN BEGIN /*Script for creating index on a table whose name is a Job-level parameter*/ END ; /*Script to Update the table based on a specific criteria*/ END ; Surprisingly, this code seems to be doing fine when run from a sql client tool like SQL ...
by kumarjit
Tue Dec 17, 2013 7:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issue with Post SQL execution in OCI
Replies: 7
Views: 2689

Issue with Post SQL execution in OCI

Hi there , Been a long time since I'd posted last in this forum. Hope you all are doing well . I came with a pretty odd hitch that we faced in one of our parallel jobs. But the real trouble is, the same design is used in multiple other jobs as well, hence an error here would mean that changes are re...
by kumarjit
Fri Oct 25, 2013 10:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup stage handling conditions on each reference links
Replies: 1
Views: 1691

Lookup stage handling conditions on each reference links

I'm employing a lookup stage to refer my main source with TWO reference links , one of which would be set to return multiple rows if the lookup is successful. Following are the schema of Stream link, and the Reference links MEMBER(stream) will have fields MEMBER_ID, FIRST_NAME, LAST_NAME , DOB ADDRE...