*FALSE
-
FALSE and TRUE](StarTRUE.html) special values are used in conjunction with [Boolean data type to indicate a true or false condition.
-
FALSE can be used wherever indicators and character values “1” and “0” are used.
Example
Dclfld myBool Type(*Boolean)
myBool = *True
myBool = *False