aiaiDBA

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

13718043309

010-86462881

PCC-01010: Invalid use of NULL character in character literal

PCC-01010: Invalid use of NULL character in character literal
Cause: A null character (binary zero) was found in a string literal. This is not allowed by Pro*COBOL.
Action: Remove the null character from the string literal.

请先 登录 后评论

1 个回答

小智
PCC-01010:字符文字中使用NULL字符无效,
.原因:在字符串文字中找到空字符(二进制零)。Pro * COBOL不允许这样做。,
.操作:从字符串文字中删除空字符。,
.
请先 登录 后评论