Designates the default character sub-type that is to be used for column definitions in CREATE and ALTER TABLE SQL statements.
                  This DRDA precompile/bind option is not supported by DB2. 
            
            
               Syntax:
               
               CHARSUB={DEFAULT | BIT | SBCS | MIXED}
NOCHARSUB
                
            
            
               Parameters:
               
               
               
                  
                  
                     
                        
                        
                        
                        
                           
                           
                              
                              | BIT | Use the FOR BIT DATA SQL character sub-type in all new character columns for which an explicit sub-type is not specified. | 
                           
                           
                              
                              | DEFAULT | Use the target system defined default in all new character columns for which an explicit sub-type is not specified. | 
                           
                           
                              
                              | MIXED | Use the FOR MIXED DATA SQL character sub-type in all new character columns for which an explicit sub-type is not specified. | 
                           
                           
                              
                              | SBCS | Use the FOR SBCS DATA SQL character sub-type in all new character columns for which an explicit sub-type is not specified. |