CFF Stage

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
Simba
Participant
Posts: 22
Joined: Wed Dec 03, 2003 6:12 pm

CFF Stage

Post by Simba »

I am trying to read an EBCDIC file using CFF stage. I saw period (.) after every decimal value if I view CFF or write in to a sequential file. Please help?
ashwin2912
Participant
Posts: 57
Joined: Wed Jan 26, 2005 10:22 pm
Location: India

Post by ashwin2912 »

Its only when you view data in DS will you see the dot.
If you write it to a file, it wont be a dot.

(But be carefull when converting decimal to char the dot might persist...hint: do a proper substring)
Sainath.Srinivasan
Participant
Posts: 3337
Joined: Mon Jan 17, 2005 4:49 am
Location: United Kingdom

Post by Sainath.Srinivasan »

Is it on the 'view data' option? Maybe the value is shrinked to fit the size and hence the dot. Did you view via any editor?
Simba
Participant
Posts: 22
Joined: Wed Dec 03, 2003 6:12 pm

Post by Simba »

Sainath.Srinivasan wrote:Is it on the 'view data' option? Maybe the value is shrinked to fit the size and hence the dot. Did you view via any editor?
Thanks, There is a period for all decimal values in the file like 1234. This period appears in CFF view as well as in the sequential file.
Post Reply