STRICMP: Comparing Character Strings and Ignoring Case
The STRICMP function compares two character strings using the EBCDIC or ASCII collating sequence, but ignores case differences.
- If the first string is less than the second string, STRICMP returns a negative value.
- If the first string is greater than the second string, STRICMP returns a positive value.
- If the first string is equal to the second string, STRICMP returns zero.