PCC-02313
        malformed VARCHAR declaration - missing length
        
        
        Cause
        When a VARCHAR is declared, a length specification is mandatory. For example, the following VARCHAR declaration is meaningless, hence illegal: VARCHAR v1[];
        Action
        Specify the length for each declared VARCHAR.
        
     
    
    
        PCC-02313
        malformed VARCHAR declaration - missing length
        
        
        Cause
        When a VARCHAR is declared, a length specification is mandatory. For example, the following VARCHAR declaration is meaningless, hence illegal: VARCHAR v1[];
        Action
        Specify the length for each declared VARCHAR.
        
     
    
    
        PCC-02313
        malformed VARCHAR declaration - missing length
        
        
        Cause
        When a VARCHAR is declared, a length specification is mandatory. For example, the following VARCHAR declaration is meaningless, hence illegal: VARCHAR v1[];
        Action
        Specify the length for each declared VARCHAR.