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