Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

ORA-19320: Host name not specified in HTTP URL

1 Answers  


NNO-00114: line string: other data exists, alias data ignored

1 Answers  


ORA-32641: invalid expression in MODEL rule ORDER BY clause

1 Answers  


ORA-12574: TNS:redirection denied

1 Answers  


ORA-13442: GeoRaster metadata SRS error

1 Answers  


ORA-24132: table name string is too long

2 Answers  


TNS-00312: Connection Manager: Failed to get version information

1 Answers  


PCC-00123: Entire VARCHAR declaration must be on same line

1 Answers  


ORA-16557: The database is already in use.

1 Answers  


RMAN-00578: pipe string is not private and owned by SYS

1 Answers  


ORA-37076: (XSMCSESS04) workspace object is not the type of dimension that can have session-only values. Valid types are TEXT and NTEXT.

1 Answers  


KUP-04088: data sampling is not supported by this access driver

1 Answers  


Categories