removing junk charecter

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
bikan
Premium Member
Premium Member
Posts: 128
Joined: Thu Jun 08, 2006 5:27 am

removing junk charecter

Post by bikan »

Hi,
I am new to the Datastage. I am accessing teradata through server routine, Routine connects to teradata and then executes the SQL , I am exporting result of SQL to file. Problem is in file there are some junk charecters after result. i am calling routine fro m job

select count(*) from EMP is Query
Thanks in ADVANCE
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

You need to define what in the heck you mean by 'junk' characters. Be as specific as possible and use a hex editor (or something similar, perhaps 'od') to get the ASCII values for them.
-craig

"You can never have too many knives" -- Logan Nine Fingers
Post Reply