Search found 12 matches

by bijojames
Thu Oct 16, 2008 8:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dyanamic addition on target columns
Replies: 3
Views: 1298

Hi
Thats just a sample target.The target is a DB2 table
by bijojames
Thu Oct 16, 2008 8:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dyanamic addition on target columns
Replies: 3
Views: 1298

Dyanamic addition on target columns

Hi, My sample input is as following CUST_ID YEAR MONTH QTY 1 2008 JAN 1000 1 2008 FEB 1200 1 2008 MAR 1300 2 2007 JAN 1000 2 2007 FEB 1900 And my required target is CUST_ID JAN_08 FEB_08 MAR_08 JAN_07 FEB_07 1 1000 1200 1300 0 0 2 0 0 0 1000 1900 Here my target is not static. For example at the end ...
by bijojames
Fri May 09, 2008 8:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to load XML files to message queue
Replies: 8
Views: 5955

How to load XML files to message queue

Hi All I have created 10 xml files using an XML output stage. I can save this to my system. But i want put those files into a message queue using a Datastage job. Can i use MQ connector stage after XML out put stage to collect those XMLs created from XML output stage My data flow like this Sequentia...
by bijojames
Mon Apr 14, 2008 6:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Convert records in DB2 tables into XML files
Replies: 4
Views: 1327

Hi Craig
It will be great if yuo can explain the design details little more..


Thanks
by bijojames
Mon Apr 14, 2008 6:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Convert records in DB2 tables into XML files
Replies: 4
Views: 1327

Convert records in DB2 tables into XML files

Hi All I have some 100 records in my DB2 table. My requirement is to convert those records into separate XML files in such a way that each XML will have the details of one and only one record. Here in this case i want 100 XML file as out put. How can i desgin a Datastage job for this requirement. Pl...
by bijojames
Fri Mar 07, 2008 6:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequence job in loop getting aborted
Replies: 12
Views: 3694

Can somebody help me to create a routine for the above purposes i.e to check the current time against the end the and acoordingly exit the loop when required...
Thanks
by bijojames
Thu Mar 06, 2008 2:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequence job in loop getting aborted
Replies: 12
Views: 3694

Hi
So then how i will be able to run a loop job from a particular start time to end time. Please give me a solution
by bijojames
Tue Mar 04, 2008 2:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequence job in loop getting aborted
Replies: 12
Views: 3694

Hi The value for the variables in the UserVariable_Activity stage given as follows Starttime----->Iconv("11:42AM","MTS") Endtime------>Iconv("11:45AM","MTS") Counter------>1 These variables were called in the Startloop_Activity satge as follows From------>Star...
by bijojames
Mon Mar 03, 2008 10:35 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequence job in loop getting aborted
Replies: 12
Views: 3694

Hi

It will be great if anybody can give me an alternate design for the above job

Thanks
by bijojames
Mon Mar 03, 2008 7:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequence job in loop getting aborted
Replies: 12
Views: 3694

Sequence job in loop getting aborted

Hi All I am working with a job which should run in a loop for a particular time frame. Its running in loop. But when the end time exceeds the given time limit, the job gets aborted. Actually i want the job in finished ok state. The warning before the fatal error which i got is "JOB_JS..JobContr...
by bijojames
Mon Mar 03, 2008 2:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: To Run the sequence job in loop
Replies: 6
Views: 2925

Hi
This is an extension to my earlier doubt.If each time when we run the job, it takes different time to complete how we can give the counter definition in start loop
Thanks
by bijojames
Fri Feb 29, 2008 6:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: To Run the sequence job in loop
Replies: 6
Views: 2925

Sequence job

Hi Actuall I have used the start loop stage and end loop stage. But its doesnot provide the option to run a job in loop within a particular time frame. If the job take different time to run the job in loop execution, the strategy of implementing the job using the following stages(in order) "Use...