PCC-01014: "VARYING" not supported with PIC N PICTURE clause
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 |
LSX-00016: schema and instance document have incompatible character sets
PCB-00218: RENAMES clause not allowed for host variable "string"
ORA-24413: Invalid number of sessions specified
ORA-14163: subpartition number string: INITRANS value must be less than MAXTRANS value
RMAN-06211: ==========================
PLS-00399: different types of columns in UNION, INTERSECT, or MINUS expression
ORA-29514: class name contains illegal character
ORA-32836: database user string must be granted role string
ORA-16039: RFS request version mismatch
ORA-27037: unable to obtain file status
ORA-00438: %s Option not installed
ORA-16780: Destination to some database has used up its quota.