<?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: the word &amp;quot;Column&amp;quot; versus &amp;quot;Variable&amp;quot; in SAS Certification</title>
    <link>https://communities.sas.com/t5/SAS-Certification/the-word-quot-Column-quot-versus-quot-Variable-quot/m-p/888192#M1610</link>
    <description>&lt;P&gt;The reports in the photographs in the question show four columns of text to describe the datasets.&amp;nbsp; But there are only 3 variables (aka "columns") in each of the datasets (aka "tables") that were used to produce those reports.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So when the question is asking about a DATASET (notice how I do not put a space between data and set so it is clear that tie meaning is the SAS object and not the general concept of a "set" of "data") then you can assume that column and variable mean the same thing.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But when talking about a tabular report (like the pictures in the question) then table and column have a different meaning.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The confusion is caused by SQL syntax adopting the terminology of TABLE for a dataset and COLUMN for a variable.&amp;nbsp; Unfortunately since most database products only offer SQL syntax as the way of querying data the usage of those ambiguous is pretty ubiquitous.&amp;nbsp;&amp;nbsp;So you do need to be comfortable with both sets of terminology and learn to look for clues to set the context of when TABLE means DATASET and when it means a tabular report in the output.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 07 Aug 2023 17:57:57 GMT</pubDate>
    <dc:creator>Tom</dc:creator>
    <dc:date>2023-08-07T17:57:57Z</dc:date>
    <item>
      <title>the word "Column" versus "Variable"</title>
      <link>https://communities.sas.com/t5/SAS-Certification/the-word-quot-Column-quot-versus-quot-Variable-quot/m-p/888189#M1609</link>
      <description>&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif" size="4"&gt;I have a question regarding the wording of Question 23 on the&amp;nbsp;&lt;/FONT&gt;&lt;FONT face="arial,helvetica,sans-serif" size="4"&gt;SAS Certification Practice Exam: SAS 9.4 Programming Fundamentals:&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif" size="4"&gt;When reading a question, I'm sensitive to the wording and look out for ways that I might misread a question based on a simple error (on my side) of not paying attention to how the question is worded.&amp;nbsp; In question 23 (see screenshot), I assumed that "how many columns" was asking an objective question, i.e., it wasn't asking how many&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;variables&lt;/EM&gt;&lt;/STRONG&gt;.&amp;nbsp; So I believed the answer was 5 (Obs, ProductID, Quantity, Location, ProdID).&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif" size="4"&gt;According to the answer key, the answer was 4 columns, i.e., the Obs column was not counted.&amp;nbsp; When taking the exam, should I &lt;U&gt;&lt;STRONG&gt;always&lt;/STRONG&gt;&lt;/U&gt; assume that "columns" refers to "variables"?&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif" size="4"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2023-08-07 at 1.37.27 PM.png" style="width: 999px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/86503iC4FDD3C02CF8B08F/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2023-08-07 at 1.37.27 PM.png" alt="Screen Shot 2023-08-07 at 1.37.27 PM.png" /&gt;&lt;/span&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Aug 2023 17:44:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Certification/the-word-quot-Column-quot-versus-quot-Variable-quot/m-p/888189#M1609</guid>
      <dc:creator>TheresaM</dc:creator>
      <dc:date>2023-08-07T17:44:21Z</dc:date>
    </item>
    <item>
      <title>Re: the word "Column" versus "Variable"</title>
      <link>https://communities.sas.com/t5/SAS-Certification/the-word-quot-Column-quot-versus-quot-Variable-quot/m-p/888192#M1610</link>
      <description>&lt;P&gt;The reports in the photographs in the question show four columns of text to describe the datasets.&amp;nbsp; But there are only 3 variables (aka "columns") in each of the datasets (aka "tables") that were used to produce those reports.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So when the question is asking about a DATASET (notice how I do not put a space between data and set so it is clear that tie meaning is the SAS object and not the general concept of a "set" of "data") then you can assume that column and variable mean the same thing.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But when talking about a tabular report (like the pictures in the question) then table and column have a different meaning.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The confusion is caused by SQL syntax adopting the terminology of TABLE for a dataset and COLUMN for a variable.&amp;nbsp; Unfortunately since most database products only offer SQL syntax as the way of querying data the usage of those ambiguous is pretty ubiquitous.&amp;nbsp;&amp;nbsp;So you do need to be comfortable with both sets of terminology and learn to look for clues to set the context of when TABLE means DATASET and when it means a tabular report in the output.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Aug 2023 17:57:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Certification/the-word-quot-Column-quot-versus-quot-Variable-quot/m-p/888192#M1610</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2023-08-07T17:57:57Z</dc:date>
    </item>
    <item>
      <title>Re: the word "Column" versus "Variable"</title>
      <link>https://communities.sas.com/t5/SAS-Certification/the-word-quot-Column-quot-versus-quot-Variable-quot/m-p/888193#M1611</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/159"&gt;@Tom&lt;/a&gt;, thanks for those clarifications. I'm glad you pointed out "dataset" vs "a set of data" as I do think that'll be key in some of the questions.&amp;nbsp; But I'm still not clear whether I can trust that the&amp;nbsp;SAS 9.4 Base Programming exams will be consistent in their use of the word "columns" to refer to "columns of variables" when referring to "number of columns in the newly created x data set" (e.g., the way this question is worded).&amp;nbsp;I hate the idea of "teaching to the exam," but I'd just like to make sure I don't get an answer wrong based on terminology misunderstanding.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;BTW, I understand that SQL plays a big part in the SAS community, so throughout my studying I've been trying to learn SQL terminology too.&amp;nbsp; But in reference to this exam, I was thinking/assuming that the SAS 9.4 Base Programming exams do not touch on SQL topics/terminology.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Aug 2023 18:17:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Certification/the-word-quot-Column-quot-versus-quot-Variable-quot/m-p/888193#M1611</guid>
      <dc:creator>TheresaM</dc:creator>
      <dc:date>2023-08-07T18:17:20Z</dc:date>
    </item>
    <item>
      <title>Re: the word "Column" versus "Variable"</title>
      <link>https://communities.sas.com/t5/SAS-Certification/the-word-quot-Column-quot-versus-quot-Variable-quot/m-p/888259#M1612</link>
      <description>Hi:&lt;BR /&gt; This Content Guide shows you the topics on the Base exam:&lt;BR /&gt;&lt;A href="https://www.sas.com/content/dam/SAS/documents/technical/certification/content-guide/specialist-base-programming.pdf" target="_blank"&gt;https://www.sas.com/content/dam/SAS/documents/technical/certification/content-guide/specialist-base-programming.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;Cynthia</description>
      <pubDate>Mon, 07 Aug 2023 23:49:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Certification/the-word-quot-Column-quot-versus-quot-Variable-quot/m-p/888259#M1612</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2023-08-07T23:49:58Z</dc:date>
    </item>
    <item>
      <title>Re: the word "Column" versus "Variable"</title>
      <link>https://communities.sas.com/t5/SAS-Certification/the-word-quot-Column-quot-versus-quot-Variable-quot/m-p/888267#M1613</link>
      <description>&lt;P&gt;Thanks,&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13549"&gt;@Cynthia_sas&lt;/a&gt;&amp;nbsp;.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've made sure to read through the Certification Exam content guides, so it's not the topical content that I'm thinking about as much as how careful I have to be with the wording of each question (i.e., is the question trying to be tricky, or straightforward?).&amp;nbsp; &amp;nbsp;I'm thinking that since the Output Data tab (at least in SAS Studio) refers to "Columns" when referencing Variables, then I'm going to assume that any time I see "Column" on the exam that it does indeed refer to "Variable".&amp;nbsp; &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Aug 2023 01:05:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Certification/the-word-quot-Column-quot-versus-quot-Variable-quot/m-p/888267#M1613</guid>
      <dc:creator>TheresaM</dc:creator>
      <dc:date>2023-08-08T01:05:37Z</dc:date>
    </item>
    <item>
      <title>Re: the word "Column" versus "Variable"</title>
      <link>https://communities.sas.com/t5/SAS-Certification/the-word-quot-Column-quot-versus-quot-Variable-quot/m-p/888297#M1614</link>
      <description>&lt;P&gt;The way I see is that any relational storage (datasets, tables) has columns.&lt;/P&gt;
&lt;P&gt;But we refer to them as variables in SAS &lt;EM&gt;programs&lt;/EM&gt;, such as data step and PROC's.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Aug 2023 07:48:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Certification/the-word-quot-Column-quot-versus-quot-Variable-quot/m-p/888297#M1614</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2023-08-08T07:48:53Z</dc:date>
    </item>
  </channel>
</rss>

