Examples
- 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
- To convert three EBCDIC fixed length (with record length
200) files with ANSI carriage controls to PDF, enter the following
command:
where the file namedarsxline -x P -l 200 -P parm_file
parm_file
contains:input_file1<tab>transformed_file1 input_file2<tab>transformed_file2 input_file3<tab>transformed_file3