Page History
...
How should an application be deployed to a consistent schema?
1. Decide what the schema you want to use in the deployed application. This does not have to correspond to a library name in the build environment e.g. LANSALIB
2. Create the first version of the application and include the required files. Create a Library Substitution corresponding to the library name selected to be used for the application e.g. LANSALIB.
3. Select this substitution to be used for the files. Refer to Configure the File Library Substitution for more information.
4. Modify the application code to apply the appropriate overrides using the DEFINE_OVERRIDE_FILE Built In Function. This is required to direct the deployed OAM, which has embedded in it the LANSA Library of when the OAM was generated, to the appropriate runtime library (schema). Refer to DEFINE_OVERRIDE_FILE in the Technical Reference Guide for more information.

