I am trying to debug a large prg. The program stops with an error. I am trying to locate the offending line. I am using:
to log the errors. However this only gives the the line in which the error occurs, not the line number. How do I get it to show me the line number instead of just the line itself?
Code:
logmode -p error -hideprogline
to log the errors. However this only gives the the line in which the error occurs, not the line number. How do I get it to show me the line number instead of just the line itself?