cobol1.hlp (Topic list)
CBL_AND (↑ Logic Operator Routines)
 Key Details                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
  Routine:      CBL_AND
 
  Function:     Does a logical AND between the bits of two data items.
 
  Syntax:       CALL "CBL_AND"         USING     source
                                                 target
                                       BY VALUE  length
                                       RETURNING status-code
 
  Parameters:   source                 Any data item.
                target                 Any data item.
                length                 Numeric literal or PIC X(4) COMP-5.
                status-code            See Key
                                    -♦-