| + | Implemented for numeric and character values.   | 
| - | Implemented for numeric values.   | 
| $ | Implemented.   | 
| ( ) | Implemented.   | 
| NOT, ! | Implemented.   | 
| AND | Implemented.   | 
| OR | Implemented.   | 
| < | Implemented. Only the "MACHINE" collate sequence is supported.   | 
| > | Implemented. Only the "MACHINE" collate sequence is supported.   | 
| = | Implemented. Character values are compared with the "MACHINE" collate sequence and SET EXACT ON.   | 
| == | Implemented.   | 
| <>, #, != | Implemented. Character values are compared with the "MACHINE" collate sequence and SET EXACT ON.   | 
| <= | Implemented. Character values are compared with the "MACHINE" collate sequence.   | 
| >= | Implemented. Character values are compared with the "MACHINE" collate sequence.   | 
| **, ^ | Implemented.   | 
| * | Implemented.   | 
| / | Implemented.   | 
| % | Implemented.   | 
| .NULL. | Implemented.   |