BANK3	Defining MULTIPLE record types and using the Konstant Parm

	In this example we will extract fields from a printed report
	(printed to disk).  

	Because this report has information on MULTIPLE different types 
	of input records, we need to define them in our Parameter file.
	To make the 'summary' of this report easier to read, we will insert
	spaces into the output using the Konstant Parm.


	First you will see the input file.			BANK.TXT
	Next you will see the parameter file.			BANK3.PAR
	Then DELIMIT will run and you will see the output file.	BANK3.OUT
	Then you will see the LOG file created by DELIMIT.	BANK.LOG

	The output file will contain record from both record types.  This is
	useful if you are summarizing a report (to make it easier to read).
	This is not useful if you are trying to import the file into a 
	database table.  BANK4 shows you how to combine BOTH record types 
	into one output record - suitable for importing into a database table.

