I have something like this: PC
20
30
40
50
60
70
EF
I need to examin the sequentiality of these records-if they appear one after another regularly or there is something missing (each of them are recs of different length, eg. REC20 has
filler pc x, tp-rec pic x(2), val-1 pic x(4) and so on...). It should all be down one 01 level, is it possible to make a table with occurs inside or how to do it? Thanks in advance.