Search found 17 matches

by cmunikoti
Thu Apr 29, 2010 5:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: selecting column as null from oracle
Replies: 9
Views: 7428

Re: selecting column as null from oracle

Try '' instead of null
or else
use transformer stage and create those two colums and assign them with setnull()

Regards,
Chandrakiran
by cmunikoti
Thu Jan 07, 2010 6:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sequencer should be shown as "Aborted"
Replies: 2
Views: 1610

Many many thanks to you Ray.This has really helped me a lot.

Regards,
Cmunikoti
by cmunikoti
Thu Jan 07, 2010 12:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sequencer should be shown as "Aborted"
Replies: 2
Views: 1610

sequencer should be shown as "Aborted"

i am stuck with one problem. i got one master sequencer in which i am calling 'N' sub sequencers. Each and every sub sequencers are independent of each other. But due to some resource crunch i cannot trigger these sequencers simultaneously. SO i just created an "unconditional link" between...
by cmunikoti
Fri Oct 09, 2009 7:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Routine be called from command
Replies: 4
Views: 1996

What kind of 'routine'? ... Actually i have written a routine in which i am calling a job sequence in loop using DSRunjob(somekind of a real time implementation). I actually want to call that routine somehow from somewhere. so i m calling it from sequencer. But since i am calling that routine from ...
by cmunikoti
Fri Oct 09, 2009 6:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Routine be called from command
Replies: 4
Views: 1996

Routine be called from command

Can a routine be called from the command line.

As we do it for the job.

Regards,
Cmunikoti
by cmunikoti
Thu Oct 08, 2009 10:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: No Logging in routine called in sequencer
Replies: 1
Views: 1337

No Logging in routine called in sequencer

I have a issue and i need help on this. I am running a sequencer in which i am calling a user def routine. The routine runs continously in infinite loop (for real time implementation). The sequencer in which i am calling the routine ,the log is getting generated and getting appended continously for ...
by cmunikoti
Tue Sep 29, 2009 6:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Count of column which is varchar datatype
Replies: 3
Views: 1891

What output are you getting in PX and have you tried it with a 1-node configuration file? ... Yes, actually i tried with execution mode as sequential also ,but giving same out put col1 | count_col2 abc | 0 abc1 | 0 abc3 | 0 is it possible to take a count of varchar column? regards, cmunikoti
by cmunikoti
Tue Sep 29, 2009 4:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Count of column which is varchar datatype
Replies: 3
Views: 1891

Count of column which is varchar datatype

I have an issue .i got input as col1 | col2 abc | y abc | NULL abc1 | y abc1 | y abc1 | NULL abc3 | y i want ouput as col1 | count_col2 abc | 1 abc1 | 2 abc3 | 1 I used aggregator stage and used "count of non missing value" on the column "col2".i am getting output as col1 | count...
by cmunikoti
Tue Sep 15, 2009 4:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Converting Time to decimal
Replies: 2
Views: 1256

Thanks a lot Sainath .This gives me the output what i want. :D
Sainath.Srinivasan wrote:

Code: Select all

[ ( (hh * 60) + mm ) * 60 + ss ]  / 86400
...
Regards,
Cmunikoti
by cmunikoti
Tue Sep 15, 2009 3:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Converting Time to decimal
Replies: 2
Views: 1256

Converting Time to decimal

I want to convert time to decimal as done in the msexcel. if we use format cell then by selecting general as option. By doing this the time gets converted to decimal. I want the same to be performed in datastage. I am getting input as '00:05:30' Viz time i want it to be displayed as '0.00381' i.e de...
by cmunikoti
Tue Sep 08, 2009 12:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Week of the year
Replies: 3
Views: 1801

I got a work around for this.

The routine ConvertTag(,"W") solves my purpose :D .

it gave me something like 2009W37 .i just want 37 out of it so.....

Thanks and regards,
Cmunikoti.
by cmunikoti
Mon Sep 07, 2009 4:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Week of the year
Replies: 3
Views: 1801

Week of the year

How to get Week of the year for a input date using iconv/oconv .

I'll be using it in the sequencer.

Regards,
cmunikoti
by cmunikoti
Wed Sep 02, 2009 4:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: converting decimal value to time
Replies: 6
Views: 2627

Thank you all for the help. this solves my purpose.
Sainath.Srinivasan wrote:Multiple by 86400 and round to nearest integer for seconds from midnight. ...
by cmunikoti
Wed Sep 02, 2009 3:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: converting decimal value to time
Replies: 6
Views: 2627

Actually the format of the file is something like uder the same column for other key we are getting decimal values which need not be converted into time. but for some key it should be converted into time(which is coming as decimal). foreg A | value 1 | 0.95 2 | 0.034 3 | 200 i just want to convert v...
by cmunikoti
Wed Sep 02, 2009 2:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: converting decimal value to time
Replies: 6
Views: 2627

converting decimal value to time

How can i convert a decimal value to time in datastage. In excel when we format the cell ,containing value as 12:05:44 AM, to general it gives value in decimal as 0.00398.I am storing this decimal value in the table.But my requirement is that the value needs to stored as time hh:nn:ss format. Can th...