C |
Index: C D E I L O S T U X |
CHANGE | Changes one string for another. |
CHAR | Used to produce a single character based on its ASCII value. |
CHECKSUM | Performs an CRC checksum. |
COMPARE | Evaluates two strings and returns a -1, 0, or 1. |
CONVERT | Converts each individual character in the <was> string to the <willbe> string character based on position in each string |
D |
Index: C D E I L O S T U X |
DOWNCASE | Converts a string to lowercase, leaving all non-alphabetics unchanged. |
DTX | Convert Decimal to Hex. |
E |
Index: C D E I L O S T U X |
EBCDIC | Converts string to IBM ebcdic code. |
EREPLACE | Replaces one or more instances of a substring in a larger string. |
EXCHANGE | Converts a character based on it's hexidecimal value. |
I |
Index: C D E I L O S T U X |
ICONV | Converts a literal or variable based on a supplied set of rules |
INT | Converts a variable by truncating the decimal portion. |
ITYPE | Translates a literal or variable using I-Descriptor syntax. This is one of the three DICT level syntaxes. The others are F-Correlative and A-Correlative. |
L |
Index: C D E I L O S T U X |
LENS | Determines the length of each element in a dynamic array. |
LOWER | Converts the alphabetic characters to lowercase. |
O |
Index: C D E I L O S T U X |
OCONV | Converts a literal or variable based on a supplied set of rules. |
S |
Index: C D E I L O S T U X |
SOUNDEX | Converts a string into a BELL LABS soundex equivilent. |
T |
Index: C D E I L O S T U X |
TRANS | Converts a value by translating it against another table. |
TRIM | Convert a string by compressing multiple blanks into single blanks and eliminating leading blanks and trailing blanks. |
TRIMB | Converts a string by removing trailing blanks. |
TRIMBS | Coverts each element in a dynamic array by removing trailing blanks. |
TRIMF | Converts a string by removing leading blanks. |
TRIMFS | Coverts each element in a dynamic array by removing leading blanks. |
TRIMS | Convert a string by compressing multiple blanks into single blanks and eliminating leading blanks and trailing blanks. |
U |
Index: C D E I L O S T U X |
UPCASE | Converts a string to uppercase, leaving all non-alphabetics unchanged. |
X |
Index: C D E I L O S T U X |
XLATE | Translates a value through a table. |
XTD | Converts a hexidecimal value to an integer. |
| | |