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 |
ORA-01969: You must specify RESETLOGS or NORESETLOGS
ORA-26088: scalar column "string" must be specified prior to LOB columns
LFI-00145: User buffer too short.
ORA-07444: function address string is not readable
ORA-12569: TNS:packet checksum failure
ORA-38767: flashback retention target parameter mismatch
EXP-00049: %s option is not compatible with Point-in-time Recovery or Transportable Tablespace Export
QSM-01128: Multi MV rewrite is disabled
ORA-02206: duplicate INITRANS option specification
ORA-30751: cannot disable column string from storing objects of type string.string
PLS-00504: type string_BASE may not be used outside of package STANDARD
PLS-00330: invalid use of type name or subtype name