The FILECASE option enables you to adjust the case of data file names. 
                   
               
            
 
            
            
               Syntax:
 
                
               
                
                    
                  FILECASE 
                  = 
                   {  
                  0 
                         
                   }  
                   {  
                  1 
                         
                   }  
                   {  
                  2 
                         
                   }  {  
                  3 
                         
                   }  {  
                  4 
                         
                   }   
                  
               
 
               
              
            
            
               Parameters:
 
                
               
                
                   
                  
                  - 0 
                     
                  
- Data file names are not changed 
                     
                  
- 1 
                     
                  
- Data file names are changed to lower case, including directory (path) elements 
                     
                  
- 2 
                     
                  
- Data file names are changed to upper case, including directory (path) elements 
                     
                  
- 3 
                     
                  
- Data file names are changed to lower case, excluding directory (path) elements 
                     
                  
- 4 
                     
                  
- Data file names are changed to upper case, excluding directory (path) elements 
                     
                  
  
            
             
            
            
               Examples:
 
                
               FILECASE=2  *> e.g. cust_acc\fy11.dat becomes CUST_ACC\FY11.DAT
FILECASE=3  *> e.g. CUST_ACC\FY11.dat becomes CUST_ACC\fy11.dat
 
                 
            
            
               Comments:
 
                
               
               Translation occurs before the filename is mapped with the values in 
                  COBDATA or before the 
                  FILESUFFIX option is applied. You should make sure that those variables specify the correct case.