We kindly request any customer on Windows 2016 to upgrade to Windows 2019 by 31st January 2025.
Running the following code you can access the current program's call stack.
ECATCH Dummy
ETHROW 999,”Dummy”
Dummy:
CRT EXCEPT.STK()
Calling the above code in subroutine SUB1 displays:
T SUB1 14^C MAIN 12 == Line<12> of MAIN, that called SUB1 == Line<14> of SUB1, if this is the ETHROW line above.