Search found 4 matches

by ryanrabo22
Mon Jun 09, 2014 10:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Stage Resets Document Root of Auto-Chunked Elements
Replies: 1
Views: 1423

XML Stage Resets Document Root of Auto-Chunked Elements

Hello, I am working with a large XML schema in DataStage 9.1.2 that contains an auto-chunked element. Currently, I am using the XML Stage and two XML_Parser Steps to parse out the auto-chunked element. When I first configured the XML_Parser Steps I was able to pass the auto-chunked element of the fi...
by ryanrabo22
Wed Dec 21, 2011 3:40 pm
Forum: General
Topic: Installing DataStage Client on MAC OSX
Replies: 5
Views: 6701

Thank you guys!!
by ryanrabo22
Wed Dec 21, 2011 2:38 pm
Forum: General
Topic: Installing DataStage Client on MAC OSX
Replies: 5
Views: 6701

Installing DataStage Client on MAC OSX

Does anyone know if DataStage client can be installed on an apple MAC OSX system?
by ryanrabo22
Wed Dec 22, 2010 1:09 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Divide Column based on InString Character
Replies: 2
Views: 2233

Divide Column based on InString Character

Hello, I have a column with data coming in this format "ABC:123". I am wondering if there is a way or function that can find the ":" character, such as InStr, and then give me the value to the Left without the ":". I need my final output from "ABC:123" to be &...