aiaiDBA

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

13718043309

010-86462881

PCC-01002: Invalid character "character" in indicator area at line number in file string

PCC-01002: Invalid character "character" in indicator area at line number in file string
Cause: In a Pro*COBOL Precompiler program, only a blank, hyphen (-), asterisk (*), slash (/), or letter "D" is allowed in the indicator area, but the precompiler found another character.
Action: Remove or replace the invalid character. If the FORMAT=ANSI option is specified, check for an end-of-line in column 7.

请先 登录 后评论

1 个回答

小智
PCC-01002:文件串中行号的指示区域中无效字符“ 字符 ”,
.原因:在Pro * COBOL预编译程序中,指示器区域中只允许使用空白,连字符( - ),星号(*),斜杠(/)或字母“D”,但预编译器找到另一个字符。,
.操作:删除或替换无效字符。如果指定了FORMAT = ANSI选项,请检查第7列中的行尾。,
.
请先 登录 后评论