Good morning,
May I please ask if it's possible to do the following using the SORT. We have one or more group of records. The only we need to do is to select group/s of records (without changing order of records) based on the key value which is NOT in the header. The key value is included let's say in every 3rd record of the group pos 8thru 10.
The header is absolutely the same for all the groups.
HDR
line 1
line 2
line 3 KEY
line 4
HDR
line 3434
line 232
line 9 009
line 5
HDR
line1
line 2
line 3 939
line4
line5
after the sort is done, - I would like to get the group with the value let's say as '009':
HDR
line 3434
line 232
line 9 009
line 5
Thanking you so much in advance,
Irene.