|
@@ -207,6 +207,7 @@
|
|
#define HQLERR_KeyedJoinNoRightIndex_X 4185
|
|
#define HQLERR_KeyedJoinNoRightIndex_X 4185
|
|
#define HQLERR_ScalarOutputWithinApply 4186
|
|
#define HQLERR_ScalarOutputWithinApply 4186
|
|
#define HQLERR_EmbeddedTypeNotSupported_X 4187
|
|
#define HQLERR_EmbeddedTypeNotSupported_X 4187
|
|
|
|
+#define HQLERR_MaximumSizeLessThanMinimum_XY 4188
|
|
|
|
|
|
//Warnings....
|
|
//Warnings....
|
|
#define HQLWRN_PersistDataNotLikely 4500
|
|
#define HQLWRN_PersistDataNotLikely 4500
|
|
@@ -486,6 +487,8 @@
|
|
#define HQLERR_ScalarOutputWithinApply_Text "A scalar output within an APPLY is undefined and may fail. Use OUTPUT(dataset,EXTEND) instead."
|
|
#define HQLERR_ScalarOutputWithinApply_Text "A scalar output within an APPLY is undefined and may fail. Use OUTPUT(dataset,EXTEND) instead."
|
|
#define HQLERR_KeyedJoinNoRightIndex_X_Text "Right dataset (%s) for a keyed join isn't a key"
|
|
#define HQLERR_KeyedJoinNoRightIndex_X_Text "Right dataset (%s) for a keyed join isn't a key"
|
|
#define HQLERR_EmbeddedTypeNotSupported_X_Text "Type %s not supported for embedded/external scripts"
|
|
#define HQLERR_EmbeddedTypeNotSupported_X_Text "Type %s not supported for embedded/external scripts"
|
|
|
|
+#define HQLERR_MaximumSizeLessThanMinimum_XY_Text "Maximum size (%u) for this record is lower than the minimum (%u)"
|
|
|
|
+
|
|
//Warnings.
|
|
//Warnings.
|
|
#define HQLWRN_CannotRecreateDistribution_Text "Cannot recreate the distribution for a persistent dataset"
|
|
#define HQLWRN_CannotRecreateDistribution_Text "Cannot recreate the distribution for a persistent dataset"
|
|
#define HQLWRN_RecursiveDependendencies_Text "Recursive filename dependency"
|
|
#define HQLWRN_RecursiveDependendencies_Text "Recursive filename dependency"
|