This directive determines what type of database cursor your COBOL read-only cursors use. 
	 
  
 
	 Syntax:
 
		 
		RO_CURSOR={SCROLL | FORWARD | DYNAMIC | KEYSET | STATIC | FF | IC_FH}
 
	  
 
	 Parameters:
 
		 
		
 
			  
				 
				  | FF 
				   | 
 
				  Fast Forward 
				   | 
 
				
 
				 
				  | IC_FH 
				   | 
 
				  Independent Connection Fire Hose 
				   | 
 
				
 
			 
 
		  
 
 
	  
 
	 Scope:
 
		 
		
 
			  
			  
			  
				 
				  | Used at compile time: 
				   | 
 
				  No 
				   | 
 
				
 
				 
				  | Behavior at run time: 
				   | 
 
				  Source file 
				   | 
 
				
 
			 
 
		  
 
 
		See 
		  Scope - OpenESQL SQL Compiler Directive Options for more information. 
		
 
	  
 
	 
 
   
 
Comments: