Eliminates invalid host variable compiler errors for applications that contain an SQLDA rather than including it using the
                  COPY SQLDA statement. 
                  	  
               
            
 
            	 
            
               Syntax:
 
               		 
               		USER-SQLDA={NONE | ANSI | MAINFRAME} 
               	   
            	 
            
               Parameters:
 
               		 
               		
                
                  		   
                  			 
                  - NONE 
                     			 
                  
- The application does not contain an SQLDA. 
                     			 
                  
- ANSI 
                     			 
                  
- The application defines an SQLDA using COMP-5 fields. 
                     			 
                  
- MAINFRAME 
                     			 
                  
- The application defines an SQLDA using COMP fields. We recommend this option when migrating from the mainframe. 
                     			 
                  
  
            	 
             
            	 
            
               Scope:
 
               		 
               		
               
                   
                     			  
                     			  
                     			 
                      
                        				
                         
                           				  
                           | Used at compile time: | Yes | 
 
                        				
                         
                           				  
                           | Behavior at run time: | Source file | 
 
                        			 
                      
                     		  
                  
                 
               		
               See 
                  		  Scope - OpenESQL SQL Compiler Directive Options for more information.