/*------------------------------------------------------------*
* program:     findrel1.sas                                   *
* Description: Test the condition where input data library is *
*              not specified.                                 *
*              Test the condition where specified library     *
*              doesn't exist.                                 *
* By:          Tuan Anh, 22/08/2005                           *
*-------------------------------------------------------------*/

%findrel(data =);
%findrel(data =invlib);
