loadOrder
The optional loadOrder argument enables you to specify the schema file load order, as follows. The:
-
Default minimizeReorgs value loads all .scm files before any .ddb or .ddx files.
-
verbatim value loads the schema files in the order specified by the .mul file. If a .scm and .ddx or .ddb pair are specified on one line, they are treated as a pair of files.
There is an interlock with the allowCircularPackages argument. If the allowCircularPackages argument is set to true, the loadOrder=verbatim option is not valid and the default loadOrder argument value is used. This is because loading circular packages often requires reordering and retrying .scm files before any .ddb or .ddx files are loaded.
2022.0.04 and higher