RE: File scan

 Use GETFILES to read the files.  Use JUXTAPOSE to prepend the file
 name to the matching record.  Something like this:

 pipe (end ?)
    ? cms listfile xxx* * a (noheader
    | o: fanout
    | j: juxtapose
    | console
    ? o:
    | getfiles
    | locate /111/
    | j:

     j.                                          [EMAIL PROTECTED]

Reply via email to