aiaiDBA

加微信获取免费职业规划+学习资料,了解年薪50万的DBA是如何练成的

13718043309

010-86462881

PCC-01013: Invalid use of PIC N array variable "string" at line number in file string

PCC-01013: Invalid use of PIC N array variable "string" at line number in file string
Cause: A PIC N variable was declared using an OCCURS clause. Tables of PIC N variables are not supported by the Pro*COBOL precompiler.
Action: Declare the PIC N variable without an OCCURS clause or, if the PIC N variable is not used in any SQL statements, declare it outside the Declare Section.

请先 登录 后评论

1 个回答

小智
PCC-01013:在文件字符串中的行号上使用PIC N数组变量“ string ” 无效,
.原因:使用OCCURS子句声明了PIC N变量。Pro * COBOL预编译器不支持PIC N变量表。,
.操作:声明没有OCCURS子句的PIC N变量,或者如果在任何SQL语句中未使用PIC N变量,请将其声明在Declare Section之外。,
.
请先 登录 后评论