Enables SCREEN SECTION ACCEPT and DISPLAY statements to inherit Keisen attributes written by preceding CBL_ calls. 
  
 
	  
		Note: This routine is supported for native COBOL only. 
		
 
 
		This function enables SCREEN SECTION ACCEPT and DISPLAY statements to inherit Keisen attributes written by preceding CBL_ calls. 
		
	  
 
	 Syntax:
 
		 
		call x"AF" using function-code
                 parameter
 
	  
 
	 Parameters:
 
		 
		 
		   
			 - function-code 
			 
 
 
			 - Call prototype: cblt-x1-compx 
			 
 
 
			 - Picture: pic x comp-x. 
			 
 
 
		   
		   
			 - parameter 
			 
 
 
			 - Call prototype: cblt-x1-compx 
			 
 
 
			 - Picture: pic x comp-x. 
			 
 
 
		   
		
 
	  
 
	 On Entry:
 
		 
		 
		   
			 -  
				function-code 
			 
 
 
			 - Value 81 
			 
 
 
		   
		   
			 -  
				parameter 
			 
 
 
			 - Action to perform: 
				
 
					  
					  
					  
						 
						  | 0 
						   | 
 
						  Prevent Keisen attributes being inherited 
						   | 
 
						
 
						 
						  | 1 
						   | 
 
						  Enable Keisen attributes to be inherited 
						   | 
 
						
 
					 
 
				  
 
 
			  
 
		   
		
 
	  
 
	 
 
	 
 
   
 
Comments:
To use this function you must add the following code to your program.
In the Working Storage section:
In the Procedure division: