Hello,
I was wondering if there was a way to find the line of code in a program that generated a runtime error. For example, the following error
Exception Raised, ERR-CODE = H'800a017d'
COBOL error at 018DF0 in ../ar/HMEINVPST.ACU
Called from 00DBE7 in POSMENU.ACU
Is is possible to open the source code for HMEINVPST.ACU, and find 018DF0, and if so how do I go about it?
Thanks
