Determines where the run-time system of the directory stores paging files. 
                  	  
               
            
 
            	 
            By default, the paging files are stored in the current directory. 
               	 
            
 
            	 
            
               Parameters
 
               		 
               		
                
                  		   
                  			 
                  - pathname 
                     			 
                  
- Specify the pathname for the paging files, using the correct environment variable for your operating system: 
                     				
                     
                        
                            
                              						
                               
                                 						  
                                 | Platform | Environment variable |   
                                 						  
                                 | UNIX | TMPDIR |   
                                 						  
                                 | Windows or other | TMP (or TEMP if TMP is not set) |  
 
 
  
            	 
            
               Example
 
               		 
               		TMPDIR=/home/temp	*> UNIX
TMP=C:\temp		 *> WINDOWS