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



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

Answer / guest

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

Action: 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: EXEC SQL BEGIN DECLARE
SECTION END-EXEC. ... 01 ENAME. 05 ENAME-LEN PIC S9(4) COMP.
05 ENAME-ARR PIC N(20). ... EXEC SQL END DECLARE SECTION
END-EXEC.

Please add more information about this Error

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle Errors Interview Questions

VID-00703: unable to read video data

1 Answers  


ORA-08208: ora_addr: cannot read from address file

1 Answers  


ORA-22914: DROP of nested tables not supported

1 Answers  


PCC-02335: body of cursor must name statement identifier

1 Answers  


LSX-00024: unknown attribute group "~S"

1 Answers  






ORA-08440: raw buffer is too short to hold converted data

1 Answers  


ORA-30105: 'string' is not a legal boolean for 'string'

1 Answers  


NNL-00264: Request forwarding is now disabled

1 Answers  


ORA-13630: The task string contains execution results and cannot be executed.

1 Answers  


ORA-28578: protocol error during callback from an external procedure

1 Answers  


UDE-00007: attempt to free unallocated memory

1 Answers  


ORA-25461: rule set not specified

1 Answers  


Categories