PCC-01014: "VARYING" not supported with PIC N PICTURE clause



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

Post New Answer

More Oracle Errors Interview Questions

CLSR-01010: Unable to record PMON pid to string

1 Answers  


ORA-00273: media recovery of direct load data that was not logged

1 Answers  


TNS-01095: %s * string * string * number

1 Answers  


RMAN-08028: channel string: copy current controlfile failed

1 Answers  


QSM-02057: ROWNUM referenced in mv

1 Answers  






CLSS-00103: unable to read configuration information for node string

1 Answers  


ORA-06754: TLI Driver: unable to get local host address

1 Answers  


ORA-13288: point coordinate transformation error

1 Answers  


NID-00406: Reversion of database name failed.

1 Answers  


ORA-24182: attribute number specified does not exist

1 Answers  


ORA-31636: session is already attached to job string for user string

1 Answers  


NZE-29051: The given public key type is not supported.

1 Answers  


Categories