home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR2 / DELIM327.ZIP / DATE2MAC.PAR < prev    next >
Text File  |  1992-01-30  |  657b  |  22 lines

  1. *******************
  2. *Employee master file - from the mini - AFTER THE DATE HAS BEEN REFORMATED
  3. *  TARGET MACHINE IS THE MACINTOSH
  4. *******************
  5. *EXAMPLE DATE2MAC.PAR
  6. *  Break the record into fields:
  7. *    Employee number, date of birth, first name, last name, address,
  8. *    city, state, monthly salary.
  9. *    S\009 is to change the field separators to a TAB (ASCII char 9)
  10. *    R\013 is to change the record separators to a CR (ASCII char 13)
  11. ********************
  12. M   1  6  Employee number
  13. M   7  8  date
  14. M  15  9  first name
  15. M  24 13  last name
  16. M  37 22  address
  17. M  59 12  city
  18. M  71  2  state
  19. N  73  5  monthy salary
  20. S\009
  21. R\013
  22.