2 3 1 Range From value To value

LANSA Technical

2.3.1 Range: From value / To value

Mandatory.

Specify a "from" and "to" value for each range that the field will be checked against.

At least one range is required and up to a maximum of 20 ranges can be specified. The range values are checked for type and length compatibility.

Rules

Allowable values are:

  • An alphanumeric literal (in quotes) such as 'NSW', 'BALMAIN'.
  • A numeric literal such as 1, 14.23, -1.141217.
  • Another field name such as CUSTNO, INVNUM, etc. Notice that a field name is not entered as #CUSTNO.
  • A system variable name such as *BLANKS, *ZERO, *DATE or any other system variable defined at your installation.
  • A process parameter such as *UP01, *UP02, etc.
  • System does NOT check that the "from" value is less than "to" value.

Tips & Techniques

Also See

2.3.2 Range of Values Examples

Ý 2.3 Range of Values Checks