PCB-00211

Error: PCB-00211: VARYING not supported with PIC N or PIC G variable "string"

Causa: The keyword VARYING was used in a PIC N variable declaration.

Acción: Remove the keyword VARYING from the variable declaration. If you want to declare a PIC N VARCHAR variable, specify the precompiler option VARCHAR=YES and declare the variable as an implicit VARCHAR group item as illustrated by the following example:

COMENTARIOS:


No hay comentarios.