Create OTTER Input file This routine makes a text file that may be inported into the Oregon state OTTER software, which is used for reporting quarterly wages and hours for the Oregon Form 132. A report listing all employees with wages and hours may be printed also. This uses the wages for the quarter (QTD Gross Pay in Scr# 4) based on the files selected on the previous window (current or a backup name). The hours selected are all those paid within the date range of the quarter From/to Dates. If you do not have the OTTER software it must be downloaded from the OREGON state web site and installed on this computer. If this computer does not have internet capability copy/paste the FORM132.TXT file to a diskette, cd or flash drive and use it as the browse-to input on another computer that has the OTTER software. TO get from Greux to OTTER Normally at the end of a quarter first run this program to make a new FORM132.txt file. Then go into the OTTER software and 1. select the year and quarter to be loaded for the Form 132 data 2. Select import from a text file. 3. Browse to the correct folder (ex C:\Greux\data ) 4. Select FORM132.TXT inside that folder. 5. The format is the default delimited text (ascii) 6. Verify the file format explained below 7. Say OK and import the file. File format (should be as OTTER is expecting) Delimited Text (ASCII) One line per employee Field order is: SSN, Last Name, First Name, MI, hours, wages Field separater is , (comma) Field delmiter is " (double quote) NO delimiters on numbers (unchecked) NO implicit decimal (unchecked because decimal is in the data)