Use this function to call another calculation language file. A Chain statement must begin with CHAIN. There is no limit to the number of Chain statements you can use.
Parameter |
Description |
Script |
Enter the name of the DAL script file. You can omit the extension. |
Here are some examples:
CHAIN 'LastCalc'
or
CHAIN( 'LastCalc' )
These examples permanently call the calculation file named LastCalc. Processing does not return to the current script. No statements from the original script will be evaluated after the Chain statement.
© Copyright 2012, Oracle and/or its affiliates. All rights reserved. Legal notices.