Specifies character subtype for all new character columns for which an explicit subtype is not specified. 
            
            
            
               Syntax:
               
               DEFAULT-CHAR={BITS | SBCS | DBCS | SYSDEFAULT}
                
            
            
               Parameters:
               
               
               
               
               
                  
                  
                     
                        
                        
                        
                        
                           
                           
                              
                              | BITS  | 
                              
                              specifies that the target relational database uses the FOR BITS DATA SQL  | 
                              
                           
                           
                           
                              
                              | SBCS  | 
                              
                              specifies that the target relational database uses the FOR SBCS DATA SQL | 
                              
                           
                           
                           
                              
                              | DBCS  | 
                              
                              specifies that the target relational database uses the FOR MIXED DATA SQL | 
                              
                           
                           
                           
                              
                              | SYSDEFAULT  | 
                              
                              (recommended) specifies that the target relational database uses the system default character subtype. | 
                              
                           
                           
                        
                        
                     
                   
                  
                
               
               
               
             
            
            
            
            
            
          
         
         
Comments:
This directive only has meaning when program has been statically bound.