【发布时间】:2019-06-11 08:17:09
【问题描述】:
下面是我的代码。
SUBROUTINE HELLO
*-----------------------------------------------------------------------------
*
*-----------------------------------------------------------------------------
* Modification History :
*-----------------------------------------------------------------------------
$INSERT I_COMMON
$INSERT I_EQUATE
*-----------------------------------------------------------------------------
CRT "HELLOW WORLD"
END
我正在尝试使用 TAFJ 在 T24 Design Studio 中编译上述代码,但会产生以下错误。
17/01/2019 10:50:47 Compiling HELLO... ERROR
Error : (line 19) HELLO, Cannot find Insert 'I_EQUATE'
Error : (line 12) HELLO.b, No component defined. $PACKAGE is mandatory !
Compilation completed for 1 file(s). 2 errors
需要知道如何解决这个问题。
【问题讨论】:
-
请考虑将问题命名为实际包含问题
-
问题已解决
标签: jbase