home *** CD-ROM | disk | FTP | other *** search
/ HomeWare 14 / HOMEWARE14.bin / database / delim327.arj / DATE1.PAR < prev    next >
Text File  |  1993-02-27  |  672b  |  21 lines

  1. *******************
  2. *Employee master file - from the mini
  3. *******************
  4. *EXAMPLE DATE1.PAR
  5. *  The master file is in a fixed file format.  The date of birth is stored
  6. *  in YY/MM/DD format.  The target program doesn't understand this format.
  7. *  1)  Move the employee number (6 bytes)
  8. *  2)  Move the month and day
  9. *  3)  Move the slash
  10. *  4)  Move the year (now at the end of the date)
  11. *  5)  Move the rest of the data
  12. *  6)  USE NO SEPARATORS - so we can use delimit again to break the
  13. *      records into fields.
  14. ********************
  15. M   1  6  Employee number
  16. M  10  5  month and day
  17. M   9  1  slash
  18. M   7  2  year
  19. M  15 63  rest of data
  20. Snone
  21.