From fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 8 Jul 2015 20:46:52 -0400 Subject: Initial commit --- pkg/dataio/rcardimage.par | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 pkg/dataio/rcardimage.par (limited to 'pkg/dataio/rcardimage.par') diff --git a/pkg/dataio/rcardimage.par b/pkg/dataio/rcardimage.par new file mode 100644 index 00000000..98276eed --- /dev/null +++ b/pkg/dataio/rcardimage.par @@ -0,0 +1,14 @@ +mode,s,h,"ql" +cardfile,s,a,,,,"Card image file" +file_list,s,a,,,,"List of tape file numbers" +textfile,s,a,,,,"Output file text file(s)" +card_length,i,h,80,,,"Columns per card" +max_line_length,i,h,161,,161,"Maximum line length" +entab,b,h,yes,,,"Replace blanks with tabs and blanks?" +join,b,a,no,,,"Join oversize lines?" +contn_string,s,a,>>,,,"Continuation line marker" +trim,b,h,yes,,,"Trim trailing whitespace?" +verbose,b,h,yes,,,"Print messages?" +ebcdic,b,h,no,,,"Convert from EBCDIC to ASCII?" +ibm,b,h,no,,,"Translate from IBM(EBCDIC) to ASCII?" +offset,i,h,0,,,Tape file number offset -- cgit