(See my earliest post on this thread.)
Search found 53125 matches
- Sun Mar 14, 2010 6:53 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: how to decide using lookup or joiner
- Replies: 7
- Views: 3026
- Sun Mar 14, 2010 4:19 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: how to decide using lookup or joiner
- Replies: 7
- Views: 3026
- Sun Mar 14, 2010 4:16 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: how to decide using lookup or joiner
- Replies: 7
- Views: 3026
- Sun Mar 14, 2010 12:03 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: fork function failed
- Replies: 6
- Views: 3427
- Sun Mar 14, 2010 12:01 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to create logic/calculation based on partition
- Replies: 1
- Views: 1217
- Sun Mar 14, 2010 11:59 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: where dataset or fileset are stored which is faster
- Replies: 1
- Views: 1604
- Sun Mar 14, 2010 11:56 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to decide which partition to be used in which stage
- Replies: 2
- Views: 1922
- Sun Mar 14, 2010 11:52 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: UtilityRunJob error with DataStage 8.1
- Replies: 9
- Views: 7922
- Sun Mar 14, 2010 4:26 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Oracle OCI stage error
- Replies: 4
- Views: 1956
- Sun Mar 14, 2010 4:25 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Sequential file read error : Insufficient system resources
- Replies: 2
- Views: 2324
My guess is that you've hit some kind of limit in the number of files (or, perhaps, the size of the string) that can be managed as the result of a regular expression (your file pattern). Check both with your official support provider and Microsoft (probably most usefully MSDN) about whether such a l...
- Sat Mar 13, 2010 2:36 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How can I generate ETL stats on all jobs in a project?
- Replies: 14
- Views: 13034
- Sat Mar 13, 2010 2:32 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Unable to read file through complex flat file stage
- Replies: 11
- Views: 6055
- Fri Mar 12, 2010 1:47 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Decimal field suppressing leading and trailing zeros.
- Replies: 1
- Views: 2346
- Fri Mar 12, 2010 1:38 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: IBM Support for 1gb or more size XML file.
- Replies: 15
- Views: 13370
- Thu Mar 11, 2010 5:40 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: FTP a member of a partitioned data set
- Replies: 7
- Views: 3757
Well, if that is the case, and the FTP is from OS/390, then your assumption is correct - the FTP stage has no way of identifying a particular partition. You would need to have the partition dumped into a sequential file of some kind. If you have MVS edition of DataStage, you could create a mainframe...