SEARCH and LSEARCH compiler options

Prior to C/C++ for MVS/ESA V3R2 compilers, if you used the LSEARCH option more than once, the compiler would only search the locations specified for the last LSEARCH option.

As of C/C++ for MVS/ESA V3R2 compilers (including z/OS® XL C/C++ compiler), the compiler searches all of the locations specified for all of the SEARCH options, from the point of the last NOSEARCH option. Previously, only the locations specified for the last SEARCH option were searched.