/** @file @brief Returns the engine type of a SAS library @details Usage: %put %mf_getengine(SASHELP); returns: > V9 A note is also written to the log. The credit for this macro goes to the contributors of Chris Hemedingers blog [post]( http://blogs.sas.com/content/sasdummy/2013/06/04/find-a-sas-library-engine/) @param [in] libref Library reference (also accepts a 2 level libds ref). @return output returns the library engine (uppercase) for the FIRST library encountered. @warning will only return the FIRST library engine - for concatenated libraries, with different engines, inconsistent results may be encountered. @version 9.2 @author Allan Bowe