Hi,
data str type string.
str = col1.
REPLACE '7' IN str WITH '0' .
replace all occurrence of ' [ a - z ]' in str with '0'.
concatenate str '01' into str.
Hope this will helpful to you.
Regards,
John.
Hi,
data str type string.
str = col1.
REPLACE '7' IN str WITH '0' .
replace all occurrence of ' [ a - z ]' in str with '0'.
concatenate str '01' into str.
Hope this will helpful to you.
Regards,
John.