I've got many events and many payment-methods. Each event has many event payment methods, with a key of event and payement method. What's the easiest way to get a list of payment methods that are used on all events?
01 EVENT PIC 9(9).
01METHOD PIC XX.
01 EVPAYMTH .
03 EVP-EVENT PIC 9(9).
03 EVP-METHOD PIC XX.
01 EVENT PIC 9(9).
01METHOD PIC XX.
01 EVPAYMTH .
03 EVP-EVENT PIC 9(9).
03 EVP-METHOD PIC XX.