For the problem I have to do, I know I have to use one of these, but I'm not sure which way I need to do it. This is my problem:
I have to create a telephone bill. I have a master file that has the customer phone number, name, address, and monthly charge. My transaction file contains the caller's phone number, the called phone number, number of minutes of the call, and a charge (which I assume is the per minute charge). The master file is in sequence by phone number but the transaction file isn't in any order. I need to create a monthly bill for each customer, but not sure if I need to sort, merge, or both.
Thanks!
Michelle
I have to create a telephone bill. I have a master file that has the customer phone number, name, address, and monthly charge. My transaction file contains the caller's phone number, the called phone number, number of minutes of the call, and a charge (which I assume is the per minute charge). The master file is in sequence by phone number but the transaction file isn't in any order. I need to create a monthly bill for each customer, but not sure if I need to sort, merge, or both.
Thanks!
Michelle