Hi jkarduss,
You are probably seeing the data open up in SAS Enterprise Guide because that is the default tool to open and view SAS datasets. When when you double-click the dataset from your professor, it will automatically open in Enterprise Guide. (Note that these datasets are all SAS datasets. There is no such thing as "Enterprise Guide" dataset. Enterprise Guide is simply a tool you can use to view these SAS datasets. )
Trying to open this SAS dataset in Enterprise Miner will not work the way you are expecting. Enterprise Miner is not designed to open a dataset for viewing the same way that Enterprise Guide is, and you can't simply "open" a SAS dataset in Enterprise Miner. Enterprise Miner creates projects that utilize these SAS datasets to do data mining and analytics. The menu page you are seeing when Enterprise Miner opens allows you to create a new project or open an existing one.
To use SAS datasets in Enterprise Miner:
First, you have to create a project.
Inside that project, create a libname that points to where your data is located (if Enterprise Miner is on your local machine you can point to the data there, otherwise you'll need to talk to your professor or fellow students to figure out where the data is located on the server).
Then, you are able to create what is called in Enterprise Miner terms a "Data Source" which is a reference to that SAS dataset.
After the data source is defined in Enterprise Miner, you can explore it. This is similar to what you see when you open the data in Enterprise Guide but because Enterprise Miner is designed for very large datasets, you will only be exploring a subset of the data.
After all that, data source is created and you explored it a bit, you can then you can drag that data into a diagram and start doing some analytics!
I hope this cleared things up a bit!
Jess Mayo
SAS Technical Support
... View more