/* REXX */ Parse Arg infile /* convert specified ascii input file from ASCII */ /* output sent to stdout - can be redirected */ 'iconv -t IBM-1047 -f ISO8859-1 'infile Exit 0