Examples

  1. To convert an EBCDIC fixed length (with record length 200) file with ANSI carriage controls to UTF-8, enter the following command:
    arsxline -l 200 -i input_file -o output_file
  2. To convert three EBCDIC fixed length (with record length 200) files with ANSI carriage controls to PDF, enter the following command:
    arsxline -x P -l 200 -P parm_file
    where the file named parm_file contains:
    input_file1<tab>transformed_file1
    input_file2<tab>transformed_file2
    input_file3<tab>transformed_file3