Project Development Overview
in AXIS Users Guide - Getting Started
The steps for developing a new DataLink project can be summarized as follows:
1. Create a Logical File Association
- Open an AXIS Dataset (or create a new one)
- Select the module in which you wish to develop your project
- Set the required Dataset DataLink options and parameters
- Define logical files pointing to all source files
2. Define the Contents of the Primary Table(s) and reference table(s)
- Create primary tables and user defined tables as needed.
- Add fields to primary inforce data table(s) according to your data requirements
- Define the source of data for each field (loaded from source file, based on other fields
in tables or default)
- For each field input from the source file, point to the location in the source record and define any conversion or validation
- For each calculated field, define how the field contents are to be defined (mapping process, cross-table action, or user written subroutines)
3. Test the Table Definition
- Test load some data from the source file, and test calculation and mapping steps
- View table contents and resolve any error messages
- Test on the complete source file
4. Create and Test a Batch Process
- Create and test a macro batch process to perform a full batch run,
including attaching seriatim records to AXIS cells
5. Examine Calculated Seriatim Results
-
Select or create and run a Query or Report on the policy information tables including results
7. Expand the Batch Macro (optional)
- Edit the batch macro created in Step 4 to include the Cell recalculation,
retrieval of calculated results
from remote tables, and running of queries if desired.
All the above steps are covered in more detail in succeeding help topics.