Specifies the location to which a DBRM is bound when the AUTOBIND preprocessor directive is used.
Syntax:
LOCATION=location-name#1;location-name#2;...;location-name#10
Parameters:
location-name
|
Location name to bind DBRM to |
Properties:
Default: |
Use the location specified via the IDE Options > SQL menu. |
Comments:
By default, the AUTOBIND preprocessor directive uses the location specified via the IDE Options>SQL menu unless this directive is specified.
Multiple locations are only supported when doing AUTOBIND. Locations must be delimited by a semi-colon with no spaces in the string. A maximum of 10 locations are supported but the same number of DBRMs must be specified or the number of locations greater than DBRMs will be ignored.