aiaiDBA

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

13718043309

010-86462881

PCB-00222: Size for host variable string exceeds maximum size

PCB-00222: Size for host variable string exceeds maximum size
Cause: A variable declared with PIC S9(n), with n greater than what is allowed on the given platform, was used in an embedded sql statement. On 32 bit machines n must not exceed 9, and on 64 bit machines, n must not exceed 18.
Action: Use a smaller number in the picture clause that does not exceed the maximum allowed size on your platform or use COMP-3.

请先 登录 后评论

1 个回答

小智
PCB-00222:主机变量字符串的大小超过最大大小,
.原因:在嵌入式sql语句中使用了使用PIC S9(n)声明的变量,n大于给定平台允许的变量。在32位机器上,n不得超过9,而在64位机器上,n不得超过18。,
.操作:在图片子句中使用不超过平台上允许的最大尺寸或使用COMP-3的较小数字。,
.
请先 登录 后评论