Search found 42189 matches
- Fri Mar 18, 2011 7:10 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Comparing the jobs in DEV and PROD environment
- Replies: 1
- Views: 1108
- Fri Mar 18, 2011 7:08 am
- Forum: General
- Topic: Connecting to Sql server 2008 from Server routine
- Replies: 24
- Views: 12484
- Thu Mar 17, 2011 7:20 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Find Strings in a String Field
- Replies: 13
- Views: 5394
- Thu Mar 17, 2011 2:32 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Help with XMLOutput Stage
- Replies: 6
- Views: 6770
- Thu Mar 17, 2011 9:25 am
- Forum: General
- Topic: Why we are using Control M
- Replies: 3
- Views: 1615
- Thu Mar 17, 2011 6:49 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to convert the Hexa decilmal file into txt formet
- Replies: 20
- Views: 7447
Re: how to Conrvet this hexa format to text
OK... this statement worries me and makes me harken back to my first statement. Are you saying that if you open your file in Windows using Notepad, what you posted is exactly what you see?maheshkumar.bm wrote:This is my actual input data....
- Thu Mar 17, 2011 6:43 am
- Forum: General
- Topic: Unhandled Failure in routine
- Replies: 1
- Views: 1503
- Thu Mar 17, 2011 6:41 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Unable to read data from Sequential stage
- Replies: 4
- Views: 1963
- Thu Mar 17, 2011 6:39 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: how to get the N th row
- Replies: 6
- Views: 2881
- Thu Mar 17, 2011 6:37 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Unable to read data from Sequential stage
- Replies: 4
- Views: 1963
- Thu Mar 17, 2011 6:33 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Converting spaces in the packed decimal field
- Replies: 4
- Views: 3111
That could be one way if that works for you. Another would be to leave it as a PIC X field in the CFF and then test for spaces later. If not spaces, use the SDK transform/routine to unpack the real value. I don't have any DataStage access to check on the exact name but those routines are all there i...
- Thu Mar 17, 2011 6:28 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: I'm curious about rollback process.
- Replies: 2
- Views: 1415
- Wed Mar 16, 2011 10:54 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Slow Delete Operation in ODBC Stage
- Replies: 12
- Views: 4390
- Wed Mar 16, 2011 4:55 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to convert the Hexa decilmal file into txt formet
- Replies: 20
- Views: 7447
- Wed Mar 16, 2011 3:18 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Help with XMLOutput Stage
- Replies: 6
- Views: 6770
That would typically mean your XPath Expressions, the values you loaded into the Description column that tell the parser how to generate the XML, are not correct. How did you generate the metadata you are using for your target file? Do you have an xsd that defines what the output needs to look like,...