Deletes all client information older than the number of days specified.
  
 
	  
		Note: This routine is supported for native COBOL only. 
		
 
 
	  
 
	 Syntax:
 
		 
		call "MF_CLIENT_STATE_PURGE" using date-criteria
                                   server-status
 
	 Parameters:
 
		 
		 
		
 
			  
			  
			  
			  
				 
				  |  | Using call prototype (see 
					 Key) | Picture (32-bit systems) | 
 
			 
 
			  
				 
				  | date-criteria | cblt-x4-compx | pic x(4) comp-x. | 
 
				 
				  | server-status | cblt-x1-compx | pic x comp-x. | 
 
			 
 
		  
 
 
	 On Entry:
 
		 
		 
		
 
			  
			  
			  
				 
				  | date-criteria | The number of days after which client information should be purged. |