aiaiDBA

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

13718043309

010-86462881

PCC-01006: EXEC statement cannot begin in Area A at line number in file string

PCC-01006: EXEC statement cannot begin in Area A at line number in file string
Cause: In a Pro*COBOL program, EXEC statements must begin in Area B, but the precompiler found a statement beginning in Area A.
Action: Move the statement rightward so that it begins in Area B.

请先 登录 后评论

1 个回答

小智
PCC-01006:EXEC语句无法从文件串中的行号开始,
.原因:在Pro * COBOL程序中,EXEC语句必须从B区开始,但预编译器找到一个从A区开始的语句。,
.行动:将声明向右移动,使其从区域B开始。,
.
请先 登录 后评论