;C ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ ° ° ° ° ° ° ° ° ° ° ° ° ° ° EXAMPLE #12 ° ° ° ° ° ° ° ° ° ° ° ° ° ° ° ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ ³ ³ THE INPUT FILE: A list of people who owe you money for work done on ³ ³ their car. The data is not arranged in columns, ³ ³ though; each field is separated by a slash ("/") ³ ³ character -- this is an example of "free-form data". ³ ³ ³ ³ WHAT WE WANT: We want to extract the address, phone number and the ³ ³ amount owed. We omit the description of the work done. ³ ³ ³ ³ HOW WE DO IT: We use the PARSE command to extract the fields, and ³ ³ use the APPEND command to group some of the data ³ ³ together. We then send the information to the output ³ ³ file (using OUTEND), and place a separator line between ³ ³ each person's information, to make the listing easier ³ ³ to read. ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ ;P