Removing the unprintable characters

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
naren6876
Participant
Posts: 233
Joined: Mon Feb 07, 2005 7:19 pm

Removing the unprintable characters

Post by naren6876 »

Hi,

How can i remove the unprintable characters from the input string.?

Thanks in advance.
thumsup9
Charter Member
Charter Member
Posts: 168
Joined: Fri Feb 18, 2005 11:29 am

Post by thumsup9 »

Trim(Ereplace(Oconv(Input,"MCP"),'.',''))

May be this will work.
Post Reply