- 論壇徽章:
- 0
|
哎,大蝦幫忙呀
目前我run了一下下面的shell,里面的內(nèi)容竟然成
-
- CALL cl_used(g_prog,l_time,1) RETURNING l_time No.BUG
- MAIN
- CALL cl_used(g_prog,l_time,1) RETURNING l_time No.BUG
- WHENEVER ERROR CALL cl_err_msg_log
- CALL cl_used(g_prog,l_time,1) RETURNING l_time No.BUG
-
- CALL cl_used(g_prog,l_time,1) RETURNING l_time No.BUG
- IF (NOT cl_setup("AIM")) THEN
- CALL cl_used(g_prog,l_time,1) RETURNING l_time No.BUG
- EXIT PROGRAM
- CALL cl_used(g_prog,l_time,1) RETURNING l_time No.BUG
- END IF
- CALL cl_used(g_prog,l_time,1) RETURNING l_time No.BUG
-
- CALL cl_used(g_prog,l_time,1) RETURNING l_time No.BUG
-
- CALL cl_used(g_prog,l_time,1) RETURNING l_time No.BUG
- CALL p306_tm(0,0)
- CALL cl_used(g_prog,l_time,1) RETURNING l_time No.BUG
- END MAIN
- CALL cl_used(g_prog,l_time,1) RETURNING l_time No.BUG
- CALL cl_used(g_prog,l_time,2) RETURNING l_time No.BUG
- END MAIN
-
- CALL cl_used(g_prog,l_time,1) RETURNING l_time No.BUG
復制代碼
我查錯,基本上問題是在
pro==1&&/END IF/
{print $0;
print "CALL cl_used(g_prog,l_time,1) RETURNING l_time No.BUG";
pro=0;
beg=1;
}
中的print "CALL cl_used(g_prog,l_time,1) RETURNING l_time No.BUG";
可是不明白這句怎么會錯呢
各位路過的,幫忙說明一下吧,謝謝 |
|