This is the block of text:
Note that the following scripts will take a long time to run as they read the entire Anc file!
Script to identify ANC records with error #08 "Ev-Subject Error, null not allowed"
select where EV-PTR = 0 OR EV-PTR = 8224;
l d @prikey, ev-use, ev-ptr, ev-date;go...