Regarding style in sequential file

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
veera24
Premium Member
Premium Member
Posts: 150
Joined: Thu Feb 07, 2008 9:37 pm
Location: NewYork

Regarding style in sequential file

Post by veera24 »

hi all,
Am extracting the data from a database and then put in a sequential file of UNIX style.At that time the data at source (database) and the target (sequential file) are the same.While i tried to write the data into another sequential file of DOS style format from the sequential file of UNIX style(aforementioned file), the data in that file is not as same as the source sequential file(UNIX style).Could any one temme the reason?

Ur time is highly appreciated.

Thanks in advance...
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

No idea without more info - the difference in 'style' is line terminators. You'd need to provide details about the differences you are seeing before anyone could help.
-craig

"You can never have too many knives" -- Logan Nine Fingers
ShaneMuir
Premium Member
Premium Member
Posts: 508
Joined: Tue Jun 15, 2004 5:00 am
Location: London

Post by ShaneMuir »

While i tried to write the data into another sequential file of DOS style format from the sequential file of UNIX style(aforementioned file), the data in that file is not as same as the source sequential file(UNIX style).
How is it "not the same". What differences are there?
Post Reply