Search found 88 matches

by ketanshah123
Wed Dec 05, 2007 8:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML output Stage error
Replies: 6
Views: 1931

<?xml version="1.0" encoding="UTF-8" ?> <wwprttxnresponse type="price" id="1000000" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="c:/WWPRT30/WwprtInterface/config/response.xsd"> <status>received</statu...
by ketanshah123
Wed Dec 05, 2007 8:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML output Stage error
Replies: 6
Views: 1931

Xpath exprn : -


/wwprttxnresponse/@id
/wwprttxnresponse/@type
/wwprttxnresponse/status/text()
by ketanshah123
Wed Dec 05, 2007 7:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML output Stage error
Replies: 6
Views: 1931

XML output Stage error

Hi all I am getting following waning message for XML out put stage in a server job ..... XML_Output_3: XML output document parsing failed. Column(0): "wwprttxnresponseXML" Reason: "Xalan error (publicId: , systemId: column[0] (wwprttxnresponseXML), line: 2, column: 48): Unknown elemen...
by ketanshah123
Tue Oct 23, 2007 2:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML parsing using XML_Plugin
Replies: 4
Views: 1652

it is a parallel job actually we are supposed to get some xml msg over mq and are of two type say a and b which we need to find .. and according to type we have to process (different processing for diff. type) .... first i hve to parse it to chk any parsing error then i have sperate data according t...
by ketanshah123
Mon Oct 22, 2007 11:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML parsing using XML_Plugin
Replies: 4
Views: 1652

XML parsing using XML_Plugin

Hi All Structure for XML parsing in my job is as folows MQ plugin----->XML i/p plugin------>transformer------>filter------>multiple xml i/p pugin I am getting XML over MQ then I have to parse the XML. This XML structure contains an attribute named type on the root element. In above job structure in ...
by ketanshah123
Fri Oct 19, 2007 4:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Facing lookup problem for Hebrew Data
Replies: 1
Views: 1246

Facing lookup problem for Hebrew Data

Hi I am facing a problem in IF condition while comparing the Hebrew data. In the Key Expression i am comparing value of input column 'MeoravStatus' If DSLink10.MeoravStatus = '?????' Then 'Cancelled' Else 'Active' the value is coming from inputfile is in Hebrew i.e 'מבוטל' which is showing '?????' w...
by ketanshah123
Wed Sep 26, 2007 6:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Validating XML syntax
Replies: 2
Views: 729

Validating XML syntax

Hi
what exactly validating xml in DataStage means?
How we can achieve this in DataStage[what exactly we hav to do in XML plugin validations?]?
by ketanshah123
Tue Sep 04, 2007 3:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Repository tables in DataStage
Replies: 4
Views: 1205

No I am doing nothing with this...

Just some of friend asked me this question...
by ketanshah123
Tue Sep 04, 2007 2:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Removing Last row from Input File
Replies: 2
Views: 618

Removing Last row from Input File

Hi
If I want to remove the last row from my input file then how can I implement in DS server job?
I want to remove row at runtime.
by ketanshah123
Wed Aug 29, 2007 5:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Repository tables in DataStage
Replies: 4
Views: 1205

Repository tables in DataStage

What are the Repository Tables in DataStage and which are they?
by ketanshah123
Thu Aug 16, 2007 6:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Remove duplicate in server jobs
Replies: 4
Views: 1913

Remove duplicate in server jobs

hi
we want to remove duplicate records from seq. file in server job
our server is windows os server.

please suggest how to do it?
by ketanshah123
Mon Aug 06, 2007 5:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to get substring from string
Replies: 5
Views: 2369

how to get substring from string

hi
how to get the substring from string in DS PX?
there is substrings function in server jobs,is there any such function in parallel job?
by ketanshah123
Wed May 09, 2007 12:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: comaprison
Replies: 0
Views: 441

comaprison

Hi I would like to comapre three data file hvng following column <number><value1><value2> In three files I would like to check/compare for every matching number in three file both values value1 and value2 must be matched. so what would be the best way to implement it consider following schenarios ? ...
by ketanshah123
Mon Feb 19, 2007 10:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: concern about REMOVE DUPLICATE STAGE..............
Replies: 15
Views: 23743

Thx all ppl...problem resolved now... :D
by ketanshah123
Mon Feb 19, 2007 5:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: concern about REMOVE DUPLICATE STAGE..............
Replies: 15
Views: 23743

Hi Kuamr
just want to make sure....the solution provided you....Using the sort stage..
It assigns 1 to first occurance of key value and duplicate key values with 0 ?