Multiple choice technology programming languages What does the following statement do? libname osiris spss 'c:\myfiles\sasdata\data'; a.defines a library called Spss using the OSIRIS engine a.defines a library called Osiris using the SPSS engine a.defines two libraries called Osiris and Spss using the default engine a.defines the default library using the OSIRIS and SPSS engines Reveal answer Fill a bubble to check yourself B Correct answer Explanation The SAS LIBNAME statement uses the syntax libname libref engine 'physical-path'. In this command, osiris is the libref (library name) and spss is the specified engine name used to read the external SPSS file format at the given path.