See Also:
                  OADECOMP 
                  OAHELPER 
                    
                  Run OACOMP
                  Run OACOMP from the command line. Pass the environment source 
                    file as a command line argument. 
                  
                    - You can pass the source file to oacomp without the .src 
                      suffix. In this case, oacomp will append the .src suffix 
                      on the source file and generate the compile environment 
                      catalog in a file with the same name, but with the .env 
                      suffix.
 
                   
                  C:\omnidex\demo>oacomp orders 
                    DS73010 2.6.11 OmniAccess Environment Compiler Tue Sep 30 
                    12:35:52 2003 
                    (c) Dynamic Information Systems Corp. 1981-2003 
                    LICENSEE: DISC Internal Copy 
                  Parsed; Validated; Compiled; Done 
                    ** Environment Compiled Successfully! ** 
                   C:\omnidex\demo> 
                  
                  
                    - If you pass the source file suffix, you must also pass 
                      the output .env file name, or an error will occur.
 
                    - If you pass the output .env file name, you must also include 
                      the source file suffix, or an error will occur.
 
                    - You can specify fully qualified the path of the source 
                      file as well as the output .env file.
 
                   
                  C:\omnidex\demo>oacomp d:\test\orders.src d:\test\env\orders.env 
                    DS73010 2.6.11 OmniAccess Environment Compiler Tue Sep 30 
                    12:35:52 2003 
                    (c) Dynamic Information Systems Corp. 1981-2003 
                    LICENSEE: DISC Internal Copy 
                  Parsed; Validated; Compiled; Done 
                    ** Environment Compiled Successfully! ** 
                   C:\omnidex\demo> 
                  top 
                  
			   |