aiaiDBA

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

13718043309

010-86462881

PCB-00210: DISPLAY-1 only allowed with PIC G and PIC N variables "string"

PCB-00210: DISPLAY-1 only allowed with PIC G and PIC N variables "string"
Cause: A variable declared with DISPLAY-1 in the usage clause without PIC G or PIC N in the picture clause was used in a SQL statement.
Action: Replace DISPLAY-1 with DISPLAY or change the picture clause to use PIC N or PIC G.

请先 登录 后评论

1 个回答

小智
PCB-00210:DISPLAY-1只允许使用PIC G和PIC N个变量“ 串 ”,
.原因:在SQL语句中使用了在图例子句中没有PIC G或PIC N的usage子句中用DISPLAY-1声明的变量。,
.操作:将DISPLAY-1替换为DISPLAY或更改picture子句以使用PIC N或PIC G.,
.
请先 登录 后评论