*TRUE
-
True and * False special values are used in conjunction with *Boolean data type to indicate a true or false condition.
-
TRUE can be used wherever Indicators and character values “1” and “0” are used.
Example
DclFld myBook Type( *Boolean )
myBool = *True
myBool = *False