SQL - SQLCODE's - Códigos negativos -604


Volta a página anterior

Volta ao Menu Principal


Desenvolvido por DORNELLES Carlos Alberto - Analista de Sistemas - Brasília DF. - cad_cobol@hotmail.com

SQLCode -604

   
 
  • Causa
    • A DATA TYPE DEFINITION SPECIFIES AN INVALID LENGTH, PRECISION, OR SCALE ATTRIBUTE.

      A data type definition in a CREATE or ALTER statement contains an invalid length, precision, or scale attribute specification.
      In addition, the specification of data type might be incorrect or invalid.
      Or, the column definition in a view referenced in a CREATE TABLE LIKE view has an invalid length.
  • Ação do sistema
    • The statement cannot be executed.
      The specified object was not created or altered.
  • Resposta ao Desenvolvedor
    • Correct the syntax, and resubmit the statement.
      Refer to Chapter 2 of DB2 SQL Reference for information about valid length, precision, and scale attributes for the data type of an object.

      SQLSTATE: 42611

© Copyright IBM Corp.