* This Sample Spec 1. A comment may be entered on a line as long as
* it is preceeded by an astericks. The whole line is ignored by the
* program. Do not put a comment on a line, after a spec file entry.
* The first five lines of a spec file are as follows
*
* Line 1 - max 8 character file name, .GEN appended at runtime, this is 
* output file
* Line 2 - no of records to generate, max 999999999. 
* Line 3 - F or V, for Fixed or Variable length records
* Line 4 - Field separator,(C)omma,(A)postrophe,(S)lash,(P)ipe,(N)ull, 
*          Carriage Return-(L)ine Feed.
* Line 5 - Field separator,(C)omma,(A)postrophe,(S)lash,(P)ipe,(N)ull, 
*          Carriage Return-(L)ine Feed.
SAMPLE1
50 
V    
C
L
* Lines 6 and on are the lines describing each field. Max 255 fields.
* Field  Fill Field Random or  Lower  Upper Interval Decimal Repeat Seed value
* No     Type Width Sequentl   Bound  Bound          Place   Value  Or STRIN value
*             Max255 R or S    1            1-10000  0-6     1-1000 CUSTA,CUSTN Files
*                                           
  1,   STRIN, 9,    R,       10000,       20000,     1,      0,     1,      DUP FIELD
  2,   ADDR1,20,    R,       10000,       20000,     1,      0,     1,      1234
  3,   NAMEF,10,    R,       10000,       20000,     1,      0,     1,      1234
  4,   NAMEL,10,    R,       10000,       20000,     1,      0,     1,      1234
  5,   CITUS,10,    R,       10000,       20000,     1,      0,     1,      1234
  6,   STATA, 2,    R,       10000,       20000,     1,      0,     1,      1234
  7,   ZIP05, 5,    R,       10000,       20000,     1,      0,     1,      1234
  8,   COMPA,10,    R,       10000,       20000,     1,      0,     1,      1234
  9,   GENDR, 2,    R,       10000,       20000,     1,      0,     1,      1234
 10,   PREFX, 3,    R,       10000,       20000,     1,      0,     1,      1234


























































