conversion of EBCIDIC to ASCII format

Hi all,
I need help on above said subject.
I have a flat file which is in EBCDIC format,i want to convert into ASCII fromat using 'MFSORT'. file contains COMP-3 value in some positions.

Can you please provide the SCRIPT SYNTAX.(assume that file is of 80 byte length and it is having COMP-3 values in 15-20,35-39 and 62-67 positions).

Let me know if you need any futher information.

Thanks,
Vijay

From englisch Wikipedia site for dd, found by typing in "convert ebcdic ascii" into Google:

Maybe it helps trying it with dd. Else try your favourite search engine; there are tons of pages dedicated to that.

Also found this old thread here in the Unix forum:

dd if=input_file_name of=output_file_name conv=ascii