   SEARCH and Multiple Files?    The Question is:    I Is it possible to search concatenated files using the vms Search command. O We currently concatenate multiple files that can be read using a query language I  with a read-concatenated mode. However, at the dcl level, when trying to O  search the same concatenation, the search ends at the end of the first file in   the concatenation.  Is there a way to do this?    Thanks     The Answer is :   D   Without specifics of the failing commands, a certain answer is not@   obvious -- if the files are well and truely concatenated, thenD   SEARCH is expected to work.  (Barring a corruption or record-levelD   incompatibility that has arisen as a result of the concatenation.)   H   If this is a question of SEARCH and the common DCL-level concatenationE   syntax -- the plus sign within parameters, that is not supported by E   SEARCH.  You can provide a comma-separated list, or you can provide F   input into SEARCH using the PIPE command.  (Note that you cannot useI   the SEARCH /WINDOW qualifier within a PIPE; this is a known restriction    of PIPE and SEARCH.)   B   Please contact the support center directly.  Please expect to be@   asked details of the SEARCH command(s) used, the error(s) seen.   (if any), and the file(s) and organizations.   0  Answer written or last revised on  17-MAR-2004 