Displays a character to the screen at the current cursor position. 
  
 
	  
		Note: This routine is supported for native COBOL only. 
		
 
 
	  
 
	 Syntax:
 
		 
		call x"AF" using function-code
                 char
 
	 Parameters:
 
		 
		 
		
 
			  
			  
			  
			  
				 
				  |  | Using call prototype (see 
					 Key) | Picture | 
 
			 
 
			  
				 
				  | function-code | cblt-x1-compx | pic x comp-x. | 
 
				 
				  | char | pic x | pic x | 
 
			 
 
		  
 
 
	 On Entry:
 
		 
		 
		
 
			  
			  
			  
				 
				  | function-code | Value 18 | 
 
				 
				  | char | The character to be displayed. |