DISC

Contents | What's New | Quick Links

 

Utility Reference

Introduction

Software Installation

Concepts and Design

Designing Applications

Omnidex Environments

SQL Reference

Omnidex API's

Utilities

Interfaces

Performance Guide

Troubleshooting Guide

Appendix

 

 

OACOMP

Utility ReferenceParsing Phase

 

OACOMP compiles an environment source file into a compiled Environment Catalog.

This operation occurs in three phases:

Parsing Phase

Validation Phase

Compilation Phase

OADECOMP

Utility Reference

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

Dynamic Information Systems Corporation - Omnidex Version 3.8 Build 6 J15.03-Copyright © 2003

DISC | Documentation Home