Search found 4 matches

by ajsingh
Mon Oct 01, 2007 6:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to generate Hex(15) in Seq File
Replies: 7
Views: 2104

Thanks ArndW and ray for your suugestions. I am able to do now using CHAR(21),initially i also tried CAHR(21) & CHAR(15) but character it generates looks similar until you not open it in Hex Editor. Solution-use CHAR(DECIMAL of the HEX). Eg :For HEX(15) use CHAR(21),where 21 is DECIAML value for...
by ajsingh
Mon Oct 01, 2007 4:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to generate Hex(15) in Seq File
Replies: 7
Views: 2104

Hi,
Its not helping..
When i open the file with Hex Editor corresponding character i generated using the CHAR(15)/CHAR(21) is comming to equivalent Hex Number 1A.
Any other thought on this.
by ajsingh
Sat Sep 29, 2007 3:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to generate Hex(15) in Seq File
Replies: 7
Views: 2104

How to generate Hex(15) in Seq File

Hi,
I need to populate Hex(15) character in file.

ASCII Value for this is -21
Char Value is -NAK
CTRL-char Value - CTRL-U
Expecting comments from you guys.