Search found 42189 matches

by chulett
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

Hello? Is there someone there? :?

Hmmm... could have sworn I heard something...
by chulett
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...
by chulett
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)
by chulett
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

And then once you figure out what the 'first' record should be, either constrain your query to its primary key value or perhaps use "and rownum = 1" to help there.
by chulett
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

:shock: Yikes... no-one there has ever worked with XML, period? Forget about the "with DataStage" part, no experience whatsoever? That's going to make what you need to do pretty darn difficult. And there's no "urgent" here, just volunteers like me posting when and if they can... ...
by chulett
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...
by chulett
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

Seeing as how we have no idea what you mean by "read" in this context or even "via UNIX", that makes this impossible to answer. Can you clarify please? Perhaps throw in an example or two? Are you trying to script something? :?
by chulett
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...
by chulett
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...
by chulett
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

Set the "Upsert Mode" to Insert Only.
by chulett
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

That would be "upsert"... "upset" is something else entirely. :wink:

Why not use a Lookup stage, only send records to the stage that don't already exist and then just insert?
by chulett
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

Strip out the delimiters, convert() comes to mind.
by chulett
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

It's compressed and istool will automatically uncompress it for an import. From what I understand, you should be able to manually uncompress it as well using standard tools.
by chulett
Sat Apr 24, 2010 6:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: WebService
Replies: 6
Views: 1783

Thanks Ernie. It's been way too long since my RTI days, so didn't remember all the fiddly bits of exactly where to go, let alone where / what everything is now in the WISD world. And being a studly Informatica dude nowadays, no way to check either. :wink: