Search found 258 matches

by samyamkrishna
Fri Dec 10, 2010 5:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML OUTPUT
Replies: 15
Views: 5778

You might hav eto wait for eostics reply on this post.
by samyamkrishna
Fri Dec 10, 2010 4:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML OUTPUT
Replies: 15
Views: 5778

I guess the only way to do it add another column before the XML Output stage and hardcode it with your value.

<?xml version="1.0" encoding="ISO-8859-1"?>
by samyamkrishna
Fri Dec 10, 2010 4:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML OUTPUT
Replies: 15
Views: 5778

You can remove it by checking generate XML chunk

Try it out
by samyamkrishna
Fri Dec 10, 2010 3:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML OUTPUT
Replies: 15
Views: 5778

Re: XML OUTPUT

Can you post the xml here. I would like to have a look.
by samyamkrishna
Fri Dec 10, 2010 3:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML OUTPUT
Replies: 15
Views: 5778

Re: XML OUTPUT

How many XML Output stages do you have.

You have unchek the Include comment in all the XML output stages.
by samyamkrishna
Thu Dec 09, 2010 7:32 am
Forum: General
Topic: dsjob -ljobs not working
Replies: 13
Views: 5918

Are you able to open the newly imported jobs or run them sucessfully.
by samyamkrishna
Thu Dec 09, 2010 6:39 am
Forum: General
Topic: dsjob -ljobs not working
Replies: 13
Views: 5918

Re: dsjob -ljobs not working

Try only

dsjob -ljobs PROJECT_NAME
by samyamkrishna
Wed Dec 08, 2010 6:54 am
Forum: General
Topic: DS Job list along with its last rundate
Replies: 3
Views: 1989

Re: DS Job list along with its last rundate

search for last run date. You will find lot of articles.

start with dsjob -jobinfo and pass the list of jobs to it.
by samyamkrishna
Tue Dec 07, 2010 7:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML OUTPUT
Replies: 15
Views: 5778

Re: XML OUTPUT

Hi,

go through the xmlbestpractices.zip which is located at the site http://Duke-Consulting.com
by samyamkrishna
Tue Dec 07, 2010 7:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Create xml files from flat files using schema file
Replies: 11
Views: 14642

In the Stage Tarsformation settings.
click the radio button for Use trigger column and select a column.
by samyamkrishna
Mon Dec 06, 2010 6:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: handle different metadata using a single job?
Replies: 6
Views: 3885

use three seq file stage then use three modify stage or transformer stage to get them into same metadata,then funnel all the records and send to the database .....
by samyamkrishna
Fri Oct 29, 2010 6:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Input stage
Replies: 9
Views: 6957

Re: XML Input stage

Why dont you put everything in the transformer first and then split according to what you want. So make the design like. |--------------------------table ExternalSrcStage-----XMLInput-------transformer----------------table |_________________table or Load everything from the XML into a dataset and th...
by samyamkrishna
Thu Oct 28, 2010 7:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Working with XML
Replies: 3
Views: 1825

Re: Working with XML

while giving the XPATH derivations

give /Name/text() and /DOB/text().

this will get only teh data and no tags.
by samyamkrishna
Tue Oct 26, 2010 7:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fatal Error with MQ
Replies: 9
Views: 3177

Ha Ha :D
Just waiting for a chance to work on 8.5.
by samyamkrishna
Tue Oct 26, 2010 7:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fatal Error with MQ
Replies: 9
Views: 3177

Hi Ernie, I tried what you suggested. I wrote the big XML into a sequential file. then in another job i read the sequential file.(job design below) RowGen-----XMLInput-------MQ 1.From Row Generator I am sending the file path. 2.In the XMLInput i am gave / for input and output derivation. 3.Then load...