Author: Martylin
Subject: fuzzy compare
Posted: Thu Mar 30, 2017 2:45 pm (GMT 5.5)
Is there any kind of function for fuzzy compare in JCL ?
for example: the dataset look like :
a0001 111111AAAA111111
a0002 111AAAA111111111
a0003 11111111111111111
a0004 111111111AAAA111
"AAAA" is the string that I want to search! but the position is not fixed
output will be 1,2,4 rows
thanks!
Subject: fuzzy compare
Posted: Thu Mar 30, 2017 2:45 pm (GMT 5.5)
Is there any kind of function for fuzzy compare in JCL ?
for example: the dataset look like :
a0001 111111AAAA111111
a0002 111AAAA111111111
a0003 11111111111111111
a0004 111111111AAAA111
"AAAA" is the string that I want to search! but the position is not fixed
output will be 1,2,4 rows
thanks!