Learn

KEEP IN TOUCH

SAS Learning Edition
1-800-727-3228
learninged@sas.com



SAS Learning Edition » Technical Q & A

SAS Learning Edition Home

Technical Q & A for Learning Edition 4.1


  1. How can I verify the expiration date of my SAS Learning Edition product?

    First you need to access your SAS Learning Edition product. Next go to FILE<NEW<CODE on the tool bar.

    Once you have the code window up, type this command inside that window:

    PROC Setinit; run;

    Hit the F3 key for this command to run. Once you see the "log" window under the Project Explorer, click on it. In that log window, you will see the expiration date of your product.




  2. I currently have SAS Enterprise Guide 4.1 and SAS 9.1.3 installed on my local machine. What happens if I install SAS Learning Edition 4.1 on the same machine?

    When SAS Learning Edition 4.1 is installed, you are installing SAS Enterprise Guide 4.1 and SAS 9.1.3 with a 1500-observation limit. If your SAS Enterprise Guide 4.1 is currently set up to use your local SAS, after installing SAS Learning Edition, its version of SAS becomes the active SAS version for SAS Enterprise Guide 4.1 as well. To change the local version of SAS that SAS Enterprise Guide 4.1 uses, you must follow the instructions in SAS Note 018353 and SAS Note 018323.

    After you complete the SAS Note steps, your SAS Enterprise Guide 4.1 will again be pointing to your local SAS, with no observation restrictions applied.




  3. Where is the sample data and sample code located for SAS Learning Edition?

    If you accepted the defaults when you installed SAS Learning Edition, the sample data is located in C:\Program Files\SAS\SAS Learning Edition 4.1\eg\Sample\Data and the sample code is located in C:\Program Files\SAS\SAS Learning Edition 4.1\eg\Sample\Code.

    If you chose a different location to install SAS Learning Edition, the sample data will be in \eg\Sample\Data.




  4. How do I import and export data with SAS Learning Edition?

    To import data, you can use the Import Data task in SAS Learning Edition. The Import Data task creates a SAS data set from a text file or Microsoft Excel file. You can open the task by selecting File -> Import Data from the main menu. To export data, select File -> Export.




  5. Can I specify data library locations in SAS Learning Edition?

    Yes. To assign a library you can issue a LIBNAME statement in the Code window or you can select Tools -> Assign Library and use the Library wizard.




  6. Can I write my own macros with SAS Learning Edition?

    Yes. This product has full macro programming capabilities. You can write your own SAS macros by using a Code window. To access a Code window, select File -> New -> Code.




  7. Can I use SAS Learning Edition to learn SAS programming?

    Yes. Although the Learning Edition tutorial focuses on the point-and-click features of SAS Learning Edition, you can use SAS Learning Edition to write, edit, and submit SAS programs. To open a Code window, select File -> New -> Code. The SAS Self-Paced e-Learning Web site has numerous courses and lessons that you can take using SAS Learning Edition, including a SAS programming course.




  8. What if I want to use the SAS windowing environment within SAS Learning Edition (SAS Explorer, Enhanced Editor, Log, and Output windows) instead of SAS Enterprise Guide?

    If you are a SAS user who prefers to use the SAS windowing environment, you can add a shortcut to your desktop that can be used to start SAS. Just follow these instructions:

    1. On your desktop, right-click My Computer and select Explore from the pop-up menu.
    2. Navigate to the directory where you installed SAS Learning Edition.
    3. Right-click sas.exe and select Send To and then select Desktop.
    4. A SAS icon now appears on your desktop.
    5. Anytime you wish to start the SAS windowing environment, double-click the SAS icon on your desktop




  9. When installing SAS Learning Edition 4.1, I get a Microsoft Runtime Components error message. What should I do?

    When you run the System Requirements Wizard (SRW) for SAS Learning Edition 4.1 on an XP PC, the Microsoft Runtime Components might not get updated if the existing run-time dll attributes are set to read-only. This read-only status can lead to an installation "loop" where the SRW completes but then the SAS System installation cannot proceed due to the failure to meet minimum requirements. Setup has detected that this system does not meet the minimum system requirements for Enterprise Guide. To update the minimum requirements, run the System Requirements Wizard.

    First try to take the read-only attribute from your system's Microsoft Runtime Components. The files most likely to be affected are as follows:

    1. at170.dll
    2. at171.dll
    3. gdiplus.dll
    4. mfc70.dll
    5. mfc71.dll
    6. mfc70u.dll
    7. mfc71u.dll
    8. msvci70.dll
    9. msvcp70.dll
    10. msvcp71.dll
    11. msvcr70.dll
    12. msvcr71.dll

    Once the read-only attribute has been removed, restart the SAS Learning Edition 4.1 installation by reinserting the SAS Learning Edition 4.1 Setup CD. If you still cannot bypass the SRW loop, please email us at learninged@sas.com.




  10. I attempted to install the SAS Learning Edition 4.1 and the installation proceeded smoothly until it was about 83% done, using the second CD. After several minutes of the system sitting there doing nothing according to XP monitor, I cancelled the installation. What should I do?

    We've seen the SAS Learning Edition "hanging" on installation when around 85% complete. It is not reproducible on every install and only happens sometimes. It's really NOT hung-up, a dialog is waiting for user input. Unfortunately, the dialog sometimes gets hidden behind the progress dialog. Instead of cancelling the installation when it seems hung-up, you should do the following:

    1. Hold down [CTRL] [TAB] together to select the main Learning Edition install screen that lists the 2 choices of install requirements or installing product.
    2. Then use the [-] button to minimize that window again.
    3. Now, the Confirm Dialog is visible and accessible.
    4. Answer the question in the Confirm dialog and the install will continue without incident.




  11. SAS Learning Edition 4.1's installation requests a Setup Disc and I don't have one since I purchased/downloaded it from e-Academy's website. What should I do?

    When you download SAS Learning Edition 4.1 from e-academy, it will create two folders on your hard drive (default):

    c:\Temp\SAS Learning Edition 4.1\Disc 1
    c:\Temp\SAS Learning Edition 4.1\Disc 2

    During the installation, you will be prompted with the following message: Please insert the disk labeled Software Setup disc.

    Click on the "Browse" button, and go to the location where you downloaded the files (default): c:\Temp\SAS Learning Edition 4.1\.

    Inside the SAS Learning Edition 4.1 folder, click on the folder "Disc 1", and then "OK". The installation will resume.