<?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: Cannot create libname or libref for practice exam of A00-231 in SAS Software for Learning Community</title>
    <link>https://communities.sas.com/t5/SAS-Software-for-Learning/Cannot-create-libname-or-libref-for-practice-exam-of-A00-231/m-p/812924#M502</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Are you trying to use the dataset&amp;nbsp;&lt;SPAN&gt;input04.sas7bdat?&amp;nbsp; To make it available to SAS programs, you would need to a library to the folder that contains this data:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;libname input '/home/u59611791/cert/input';&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Then you could use in a SAS program:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Data mydata;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;set input.input04;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;...&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;run;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;input &lt;/EM&gt;would be the libref assigned to the folder&amp;nbsp;&lt;SPAN&gt;'/home/u59611791/cert/input'&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 12 May 2022 12:16:42 GMT</pubDate>
    <dc:creator>tom_grant</dc:creator>
    <dc:date>2022-05-12T12:16:42Z</dc:date>
    <item>
      <title>Cannot create libname or libref for practice exam of A00-231</title>
      <link>https://communities.sas.com/t5/SAS-Software-for-Learning/Cannot-create-libname-or-libref-for-practice-exam-of-A00-231/m-p/812885#M501</link>
      <description>&lt;P&gt;I followed all the steps below(1-11) and uploaded setupBaseCert_ods.sas under navigation panal, under server file folder file/home... cert... input ... eg input04.sas7bdat. But unable to access it by typing in working environment:&amp;nbsp;libname input04 '/home/u59611791/cert/input/input04.sas7bdat';&amp;nbsp;&lt;/P&gt;&lt;P&gt;after excusion log window says:&amp;nbsp;&lt;/P&gt;&lt;DIV class=""&gt;ERROR: Library INPUT04 is not in a valid format for access method RANDOM.&lt;/DIV&gt;&lt;DIV class=""&gt;ERROR: Error in the LIBNAME statement.&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;So kindly give me solution to create libname statement or libref. I am using SAS OnDemand for Academics&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Using SAS OnDemand for Academics&lt;BR /&gt;1. Download this zip file.&lt;BR /&gt;2. Open the zip file and extract it to any location on your computer. The unzip process&lt;BR /&gt;creates a folder named BaseCert that includes one SAS&lt;BR /&gt;program: setupBaseCert_oda.sas.&lt;BR /&gt;3. Sign in to your SAS OnDemand for Academics Dashboard and start SAS Studio.&lt;BR /&gt;4. At the top of the Server Files and Folders panel, click New and select Folder.&lt;BR /&gt;5. In the Name box, type cert in lowercase exactly as shown. Click Save.&lt;BR /&gt;6. If necessary, expand Files(Home) and verify that the cert folder was created.&lt;BR /&gt;7. Select the cert folder and click Upload .&lt;BR /&gt;8. In the Upload Files window, click Choose Files. Browse to the BaseCert folder on your&lt;BR /&gt;computer, select setupBaseCert_oda.sas, and click Open. Click Upload. The program is&lt;BR /&gt;added to the cert folder on the server.&lt;BR /&gt;9. If necessary, expand the cert folder, and then double-click setupBaseCert_oda.sas to&lt;BR /&gt;open the program in SAS Studio.&lt;BR /&gt;10. Click Run or press F3 to run the program. This program creates all the SAS files and&lt;BR /&gt;data you need for this course. After the program runs, a list of SAS tables is displayed in&lt;BR /&gt;the Results tab.&lt;BR /&gt;11. In the Server Files and Folders panel, you should have 4 subfolders in&lt;BR /&gt;the cert folder: errors, input, output and programs. The output and programs folders&lt;BR /&gt;will be used to save programs and results during the practice exam&lt;/P&gt;</description>
      <pubDate>Thu, 12 May 2022 08:44:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Software-for-Learning/Cannot-create-libname-or-libref-for-practice-exam-of-A00-231/m-p/812885#M501</guid>
      <dc:creator>seifu1</dc:creator>
      <dc:date>2022-05-12T08:44:22Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot create libname or libref for practice exam of A00-231</title>
      <link>https://communities.sas.com/t5/SAS-Software-for-Learning/Cannot-create-libname-or-libref-for-practice-exam-of-A00-231/m-p/812924#M502</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Are you trying to use the dataset&amp;nbsp;&lt;SPAN&gt;input04.sas7bdat?&amp;nbsp; To make it available to SAS programs, you would need to a library to the folder that contains this data:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;libname input '/home/u59611791/cert/input';&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Then you could use in a SAS program:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Data mydata;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;set input.input04;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;...&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;run;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;input &lt;/EM&gt;would be the libref assigned to the folder&amp;nbsp;&lt;SPAN&gt;'/home/u59611791/cert/input'&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 May 2022 12:16:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Software-for-Learning/Cannot-create-libname-or-libref-for-practice-exam-of-A00-231/m-p/812924#M502</guid>
      <dc:creator>tom_grant</dc:creator>
      <dc:date>2022-05-12T12:16:42Z</dc:date>
    </item>
  </channel>
</rss>

