Search found 8 matches

by reddyamarnath
Thu Jul 19, 2012 1:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ETL logic using server jobs
Replies: 4
Views: 3688

Re: ETL logic using server jobs

Below is the design to do your logic. Seqfile-------->Transformer------->output In the transformer you declare stage variable as below StgVar---If Mod(@INROWNUM,2)=1 Then InputColumn Else StgVar: '|' : InputColumn In the constraint give the condition as -- Mod(@INROWNUM,2)=0 In the derivation for ou...
by reddyamarnath
Sun May 06, 2012 10:43 pm
Forum: General
Topic: Query reagarding Sequencer
Replies: 7
Views: 3868

Query reagarding Sequencer

I have 5 sequencer jobs are executing sequentially one executing another.In that after executing the first and second job i don't want to run the third job(this job runs only once in life time.i.e only first execution) and run the fourh and fifth sequencer jobs. Forex: A--->B--->C--->D--->E I want t...
by reddyamarnath
Thu Sep 15, 2011 11:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Number of months between two dates
Replies: 3
Views: 3214

Number of months between two dates

Hi
can any one please help me how to calculate the number of months between two dates.

Thanks
by reddyamarnath
Mon Sep 12, 2011 8:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to convert decimal to hexadecimal
Replies: 3
Views: 3854

how to convert decimal to hexadecimal

Hi,
how to convert the decimal value to Hexadecimal values in job
by reddyamarnath
Thu Jul 14, 2011 6:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: from Date to Julian day
Replies: 3
Views: 3120

from Date to Julian day

Hi , I want to convert from today's day to julian day as DDD format. I have tried the function juliandayfromDate , but it is giving the 7 digit number. I'm little bit confused whether i can extract the day (DDD which should 3 digit integer) from julian day. Please provide me suggestions on the same....
by reddyamarnath
Thu Jan 27, 2011 5:26 am
Forum: General
Topic: Different between server7.5 and server8.1
Replies: 2
Views: 8121

Different between server7.5 and server8.1

please let me know if there are any differences between datastage server edition 7.5.2 and 8.1 with respect to the stages added or removed, plug in available etc..
by reddyamarnath
Tue Aug 31, 2010 4:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to send datastage director log details to database
Replies: 5
Views: 4807

how to send datastage director log details to database

Hi All,

Is there any possibility that to send datastage director log details to database.If so how can i send the log details to database.currently iam using 8.1px and SQLserver is my database.
by reddyamarnath
Mon Aug 30, 2010 3:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need information on websphere MQ stage
Replies: 1
Views: 1838

Need information on websphere MQ stage

Hi, http://www.dsxchange.com/viewtopic.php?t=121714&highlight=mq+stage For me also same scenario that extracting data from the table by using Oracle Stage and trasforming to XML output stage and generate the XML SOAP message through MQ stage. Here my question is in MQseriesPX stage page there is...