Search found 15603 matches
- Mon Oct 11, 2010 5:54 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Performance issue in reading 6GB file
- Replies: 15
- Views: 3600
- Mon Oct 11, 2010 5:22 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Performance issue in reading 6GB file
- Replies: 15
- Views: 3600
You have two problem areas, and I'm not sure which you consider: a) reading from flat file and writing to a dataset b) reading the dataset. Is your mainframe file fixed length? If so, you might be able to improve your read performance by using multiple readers and most likely improve your dataset wr...
- Mon Oct 11, 2010 4:15 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Output dataset not partitioned as expected
- Replies: 11
- Views: 2843
- Mon Oct 11, 2010 4:13 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Lookup with constraint
- Replies: 14
- Views: 6465
- Mon Oct 11, 2010 4:02 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Lookup key expressions
- Replies: 5
- Views: 3694
- Mon Oct 11, 2010 3:54 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Output dataset not partitioned as expected
- Replies: 11
- Views: 2843
- Mon Oct 11, 2010 3:50 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Lookup key expressions
- Replies: 5
- Views: 3694
- Mon Oct 11, 2010 3:34 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error msg occuring every min in Systemout.log
- Replies: 3
- Views: 2409
- Mon Oct 11, 2010 3:17 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: node setting
- Replies: 11
- Views: 2078
- Mon Oct 11, 2010 3:15 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Output dataset not partitioned as expected
- Replies: 11
- Views: 2843
- Mon Oct 11, 2010 3:06 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: node setting
- Replies: 11
- Views: 2078
- Mon Oct 11, 2010 3:03 am
- Forum: General
- Topic: new install
- Replies: 8
- Views: 2451
That is an odd condition indeed and I don't know what could be the cause. Do you have existing PX jobs in an import file - if yes, I would import them and see if they can be opened or compiled; in which case it might be a client-based problem. I would suggest you also contact your support provider, ...
- Mon Oct 11, 2010 3:00 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Lookup with constraint
- Replies: 14
- Views: 6465
- Mon Oct 11, 2010 2:56 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Decimal Date
- Replies: 10
- Views: 2687
Since the month can be m or mm you can't do a direct numeric or string comparison. I'd convert the number to a string using the following logice: 1. stage variable svTempStringDate = In.DecimalDate 2. stage variable svStringDate = IF LEN(svTempStringDate)=7 THEN svTempStringDate[1,4]:'0':svTempStrin...
- Mon Oct 11, 2010 2:44 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: node setting
- Replies: 11
- Views: 2078