Hmmm... could have sworn I heard something...
Search found 42189 matches
- Mon Apr 26, 2010 6:19 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Generating sequence numbers using Stage variables
- Replies: 19
- Views: 7536
- Mon Apr 26, 2010 6:17 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Datastage upgrade proposal
- Replies: 1
- Views: 1047
Re: Datastage upgrade proposal
Can you find out whether our current PeopleSoft EPM 9.0 supports the new datastage version 8.1? No, but you can. That would be a question for whomever is providing the proposal to you, that or your official support provider. Also, let me know whether the cutom jobs based on the datastage version an...
- Mon Apr 26, 2010 6:11 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DSCheckRoutine
- Replies: 5
- Views: 2087
No clue but it really shouldn't be called that way. Try changing your call to reflect this syntax and see if it changes the behaviour you are seeing:
Code: Select all
Found = DSCheckRoutine(RoutineName)- Mon Apr 26, 2010 6:07 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Selecting first record from a table
- Replies: 5
- Views: 1951
- Sun Apr 25, 2010 1:42 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: reading xml files through datastage having dtd
- Replies: 3
- Views: 6191
- Sun Apr 25, 2010 9:50 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Data Validation Criteria
- Replies: 5
- Views: 1496
That makes more sense if you need to check that all 12 significant digits are 'used', so to speak. Again, assuming this is coming in as a string, there's also a game you can play with the Convert() function - strip out all valid values and if the original value was valid nothing should be left. Left...
- Sun Apr 25, 2010 8:32 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Read "Parameter Set" through Unix
- Replies: 8
- Views: 2686
- Sun Apr 25, 2010 8:30 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Data Validation Criteria
- Replies: 5
- Views: 1496
An integer is an integer so a check to ensure there are 'enough leading zeroes' doesn't really make much sense as they don't have them. Or is this coming in as a string? I would guess so based on your other criteria. :? Look into the IsValid() and Length() functions... the latter could be Len(), don...
- Sun Apr 25, 2010 8:25 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: reading xml files through datastage having dtd
- Replies: 3
- Views: 6191
The dtd isn't strictly needed but may be able to provide the metadata you'd want for the XML you need to process. Import the metadata from the dtd (if the importer supports that, don't recall) either that or from the xml directly or possibly use the dtd to build an xsd with a tool like XMLSpy, perha...
- Sat Apr 24, 2010 4:26 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: what is the default of DSJobStartDate
- Replies: 3
- Views: 5805
- Sat Apr 24, 2010 1:25 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: ODBC Upset to check for existence be before insert
- Replies: 1
- Views: 1216
- Sat Apr 24, 2010 8:39 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: ODBC Upset to check for existence be before insert
- Replies: 1
- Views: 1216
- Sat Apr 24, 2010 6:31 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: what is the default of DSJobStartDate
- Replies: 3
- Views: 5805
- Sat Apr 24, 2010 6:29 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: which format the export file stored
- Replies: 3
- Views: 1629
- Sat Apr 24, 2010 6:26 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: WebService
- Replies: 6
- Views: 1783