call "CBL_XOR" using    source
                        target
               by value length 
               	 | Using call prototype (see Key) | Picture | |
|---|---|---|
| source | cblt-x1-compx | Any data item. | 
| target | cblt-x1-compx | Any data item. | 
| length | cblt-os-size | Numeric literal, pic x(4) comp-5 or pic x(8) comp-5 (64-bit native programs only) | 
| source | One of the data items to exclusive-OR. | 
| target | The other data item to exclusive-OR. | 
| length | The number of bytes of source and target to exclusive-OR. Positions in target beyond this are unchanged. | 
| target | The result. | 
Comments:
The routine starts at the left-hand end of source and target and exclusive-ORs the bits together, storing the result in target. The truth table for this is: