Search found 42189 matches
- Wed Dec 28, 2005 7:30 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: how to track the lookup Result that is not matched by lookup
- Replies: 2
- Views: 851
linkname.NOTFOUND manytimes doesn't work correctly with lookup stages other than Hashed File lookups. Unfortunate but true. It doesn't seem to work at all with the OCI stages, probably because they haven't coded them to support it. The only stage I used the NOTFOUND status with is a hashed file sta...
- Tue Dec 27, 2005 10:19 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: enormous aggregator
- Replies: 7
- Views: 2028
I don't think there's a number you can give that wouldn't vary from system to system. More of a threshold of pain... if your sort takes 'too long', try it from the command line. And what makes you think you can't sort a timestamp from UNIX? An ISO formatted timestamp is perfectly sortable, even as a...
- Tue Dec 27, 2005 10:15 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: JOB LOG FILTER
- Replies: 4
- Views: 1083
- Tue Dec 27, 2005 11:53 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: dslictool usage
- Replies: 8
- Views: 3457
This is all I ever get from it: $ pwd /opt/datastage/Ascential/DataStage/DSEngine $ ./bin/dslictool Standard License is in effect. Message[PIN0037] 8 CPU's licensed. DSSRV package licensed. No. Pid, Package Device name IP address Device sub-key 0 license seats are in use. 8 license seats are availab...
- Tue Dec 27, 2005 9:40 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: dslictool usage
- Replies: 8
- Views: 3457
- Tue Dec 27, 2005 9:38 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: JOB LOG FILTER
- Replies: 4
- Views: 1083
- Tue Dec 27, 2005 9:36 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: dslictool usage
- Replies: 8
- Views: 3457
- Tue Dec 27, 2005 8:13 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Unabale to genaerate xml out put
- Replies: 1
- Views: 659
- Tue Dec 27, 2005 7:59 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: delete a unix file from datastage sequence.
- Replies: 9
- Views: 5101
- Tue Dec 27, 2005 7:54 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: enormous aggregator
- Replies: 7
- Views: 2028
Is the datastage utility is not that efficient for huge date. May i know what is the difference between unix sort and datastage? At least a 10x speed improvement for the UNIX sort, from what I've seen on my system... HP 'Superdome'. And the UNIX sort can handle large volumes. Disclaimer: my experie...
- Mon Dec 26, 2005 10:05 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to read the numeric part of a string in PX
- Replies: 8
- Views: 2249
Whereas i want to extract all the numeric characters from a alphanumeric string. Eg: string-> 123fre233 should return me 123 {numeric characters until first non-numeric character is encountered.} Just wanted to point out that 'all numeric characters' and 'numeric characters until the first non-nume...
- Mon Dec 26, 2005 8:21 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: XML Sources
- Replies: 3
- Views: 834
- Sat Dec 24, 2005 11:00 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DSJobStartDate in Stage Variable calculation
- Replies: 9
- Views: 5720
From a private message, answering here so others can (hopefully) benefit: Hey Craig, Referring to your suggestion of using DSJobStartDate in stage variable and initial value rather than in Derivation,do you think the same is valid for constants. I am hard coding lot of constants of my target file in...
- Fri Dec 23, 2005 11:39 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: loading list csv files with Stage Folder
- Replies: 3
- Views: 986
What is the end result you are shooting for? The Folder stage may not be the most... reliable... way to get a list of filenames, if that is all you are after. I would *guess* those two files may be 'too big' to process correctly through that stage. Have you considered using ExecDOS to list them usin...
- Fri Dec 23, 2005 10:20 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ds_seqput: error in 'write()' - Error 0
- Replies: 5
- Views: 1058