<?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: Print variables and variable descriptions in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/Print-variables-and-variable-descriptions/m-p/918085#M41089</link>
    <description>&lt;P&gt;You have posted in the SAS communities. You probably want to find an SPSS forum.&lt;/P&gt;</description>
    <pubDate>Tue, 27 Feb 2024 17:48:21 GMT</pubDate>
    <dc:creator>PaigeMiller</dc:creator>
    <dc:date>2024-02-27T17:48:21Z</dc:date>
    <item>
      <title>Print variables and variable descriptions</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Print-variables-and-variable-descriptions/m-p/918081#M41088</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I want to print all variables and their respective variable descriptions in a large Dataset in SPSS. How do i do this?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Im not that proficient with SPSS and this forum and if i posted this in the wrong section i am sorry and will correct it if needed.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you in advance &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Feb 2024 17:45:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Print-variables-and-variable-descriptions/m-p/918081#M41088</guid>
      <dc:creator>Gablz</dc:creator>
      <dc:date>2024-02-27T17:45:15Z</dc:date>
    </item>
    <item>
      <title>Re: Print variables and variable descriptions</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Print-variables-and-variable-descriptions/m-p/918085#M41089</link>
      <description>&lt;P&gt;You have posted in the SAS communities. You probably want to find an SPSS forum.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Feb 2024 17:48:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Print-variables-and-variable-descriptions/m-p/918085#M41089</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2024-02-27T17:48:21Z</dc:date>
    </item>
    <item>
      <title>Re: Print variables and variable descriptions</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Print-variables-and-variable-descriptions/m-p/918086#M41090</link>
      <description>&lt;P&gt;If you are working in SPSS itself, you can get help for that at&amp;nbsp;&lt;A href="https://www.ibm.com/products/spss-statistics/support" target="_blank"&gt;IBM SPSS Statistics - Support&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;If you are working in SAS, you'll need to import the data first, then use PROC CONTENTS to get info about the dataset and columns:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;PROC IMPORT OUT=WORK.MY_SPSS_DATA
            FILE="DRIVE:\path\my_spss_file.sav"
            DBMS=SPSS REPLACE;
RUN;

PROC CONTENTS DATA=WORK.MY_SPSS_DATA;
RUN;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 27 Feb 2024 17:54:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Print-variables-and-variable-descriptions/m-p/918086#M41090</guid>
      <dc:creator>SASJedi</dc:creator>
      <dc:date>2024-02-27T17:54:42Z</dc:date>
    </item>
    <item>
      <title>Re: Print variables and variable descriptions</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Print-variables-and-variable-descriptions/m-p/918088#M41091</link>
      <description>&lt;P&gt;Thanks my bad i forgot that i used to work with SAS and i had this forum saved.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Feb 2024 17:56:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Print-variables-and-variable-descriptions/m-p/918088#M41091</guid>
      <dc:creator>Gablz</dc:creator>
      <dc:date>2024-02-27T17:56:04Z</dc:date>
    </item>
  </channel>
</rss>

