IF SQLCA.SQLCODE != 0 THEN
LET SYS_errmsg = "预处理游标错", SQLCA.SQLCODE
|There is an unprintable character in the above line.
| See error number -4407.
|
|There is an unprintable character in the above line.
| See error number -4407.
|
|There is an unprintable character in the above line.
| See error number -4407.
|
|There is an unprintable character in the above line.
| See error number -4407,
....
CALL ErrMsg_srv(SYS_errmsg)
RETURN FAILURE
-4407 There is an unprintable character in the above line.
This source line contains an unusual character. 4GL suggests that the
source file might be corrupt. Edit the file and remove the bad
character. If you cannot see or select it with your editor, you may
have to delete and retype the line.