<?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: Tools and Command Bar on Mac OS in SAS Studio</title>
    <link>https://communities.sas.com/t5/SAS-Studio/Tools-and-Command-Bar-on-Mac-OS/m-p/620266#M8701</link>
    <description>You're looking at instructions not designed for SAS Studio, this has nothing to do with a Mac. Those features are on what's referred to as a version of 'Base SAS' using a typical Windows environment. SAS Studio operates in browser and is fairly different in terms of the interface. The same code will work across both systems though. &lt;BR /&gt;&lt;BR /&gt;Where are these instructions from? Perhaps we can point you to a more appropriate reference.</description>
    <pubDate>Mon, 27 Jan 2020 18:16:06 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2020-01-27T18:16:06Z</dc:date>
    <item>
      <title>Tools and Command Bar on Mac OS</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Tools-and-Command-Bar-on-Mac-OS/m-p/620265#M8700</link>
      <description>&lt;P&gt;I don't see Tools or a Command Bar on my Mac OS for SAS. &amp;nbsp;For example, I get instructions to go to Tools&amp;gt;Preferences etc and there is no Tools at the top. &amp;nbsp;Or, I am told to run FSLIST in the command bar, but there is no command bar. &amp;nbsp;How do I get these to show up in my Mac OS version?&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jan 2020 18:13:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Tools-and-Command-Bar-on-Mac-OS/m-p/620265#M8700</guid>
      <dc:creator>femmeazure</dc:creator>
      <dc:date>2020-01-27T18:13:17Z</dc:date>
    </item>
    <item>
      <title>Re: Tools and Command Bar on Mac OS</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Tools-and-Command-Bar-on-Mac-OS/m-p/620266#M8701</link>
      <description>You're looking at instructions not designed for SAS Studio, this has nothing to do with a Mac. Those features are on what's referred to as a version of 'Base SAS' using a typical Windows environment. SAS Studio operates in browser and is fairly different in terms of the interface. The same code will work across both systems though. &lt;BR /&gt;&lt;BR /&gt;Where are these instructions from? Perhaps we can point you to a more appropriate reference.</description>
      <pubDate>Mon, 27 Jan 2020 18:16:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Tools-and-Command-Bar-on-Mac-OS/m-p/620266#M8701</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2020-01-27T18:16:06Z</dc:date>
    </item>
    <item>
      <title>Re: Tools and Command Bar on Mac OS</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Tools-and-Command-Bar-on-Mac-OS/m-p/620273#M8702</link>
      <description>These instructions are from my teacher, who claims to know nothing about Macs.&lt;BR /&gt;&lt;BR /&gt;For example, she wants me to use pointers (and then in another step use mixers) to put in raw data. She writes to run FSLIST in the command bar, then open filenamecol.txt, then run COLUMN ON in command bar. Then I can use @ to tell SAS the beginning column of a variable. I am sure there is a way to tell the program to do this without using the tool bar, but I have no instructions as to how to do it.&lt;BR /&gt;&lt;BR /&gt;With respect to creating permanent SAS datasets, this is the log I got when I tried to create one:&lt;BR /&gt;&lt;BR /&gt;1 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;&lt;BR /&gt;72&lt;BR /&gt;73 LIBNAME MCW623 '/folders/myfolders/hoteltab.txt';&lt;BR /&gt;ERROR: Library MCW623 is not in a valid format for access method RANDOM.&lt;BR /&gt;ERROR: Error in the LIBNAME statement.&lt;BR /&gt;74 DATA MCW623.five;&lt;BR /&gt;75 INFILE '/folders/myfolders/hoteltab.txt'&lt;BR /&gt;76 DLM = '09'X FIRSTOBS = 2;&lt;BR /&gt;77 INPUT room $ size $ bath $ TV $ overlook $ price discount breakfast lunch dinner bar;&lt;BR /&gt;78 RUN;&lt;BR /&gt;&lt;BR /&gt;ERROR: Libref MCW623 is not assigned.&lt;BR /&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;BR /&gt;NOTE: DATA statement used (Total process time):&lt;BR /&gt;real time 0.00 seconds&lt;BR /&gt;cpu time 0.01 seconds&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 27 Jan 2020 18:26:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Tools-and-Command-Bar-on-Mac-OS/m-p/620273#M8702</guid>
      <dc:creator>femmeazure</dc:creator>
      <dc:date>2020-01-27T18:26:12Z</dc:date>
    </item>
    <item>
      <title>Re: Tools and Command Bar on Mac OS</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Tools-and-Command-Bar-on-Mac-OS/m-p/620277#M8703</link>
      <description>Your teacher is using SAS Base then which means some of the commands are different from SAS Studio. My guess is your University then offers you a full version of SAS either via a lab or separate download. SAS UE is not appropriate for the class if the instructor has not updated their materials for the new application. &lt;BR /&gt;&lt;BR /&gt;You cannot assign a library to a text file, a library points to a folder usually or an Excel file/Access DB. &lt;BR /&gt;&lt;BR /&gt;Your libname should likely be:&lt;BR /&gt;&lt;BR /&gt;libname mcw623 '/folders/myfolders/';&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 27 Jan 2020 18:31:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Tools-and-Command-Bar-on-Mac-OS/m-p/620277#M8703</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2020-01-27T18:31:28Z</dc:date>
    </item>
    <item>
      <title>Re: Tools and Command Bar on Mac OS</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Tools-and-Command-Bar-on-Mac-OS/m-p/620281#M8704</link>
      <description>Thank you so much for trying to help! I often can't come to school to work on the computers bc I'm an MD and mom to two, so time at school is rare. I will be there later and will have to do this there, but I am sure there must be some way to get around the toolbar with code.&lt;BR /&gt;&lt;BR /&gt;This is what I get w the new lib name:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;1 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;&lt;BR /&gt;72&lt;BR /&gt;73 LIBNAME MCW623 '/folders/myfolders/';&lt;BR /&gt;NOTE: Libref MCW623 was successfully assigned as follows:&lt;BR /&gt;Engine: V9&lt;BR /&gt;Physical Name: /folders/myfolders&lt;BR /&gt;74 DATA MCW623.five;&lt;BR /&gt;75 INFILE '/folders/myfolders/'&lt;BR /&gt;76 DLM = '09'X FIRSTOBS = 2;&lt;BR /&gt;77 INPUT room $ size $ bath $ TV $ overlook $ price discount breakfast lunch dinner bar;&lt;BR /&gt;78 RUN;&lt;BR /&gt;&lt;BR /&gt;ERROR: Invalid file, /folders/myfolders.&lt;BR /&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;BR /&gt;WARNING: The data set MCW623.FIVE may be incomplete. When this step was stopped there were 0 observations and 11 variables.&lt;BR /&gt;NOTE: DATA statement used (Total process time):&lt;BR /&gt;real time 0.01 seconds&lt;BR /&gt;cpu time 0.02 seconds&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 27 Jan 2020 18:36:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Tools-and-Command-Bar-on-Mac-OS/m-p/620281#M8704</guid>
      <dc:creator>femmeazure</dc:creator>
      <dc:date>2020-01-27T18:36:12Z</dc:date>
    </item>
    <item>
      <title>Re: Tools and Command Bar on Mac OS</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Tools-and-Command-Bar-on-Mac-OS/m-p/620301#M8705</link>
      <description>You don't need to change your INFILE, that SHOULD point to your input text file because you're reading it. &lt;BR /&gt;&lt;BR /&gt;Only change the libname portion.</description>
      <pubDate>Mon, 27 Jan 2020 19:34:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Tools-and-Command-Bar-on-Mac-OS/m-p/620301#M8705</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2020-01-27T19:34:56Z</dc:date>
    </item>
  </channel>
</rss>

