|
DEFAULT statement |
Top Previous Next |
|
default statement = "DEFAULT", "CONNECT", connection type;
There are only two forms of the DEFAULT statement:
default connect physical default connect virtual
Only one of these statements may appear in the input to the configurer. The DEFAULT CONNECT statement governs how the configurer treats any CONNECT statements that do not explicitly specify whether a virtual or physical connection is required. See the description of how defaults are handled, in Connection Type attribute. Note that the effect of DEFAULT CONNECT is global. All CONNECT statements are affected, even those that come before the DEFAULT statement in the input file.
|