Designates whether an apostrophe (') or double quotation marks (") will be used as the string delimiter within SQL statements.
                  This DRDA precompile/bind option is not supported by DB2. The DRDA server will use a system defined default value if this
                  option is not specified. 
            
            
               Syntax:
               
               STRDEL={APOSTROPHE | QUOTE}
NOSTRDEL
                
            
            
               Parameters:
               
               
               
                  
                  
                     
                        
                        
                        
                        
                           
                           
                              
                              | APOSTROPHE | Use an apostrophe (') as the string delimiter. | 
                           
                           
                              
                              | QUOTE | Use double quotation marks (") as the string delimiter. |