I have an HRL with several FRL’s defined in the HRL. I have an input file of records that
correspond to the FRL’s. After processing (xlate) the first set of input records that conform
to the FRL’s in the HRL, no other records are processed. What do I need to do in order
to process the entire file?
Example input file:
01—-records set 1—- (processed)
02—-records set 1—- (processed)
05—-records set 1—- (processed)
99—-records set 1—- (processed)
01—-records set 2—- (not processed)
02—-records set 2—- (not processed)
05—-records set 2—- (not processed)
99—-records set 2—- (not processed)