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/wcardimage.par | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 pkg/dataio/wcardimage.par (limited to 'pkg/dataio/wcardimage.par') diff --git a/pkg/dataio/wcardimage.par b/pkg/dataio/wcardimage.par new file mode 100644 index 00000000..610a867d --- /dev/null +++ b/pkg/dataio/wcardimage.par @@ -0,0 +1,11 @@ +mode,s,h,"ql",,, +textfile,s,a,,,,"Text file(s)" +cardfile,s,a,,,,"Card image file(s)" +new_tape,b,a,,,,"Blank tape?" +contn_string,s,h,>>,,,"Marker for oversize lines" +verbose,b,h,yes,,,"Print messages of actions performed?" +detab,b,h,yes,,,"Detab string and replace with blanks?" +card_length,i,h,80,,,"Columns per card" +cards_per_blk,i,h,50,,,"Card images per block" +ebcdic,b,h,no,,,"Convert from ASCII to EBCDIC?" +ibm,b,h,no,,,"Convert from ASCII to IBM(EBCDIC)?" -- cgit