Search found 42189 matches
- Thu Aug 23, 2007 7:38 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Unable to open descriptor file to create - Fatal Error
- Replies: 13
- Views: 12313
- Thu Aug 23, 2007 7:35 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Help Text for Environment Variables
- Replies: 6
- Views: 1323
- Thu Aug 23, 2007 7:14 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Decimal overflow handling when loading flat file
- Replies: 1
- Views: 1232
- Thu Aug 23, 2007 6:43 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Merging multiple XML files in to one Final XML
- Replies: 3
- Views: 1220
Sheesh... first off, learn how to quote someone properly. And nothing works except plain text when you enable the 'Disable BBCode in this post' option. Same techniques should work, just think a little outside of the box. If there's truly no relation between them, consider creating one, even an artif...
- Thu Aug 23, 2007 6:35 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: XML Output stage Issue
- Replies: 5
- Views: 1457
Re: XML Output stage Issue
But when the Xpath is imported it will import only Two fields statcode & stavalue,but for these columns i need to push Eight Fields of data. That's because there are only two elements. Doesn't matter how many 'fields of data' you have. I would think you just need to use the two and then mark on...
- Thu Aug 23, 2007 6:29 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Help Text for Environment Variables
- Replies: 6
- Views: 1323
- Wed Aug 22, 2007 11:33 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Difference between hash & hashed file
- Replies: 3
- Views: 1012
- Wed Aug 22, 2007 11:31 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Conditional execution of next job in sequence
- Replies: 22
- Views: 5767
- Wed Aug 22, 2007 11:15 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Merging multiple XML files in to one Final XML
- Replies: 3
- Views: 1220
Download the XML Best Practices document from Kim Duke's website. It will lay that all out for you, how to combine intermediate chunks of XML into your final schema.
- Wed Aug 22, 2007 11:06 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Conditional execution of next job in sequence
- Replies: 22
- Views: 5767
Hold on... you're trying to attach to a job, interrogate it for link counts (etc,etc) all in a UserVariables Activity stage expression? You'll need to write a routine to do all this and pass your found value back out, then leverage the routine's $ReturnValue there. Edited to add: Actually, what valu...
- Wed Aug 22, 2007 10:28 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Conditional execution of next job in sequence
- Replies: 22
- Views: 5767
You need to include the proper header file:
Or more properly:
Code: Select all
$INCLUDE DSINCLUDE JOBCONTROL.HOr more properly:
Code: Select all
$IFNDEF JOBCONTROL.H
$INCLUDE DSINCLUDE JOBCONTROL.H
$ENDIF- Wed Aug 22, 2007 10:22 pm
- Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
- Topic: RTI introduction
- Replies: 8
- Views: 5268
Of course, as do mine. I realized after I posted that 'my' jobs only used the XML Input/Output stages for testing and that I can replace them with RTI stages because we use XML Transformers inside the job when the XML needs to be manipulated. The RTI stages happily pass along any kind of squirt of i...
- Wed Aug 22, 2007 9:56 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DaysSinceFromDate - Only Business days
- Replies: 2
- Views: 1598
Probably the best answer. You might enjoy this post, thought of your issue when I read it. 
- Wed Aug 22, 2007 9:49 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Oracle Load Problem
- Replies: 15
- Views: 4462
- Wed Aug 22, 2007 7:35 pm
- Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
- Topic: RTI introduction
- Replies: 8
- Views: 5268