by BillyBoyo » Wed Jan 25, 2012 4:04 pm
If you get a dump listed, consult the Cobol Programmers Guide to establish how you find the start of the TGT. Find the displacement in the TGT of base locators for files. Find the address which corresponds to the file you are interested in (BLF 1 is first, 2 is second etc) and at that address should be the current record on that file.