DCL:MISC£±:CHNLIB: Substitution of Character Strings *:Explanation of Subroutines
Finds the specified character string within a given character string, and replaces the part with another character string.
CALL CHNGC(CH,CA,CB)
CH (C *( *)) Character string to be checked. CA (C *( *)) Character string to find. CB (C *( *)) Character string to replace CA with.