/* Copyright(c) 1995 by SAS Institute Inc., Cary, NC USA */ entry optional = findlst 8; /* If a find list is given, use it to position the user */ /* on a particular observation. */ init: if ( findlst > 0 ) then call notify('obj1','_FIND_ROW_',findlst); return;