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/utilities/nttools/tcreate.par | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 pkg/utilities/nttools/tcreate.par (limited to 'pkg/utilities/nttools/tcreate.par') diff --git a/pkg/utilities/nttools/tcreate.par b/pkg/utilities/nttools/tcreate.par new file mode 100644 index 00000000..4a95daf8 --- /dev/null +++ b/pkg/utilities/nttools/tcreate.par @@ -0,0 +1,12 @@ +table,s,a,"",,,"name of table to be created" +cdfile,s,a,"STDIN",,,"name of file containing column descriptions" +datafile,s,a,"STDIN",,,"name of file containing data" +uparfile,s,h,"",,,"name of file containing header parameters" +nskip,i,h,0,0,,"number of header lines to skip in data file" +nlines,i,h,0,0,,"number of lines in data file per row in table" +nrows,i,h,0,0,,"number of rows [zero for all]" +hist,b,h,yes,,,"add a history record with creation date?" +extrapar,i,h,5,0,,"extra space for header parameters" +tbltype,s,h,"default","default|row|column|text",,"type of table" +extracol,i,h,0,0,,"number of extra columns to allocate" +mode,s,h,"al",,, -- cgit