<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Programming 1 Data Set Up Issue in SAS Software for Learning Community</title>
    <link>https://communities.sas.com/t5/SAS-Software-for-Learning/Programming-1-Data-Set-Up-Issue/m-p/891463#M1406</link>
    <description>&lt;P&gt;Please can I get the link to the zip file that contains the course work for the sas program&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 29 Aug 2023 11:46:01 GMT</pubDate>
    <dc:creator>UnajiLucy</dc:creator>
    <dc:date>2023-08-29T11:46:01Z</dc:date>
    <item>
      <title>Programming 1 Data Set Up Issue</title>
      <link>https://communities.sas.com/t5/SAS-Software-for-Learning/Programming-1-Data-Set-Up-Issue/m-p/764395#M129</link>
      <description>&lt;P&gt;Hello!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am taking the programming 1 class and am having some issues with the initial data setup.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I keep getting the same error: "Note: Library PG1 does not exist"&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is the code:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;/***********************************************/&lt;BR /&gt;/* In the line of code below, replace FILEPATH */&lt;BR /&gt;/* with the path to your EPG1V2/data folder    */&lt;BR /&gt;/***********************************************/&lt;BR /&gt;&lt;BR /&gt;%let path=/Users/elysejudge/Downloads/EPG1V2/data;&lt;BR /&gt;&lt;BR /&gt;/**********************************************/&lt;BR /&gt;/* DO NOT EDIT THE CODE BELOW                 */&lt;BR /&gt;/**********************************************/&lt;BR /&gt;&lt;BR /&gt;libname PG1 "&amp;amp;path";&lt;/PRE&gt;&lt;P&gt;Any help anyone is able to provide would be much appreciated!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Aug 2021 05:54:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Software-for-Learning/Programming-1-Data-Set-Up-Issue/m-p/764395#M129</guid>
      <dc:creator>judgee</dc:creator>
      <dc:date>2021-08-27T05:54:08Z</dc:date>
    </item>
    <item>
      <title>Re: Programming 1 Data Set Up Issue</title>
      <link>https://communities.sas.com/t5/SAS-Software-for-Learning/Programming-1-Data-Set-Up-Issue/m-p/764403#M130</link>
      <description>&lt;P&gt;/Users looks lije the "home" path on a Mac. SAS does not run on a Mac.&lt;/P&gt;
&lt;P&gt;To set up the example data correctly, you MUST follow the instructions&amp;nbsp;&lt;EM&gt;for your environment&lt;/EM&gt; to the letter.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Aug 2021 06:35:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Software-for-Learning/Programming-1-Data-Set-Up-Issue/m-p/764403#M130</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2021-08-27T06:35:48Z</dc:date>
    </item>
    <item>
      <title>Re: Programming 1 Data Set Up Issue</title>
      <link>https://communities.sas.com/t5/SAS-Software-for-Learning/Programming-1-Data-Set-Up-Issue/m-p/764450#M131</link>
      <description>Are you trying to set-up the Programming 1 class on SAS OnDemand for Academics?  If so you'll need to follow these directions:&lt;BR /&gt;Setup Instructions for SAS OnDemand for Academics: SAS Studio&lt;BR /&gt;Task 1 of 2: Access SAS OnDemand for Academics&lt;BR /&gt;Sign in with your SAS profile email address and password (the same one you use to access this training). Then, register for a SAS OnDemand for Academics account. You can use this same link to sign in to SAS OnDemand for Academics after you register.&lt;BR /&gt;&lt;BR /&gt;Register or Sign in&lt;BR /&gt;&lt;BR /&gt;Task 2 of 2: Create your course files.&lt;BR /&gt;To complete the practices in this course, you must complete the steps below to set up the data sets and practice files for SAS Studio. These instructions assume that you have an active SAS OnDemand for Academics account.&lt;BR /&gt;&lt;BR /&gt;Open this zip file and extract it to any location on your computer. The unzip process creates a folder named EPG1V2 that includes one SAS program: createdataPG1v2_oda.sas.&lt;BR /&gt;&lt;BR /&gt;Sign in to your SAS OnDemand for Academics Dashboard and start SAS Studio.&lt;BR /&gt;&lt;BR /&gt;At the top of the Server Files and Folders panel, click New New button and select Folder.&lt;BR /&gt;&lt;BR /&gt;In the Name box, type EPG1V2 in uppercase exactly as shown. Click Save.&lt;BR /&gt;&lt;BR /&gt;If necessary, expand Files(Home) and verify that the EPG1V2 folder was created.&lt;BR /&gt;&lt;BR /&gt;Select the EPG1V2 folder and click UploadUpload button.&lt;BR /&gt;&lt;BR /&gt;In the Upload Files window, click Choose Files. Browse to the EPG1V2 folder on your computer, select  createdataPG1v2_oda.sas, and click Open. Click Upload. The program is added to the EPG1V2 folder on the server.&lt;BR /&gt;&lt;BR /&gt;If necessary, expand the EPG1V2 folder, and then double-click createdataPG1v2_oda.sas to open the program in SAS Studio.&lt;BR /&gt;&lt;BR /&gt;Click RunRun all or selected code (F3) button or press F3 to run the program. This program creates all the SAS files and data you need for this course. After the program runs, a list of SAS tables is displayed in the Results tab.&lt;BR /&gt;&lt;BR /&gt;In the Server Files and Folders panel, you should have 5 subfolders in the EGP1V2 folder: activities, data, demos, output, and practices.&lt;BR /&gt;When you are asked to provide a file path to a data file, you can use ~/EPG1V2/data as a shortcut to your files. To see the full path, right-click the data folder and select Properties.&lt;BR /&gt;&lt;BR /&gt;Note: The EPG1V2 folder is the location of your course files in SAS OnDemand for Academics. In activities, demos, and practices, the instructions specify the folder (activities, demos, or practices) to open and the file name. These files are available each time you sign in to SAS OnDemand for Academics: SAS Studio.</description>
      <pubDate>Fri, 27 Aug 2021 12:59:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Software-for-Learning/Programming-1-Data-Set-Up-Issue/m-p/764450#M131</guid>
      <dc:creator>tom_grant</dc:creator>
      <dc:date>2021-08-27T12:59:20Z</dc:date>
    </item>
    <item>
      <title>Re: Programming 1 Data Set Up Issue</title>
      <link>https://communities.sas.com/t5/SAS-Software-for-Learning/Programming-1-Data-Set-Up-Issue/m-p/764544#M132</link>
      <description>&lt;P&gt;Thank you both for your help, I figured out the issue (a combination of following the wrong directions and saving the files to my home drive on my mac, tried a USB instead and that worked).&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Aug 2021 18:49:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Software-for-Learning/Programming-1-Data-Set-Up-Issue/m-p/764544#M132</guid>
      <dc:creator>judgee</dc:creator>
      <dc:date>2021-08-27T18:49:14Z</dc:date>
    </item>
    <item>
      <title>Re: Programming 1 Data Set Up Issue</title>
      <link>https://communities.sas.com/t5/SAS-Software-for-Learning/Programming-1-Data-Set-Up-Issue/m-p/891463#M1406</link>
      <description>&lt;P&gt;Please can I get the link to the zip file that contains the course work for the sas program&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Aug 2023 11:46:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Software-for-Learning/Programming-1-Data-Set-Up-Issue/m-p/891463#M1406</guid>
      <dc:creator>UnajiLucy</dc:creator>
      <dc:date>2023-08-29T11:46:01Z</dc:date>
    </item>
    <item>
      <title>Re: Programming 1 Data Set Up Issue</title>
      <link>https://communities.sas.com/t5/SAS-Software-for-Learning/Programming-1-Data-Set-Up-Issue/m-p/891488#M1408</link>
      <description>The link can be found in the instructions for the course data setup. This is part of the first section of the elearning course. The correct zipfile depends on the environment you are using for the practices.</description>
      <pubDate>Tue, 29 Aug 2023 13:52:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Software-for-Learning/Programming-1-Data-Set-Up-Issue/m-p/891488#M1408</guid>
      <dc:creator>JosvanderVelden</dc:creator>
      <dc:date>2023-08-29T13:52:36Z</dc:date>
    </item>
  </channel>
</rss>

