PCB-S-00209, Scale is not supported for host variable "Sum" [message #153240] |
Fri, 30 December 2005 05:37 |
abdou_7a
Messages: 1 Registered: December 2005
|
Junior Member |
|
|
Hi !
I migrate the application written in COBOL of vms to MicroFocus, but I encounter the following problem :
Error at line 871, column 47 in file ../CPY/TREAT.CPY
EXEC SQL SELECT TOT INTO :Sum :i1
.....................................1
PCB-S-00209, Scale is not supported for host variable "Sum"
and the variable "Sum" is declared in the main program as follows :
01 Sum PIC S9(7)V9(2) COMP.
thank you for your help.
|
|
|
|