Model Statement delimiter in column 1, indicating that this is a Model Control statement, not a Data Statement.
Can be any user keyword or one of the system keywords.
Can be any of the following:
|
Operator Symbol |
Meaning |
|---|---|
|
EQ or = |
equal |
|
NE or ¬ |
not equal |
|
LT or < |
less than |
|
LE or <= |
less than or equal to |
|
GT or > |
greater than |
|
GE or >= |
greater than or equal to |
Can be any user keyword or system keyword.
The value to be tested against keyword1. The value must be surrounded by single quotes. If the value itself must contain a quote, use two single quotes to distinguish the embedded quote from the value delimiters.
|
Copyright © 2004 CA.
All rights reserved.
|
|