Special character "@" in unix 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
chetan.c
Participant
Posts: 112
Joined: Tue Jan 17, 2012 2:09 am
Location: Bangalore

Special character "@" in unix file

Post by chetan.c »

Hi ,
I'm getting a special character @ in files.
What is this character to remove it.

Like ^M is (ctrl-v ctrl-m).


Thanks,
Chetan.C
qt_ky
Premium Member
Premium Member
Posts: 2895
Joined: Wed Aug 03, 2011 6:16 am
Location: USA

Post by qt_ky »

Every character is special...

Try using the Convert() function to remove it.
Choose a job you love, and you will never have to work a day in your life. - Confucius
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Are you sure it's not ^@ (Ctrl @)?

^@ is how ASCII codepoint 0 is represented. This is the default value of APT_STRING_PADCHAR; the character with which Char data types are padded to length.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

qt_ky wrote:Every character is special...
Or none of them are, being just... characters. :wink:
-craig

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