Invalid V_UCHAR in Condition

Infosphere's Quality Product

Moderators: chulett, rschirm

Post Reply
mdemerick@dow.com
Participant
Posts: 16
Joined: Thu Apr 03, 2008 9:45 am

Invalid V_UCHAR in Condition

Post by mdemerick@dow.com »

I'm receiving the following error:

Standardization process failed. (In buildConditionStruc: Invalid V_UCHAR in condition.
[month = 4,6,9,11] | [day > 30]

I've tried various changes, including add quotes around each of the numbers. Is it that I cannot use a list of calues witha user variable? Or might there be some other problem that I'm not seeing.

The entire rule is:
[month = 4,6,9,11] | [day > 30]
EXIT

Not much to it.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Four separate specifications, each containing just one value for month?
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
stuartjvnorton
Participant
Posts: 527
Joined: Thu Apr 19, 2007 1:25 am
Location: Melbourne

Post by stuartjvnorton »

[month = "4" | month = "6" | month = "9" | month = "11"] | [day > 30]

Have had the same sort of problem (so much for PAL reference). This is ugly, but it works.
Post Reply