C |
Index: C D E I L O S T X |
CHAR | Used to produce a single character based on its ASCII value. |
CHECKSUM | Performs an CRC checksum. |
CONVERT | Converts each individual character in the old string to the new string character based on position in each string |
D |
Index: C D E I L O S T X |
DTX | Convert Decimal to Hex. |
E |
Index: C D E I L O S T X |
EBCDIC | Converts string to IBM ebcdic code. |
I |
Index: C D E I L O S T X |
ICONV | Converts a literal or variable based on a supplied set of rules |
L |
Index: C D E I L O S T X |
LOWER | Converts the alphabetic characters to lowercase. |
O |
Index: C D E I L O S T X |
OCONV | Converts a literal or variable based on a supplied set of rules. |
S |
Index: C D E I L O S T X |
SOUNDEX | |
T |
Index: C D E I L O S T X |
TRIM | Convert a string by compressing multiple blanks into single blanks and eliminating leading blanks and trailing blanks. |
X |
Index: C D E I L O S T X |
XTD | Converts a hexidecimal value to an integer. |
| | |