On Tue, Dec 23, 2008 at 4:56 PM, Donald Russell <[email protected]> wrote:
> The portion of the primary record I'm trying to select on is an MVS > file name, while the master records are leading dataset qualifiers. > The desired effect being... give me a list of dataset names beginning > with HLQ1.Q2. or HLQ3.Q4.Q5 etc If you want to match on the entire first qualifier, then something like lookup fs . substr f1 of 46-* w1 might do the trick Rob
