Overriding the Data Library Specifications

The XML import file must contain specification of the data libraries to be used for model input and output. The following picture shows the elements that have an attribute specifying the libref of a data library.

You can override the librefs in the import file by embedding <DataLibrary> tags in the same import file as follows:

 
<DataLibraries>
   <DataLibrary LibrefAlias="" LibrefActual="" />
    ...
   <DataLibrary LibrefAlias="" LibrefActual="" /> 
</DataLibraries>

The <DataLibrary> tag takes the following attributes:

Attribute Value
LibrefAlias= specifies the libref in the XML import file.
LibrefActual= specifies the libref to be used in place of the libref in the XML import file.

For example, the following picture shows a <DataLibrary> tag overriding the librerf "bbankin" for the transaction table groups with the libref "trans23".