T100-----调试程序,快速定位到错误行
1、r.d 作业编码
2、ctrl+d
3、输入 watch g_errparam.code if g_errparam.code='错误编码', 点几次OK, 再直接run程序,会自动跳到错误提示行。
2、ctrl+d
3、输入 watch g_errparam.code if g_errparam.code='错误编码', 点几次OK, 再直接run程序,会自动跳到错误提示行。
如在循环中,可watch l_ac if l_ac>10
也可以使用CTRL + D 改变变量的值:
set variable g_bgjob='Y'