Table of Contents

Search

  1. About the Data Vault Message Reference
  2. Data Definition Language Errors
  3. Data Vault Repository Service Exit Codes
  4. Load Balancer and Administration Errors
  5. Data Vault Repository Administration CLI Errors
  6. Data Vault SQL Tool Messages
  7. Data Vault Loader Messages

Data Vault Message Reference

Data Vault Message Reference

0038

0038

Variable '
variable-name
' is referenced but not defined.
Occurs when a variable is referenced in an expression, but is not defined in the VAR section. This error may also be returned if a variable references another variable that is not yet defined in the variable declaration list. For example:
VAR
{
V1 (%V2 + 'world')
V2 ('hello ')
}
V2 must be defined
prior
to V1 in order for the definition of V1 to be valid.

0 COMMENTS

We’d like to hear from you!