Oracle Message PCC-00051 - Size of VARCHAR string is larger than 65533 in line number in file string

ERRORSize of VARCHAR string is larger than 65533 in line number in file string
CAUSEThe declared size of a VARCHAR host variable exceeds the precompiler limit of 65533 bytes.
ACTIONCheck the Declare Section, making sure the size of each VARCHAR variable does not exceed the limit of 65533 bytes.