Hi all,
When we have a CICS abend, we sometimes log customized information in a DB2 table. A colleague suggested that we add the line number where the error happened to the log information.
I found it a very useful suggestion, as it's ubiquitous for some other langages when it reaches an error...
Now, is there a way one could extract the current line number of a program to a variable in a Cobol program ? Some LE magic, maybe ?
Thank you for your help,