Select output objects. The ODS SELECT statement with the WHERE = option specified selects output objects that are named 'Moments' and that have 'Diastolic' in the path name.


   ods select where=(_path_ ? "Diastolic" and  _name_='Moments') ;