That kind of defeats the whole purpose of setting up a system like that.mgsteiner wrote:Please can you make visible the entire message to me, because I'm still not a Premium member.
Search found 42189 matches
- Mon Jul 15, 2013 7:26 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: XMLOutput 1 header and n content
- Replies: 4
- Views: 2305
- Mon Jul 15, 2013 7:15 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to process Variable Length File
- Replies: 5
- Views: 2018
Well... the variable length record part with packed decimals and a record length field at the front would work in the CFF stage - up until the 'padded to a multiple of 4' part, which throws a damper on things. I'm thinking you'd have to go 'BuildOp' (or some other custom solution) here but curious w...
- Mon Jul 15, 2013 7:08 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Perform join with OR condition
- Replies: 4
- Views: 1927
- Sun Jul 14, 2013 10:23 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Transaction Processing
- Replies: 1
- Views: 1479
Many of the places where I've worked preferred an 'all or nothing' like you are describing. We managed this back in the Server world by simply setting the Transaction Size to zero which meant a single commit is issued at the end of the load. Yes, that does mean you need to work with your DBA team to...
- Sun Jul 14, 2013 8:11 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Alpha characters in Decimal Field
- Replies: 12
- Views: 4438
EBCDIC Zoned DecimalDSUser2000 wrote:(no idea if that is any standard what you are describing)
- Sat Jul 13, 2013 10:17 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to implement join
- Replies: 9
- Views: 3714
Either import the file into your database and join them there or export the table to a file and use the Merge stage. From what I recall,those are your two primary choices in a Server job. Depending on the type of kind of join, you may be able to put the file into a hashed file and use a lookup to pe...
- Sat Jul 13, 2013 9:11 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to implement join
- Replies: 9
- Views: 3714
- Sat Jul 13, 2013 7:52 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to write the data in Text file
- Replies: 4
- Views: 2140
- Sat Jul 13, 2013 7:37 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to write the data in Text file
- Replies: 4
- Views: 2140
- Sat Jul 13, 2013 7:13 am
- Forum: General
- Topic: DataStage Server Engine
- Replies: 3
- Views: 1144
- Fri Jul 12, 2013 11:39 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Alpha characters in Decimal Field
- Replies: 12
- Views: 4438
- Fri Jul 12, 2013 10:28 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Parallel jobs
- Replies: 5
- Views: 2283
- Fri Jul 12, 2013 9:59 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Create output file names based on data in a column
- Replies: 21
- Views: 7827
- Fri Jul 12, 2013 7:57 am
- Forum: General
- Topic: Load Multiple Files From FTP Location
- Replies: 3
- Views: 1456
- Fri Jul 12, 2013 7:33 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Row generator and Column generator
- Replies: 4
- Views: 2138
Start by posting in the correct forum. :wink: I moved your post. Secondly, provide more details as I don't really see any of those stages requiring any 'performance tuning'. Did you have a specific job or job design in mind when posted this question? And since you started in a forum that doesn't req...