HELPLIB.HLB  —  COBOL  PROCEDURE_DIVISION, miscellaneous_topics, conditional_expressions, sign
  The sign condition determines if the algebraic value of an arithmetic
  expression is less than, greater than, or equal to zero.

  Format -

                                    { POSITIVE }
   arithmetic-expression IS [ NOT ] { NEGATIVE }
                                    { ZERO     }
Close Help