| 
			   
                   To decompile an Environment Catalog, run OADECOMP using the 
                    appropriate operating system format and specify the compiled 
                    Environment Catalog and the output source file at the command 
                    line. 
                    
                  Syntax
                  oadecomp [<Options>] <Env> [<Output 
                    File>] 
                  ...where <Env> is a compiled environment file, decompiled 
                    output is written to optional <Output File>, and <Options> 
                    may include any of the following, in which at least one of 
                    [-] or [=] must be specified: 
                  [-]user[=]<user> 
                  [-]password[=]<password> 
                   
                    
                  Example
                  UNIX:
                  oadecomp orders.env orders.src 
                  OpenVMS:
                  oadecomp "orders.env orders.src" 
                  MPE/iX:
                  RUN OADECOMP.OA.DISCACCT;INFO="ordersec orderses" 
                  Windows NT:
                  oadecomp orders.env orders.src 
                  . 
                    . 
                    . 
                    Connected; Decompiled; Done 
                    **Environment Decompiled Successfully!** 
                   
                    
                  top 
                  
			   |