Best way to seek a string pattern in a member and then return the found string ?
I need to do this and I'm realy lost between all the possibilities, I have read about FIND and SEEK in macros, ISRSUPC, SuperC and some REXX scripts to find strings but I have no idea what to use.
I need to find a string representing a dataset member, like x.y.z(m) inside a dataset member
Basically what I mean is that I need to find an "x.y.z(m)" string pattern in a member, then return the complete found string like "abc.def.rexx(fgh)"
I have read about Picture Strings in edit macros which could help define the string pattern but i don't know how to return a value from an edit macro
Has anyone done this ? Is it even possible ?
Thanks