EBCIDIC to ASCII

can anyone get a script for converting EBCIDIC data to Unix ina file.. in shell...

thanks in advance!

You can use the dd command - see the man page

dd if=/yourdir/your-ebcdicfile of=/yourdir/your-asciifile conv=ascii

doesnot give a proper conversion... the above command... all i c is junk values.. cant make it out... and the reconversion is also not happenin correctly....

Try this link from Harvard University.