{[ NOT ] = ConstantValue}{[ NOT ] < ConstantValue}{[ NOT ] > ConstantValue}>> END-IF
1. ConstantName is a constant defined in the configuration file as iscobol.compiler.const.ConstantName or using the DEFINE Directive compiler directive.
2. Statement-1 and Statement-2 are lines of COBOL code.
1. Testing IF DEFINED, when ConstantName is defined, no matter the value, the lines in Statement-1 are included. Otherwise, the lines in Statement-2 are included.
2. Testing IF EQUAL, GREATER or LESS, when ConstantName is defined, and its value matches the IF condition, the lines in Statement-1 are included. Otherwise, the lines in Statement-2 are included.
{[ NOT ] = ConstantValue}{[ NOT ] < ConstantValue}{[ NOT ] > ConstantValue}$END
| Copyright (c) 2017 Veryant |
| Contact us |
|
Please share your comments on this manual or on any Veryant product documentation with the email button at the top left |