Feature '{0}' is not available in the selected dialect {1}
This error is generated with you compile in a dialect that does not support a particular feature
Assume the following code is compiled in the Core dialect
// Compile in Core dialect
FUNCTION Test(a,b,c) // error XS9007: Feature 'USUAL' is not available in the selected dialect Core
RETURN a,b,c