PCC-00077

Error: PCC-00077: Colon usage with numeric label in WHENEVER statement is not ANSI

Causa: An Oracle extension to the ANSI/ISO SQL standard was used. Specifically, a numeric WHENEVER ... GOTO label was prefixed with a colon. For example the code might have looked like:

Acción: No action required. However, for ANSI/ISO compliance, prefix alphanumeric (but not numeric) WHENEVER ... GOTO labels with a colon.

COMENTARIOS:


No hay comentarios.