<?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: how to use proc contents data statement in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/how-to-use-proc-contents-data-statement/m-p/722662#M27910</link>
    <description>&lt;PRE&gt;The autosave file for the file "p101a04.sas" is newer than the version you are opening. Would you like to load the autosave file instead?&lt;/PRE&gt;&lt;PRE&gt;proc contents data=/home/u57834060/EPG1V2/storm_summary.sas7bdat";
run;&lt;/PRE&gt;&lt;PRE&gt;1          OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;
 72         
 73         proc contents data=/home/u57834060/EPG1V2/storm_summary.sas7bdat";
                               _
                               22
                               76
 ERROR 22-322: Expecting a name.  
 
 ERROR 76-322: Syntax error, statement will be ignored.
 
 74         run;
 75         
 76         OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;
 77         ODS HTML CLOSE;
 78         &amp;amp;GRAPHTERM; ;*';*";*/;RUN;
 
 NOTE: PROCEDURE CONTENTS used (Total process time):
       real time           0.00 seconds
       user cpu time       0.00 seconds
       system cpu time     0.00 seconds
       memory              254.93k
       OS Memory           29604.00k
       Timestamp           01/03/2021 07:11:01 PM
       Step Count                        24  Switch Count  0
       Page Faults                       0
       Page Reclaims                     96
       Page Swaps                        0
       Voluntary Context Switches        0
       Involuntary Context Switches      0
       Block Input Operations            0
       Block Output Operations           0
       
 NOTE: The SAS System stopped processing this step because of errors.
 78       !                           QUIT;
 79         QUIT;RUN;
 80         ODS HTML5 (ID=WEB) CLOSE;
 81         
 82         ODS RTF (ID=WEB) CLOSE;
 83         ODS PDF (ID=WEB) CLOSE;
 NOTE: ODS PDF(WEB) printed no output. 
       (This sometimes results from failing to place a RUN statement before the ODS PDF(WEB) CLOSE statement.)
 84         FILENAME _GSFNAME;
 NOTE: Fileref _GSFNAME has been deassigned.
 
 
 85         DATA _NULL_;
 86         RUN;
 
 NOTE: DATA statement used (Total process time):
       real time           0.00 seconds
       user cpu time       0.00 seconds
       system cpu time     0.00 seconds
       memory              459.84k
       OS Memory           22952.00k
       Timestamp           01/03/2021 07:11:01 PM
       Step Count                        25  Switch Count  0
       Page Faults                       0
       Page Reclaims                     26
       Page Swaps                        0
       Voluntary Context Switches        0
       Involuntary Context Switches      0
       Block Input Operations            0
       Block Output Operations           0
       
 
 87         OPTIONS NOTES STIMER SOURCE SYNTAXCHECK;
 88         &lt;/PRE&gt;</description>
    <pubDate>Mon, 01 Mar 2021 19:11:53 GMT</pubDate>
    <dc:creator>Merlin_Shalini</dc:creator>
    <dc:date>2021-03-01T19:11:53Z</dc:date>
    <item>
      <title>how to use proc contents data statement</title>
      <link>https://communities.sas.com/t5/New-SAS-User/how-to-use-proc-contents-data-statement/m-p/722458#M27906</link>
      <description>&lt;P&gt;file path and table name when input says does not exist error message&lt;/P&gt;</description>
      <pubDate>Sun, 28 Feb 2021 18:37:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/how-to-use-proc-contents-data-statement/m-p/722458#M27906</guid>
      <dc:creator>Merlin_Shalini</dc:creator>
      <dc:date>2021-02-28T18:37:46Z</dc:date>
    </item>
    <item>
      <title>Re: how to use proc contents data statement</title>
      <link>https://communities.sas.com/t5/New-SAS-User/how-to-use-proc-contents-data-statement/m-p/722459#M27907</link>
      <description>ERROR: File /home/u57834060/sasuser.v94/storm_summary.sas7bdat does not exist.Dont know if the file has been modified</description>
      <pubDate>Sun, 28 Feb 2021 18:42:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/how-to-use-proc-contents-data-statement/m-p/722459#M27907</guid>
      <dc:creator>Merlin_Shalini</dc:creator>
      <dc:date>2021-02-28T18:42:40Z</dc:date>
    </item>
    <item>
      <title>Re: how to use proc contents data statement</title>
      <link>https://communities.sas.com/t5/New-SAS-User/how-to-use-proc-contents-data-statement/m-p/722461#M27908</link>
      <description>&lt;P&gt;Please post more details.&amp;nbsp; For example copy the relevant lines of text from the SAS log and insert into your message using the pop-window that appears when you click on the Insert Code icon (The icon looks like &amp;lt; / &amp;gt; )&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Are you sure the dataset is visible from the machine where SAS is running?&lt;/P&gt;</description>
      <pubDate>Sun, 28 Feb 2021 18:44:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/how-to-use-proc-contents-data-statement/m-p/722461#M27908</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2021-02-28T18:44:30Z</dc:date>
    </item>
    <item>
      <title>Re: how to use proc contents data statement</title>
      <link>https://communities.sas.com/t5/New-SAS-User/how-to-use-proc-contents-data-statement/m-p/722662#M27910</link>
      <description>&lt;PRE&gt;The autosave file for the file "p101a04.sas" is newer than the version you are opening. Would you like to load the autosave file instead?&lt;/PRE&gt;&lt;PRE&gt;proc contents data=/home/u57834060/EPG1V2/storm_summary.sas7bdat";
run;&lt;/PRE&gt;&lt;PRE&gt;1          OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;
 72         
 73         proc contents data=/home/u57834060/EPG1V2/storm_summary.sas7bdat";
                               _
                               22
                               76
 ERROR 22-322: Expecting a name.  
 
 ERROR 76-322: Syntax error, statement will be ignored.
 
 74         run;
 75         
 76         OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;
 77         ODS HTML CLOSE;
 78         &amp;amp;GRAPHTERM; ;*';*";*/;RUN;
 
 NOTE: PROCEDURE CONTENTS used (Total process time):
       real time           0.00 seconds
       user cpu time       0.00 seconds
       system cpu time     0.00 seconds
       memory              254.93k
       OS Memory           29604.00k
       Timestamp           01/03/2021 07:11:01 PM
       Step Count                        24  Switch Count  0
       Page Faults                       0
       Page Reclaims                     96
       Page Swaps                        0
       Voluntary Context Switches        0
       Involuntary Context Switches      0
       Block Input Operations            0
       Block Output Operations           0
       
 NOTE: The SAS System stopped processing this step because of errors.
 78       !                           QUIT;
 79         QUIT;RUN;
 80         ODS HTML5 (ID=WEB) CLOSE;
 81         
 82         ODS RTF (ID=WEB) CLOSE;
 83         ODS PDF (ID=WEB) CLOSE;
 NOTE: ODS PDF(WEB) printed no output. 
       (This sometimes results from failing to place a RUN statement before the ODS PDF(WEB) CLOSE statement.)
 84         FILENAME _GSFNAME;
 NOTE: Fileref _GSFNAME has been deassigned.
 
 
 85         DATA _NULL_;
 86         RUN;
 
 NOTE: DATA statement used (Total process time):
       real time           0.00 seconds
       user cpu time       0.00 seconds
       system cpu time     0.00 seconds
       memory              459.84k
       OS Memory           22952.00k
       Timestamp           01/03/2021 07:11:01 PM
       Step Count                        25  Switch Count  0
       Page Faults                       0
       Page Reclaims                     26
       Page Swaps                        0
       Voluntary Context Switches        0
       Involuntary Context Switches      0
       Block Input Operations            0
       Block Output Operations           0
       
 
 87         OPTIONS NOTES STIMER SOURCE SYNTAXCHECK;
 88         &lt;/PRE&gt;</description>
      <pubDate>Mon, 01 Mar 2021 19:11:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/how-to-use-proc-contents-data-statement/m-p/722662#M27910</guid>
      <dc:creator>Merlin_Shalini</dc:creator>
      <dc:date>2021-03-01T19:11:53Z</dc:date>
    </item>
    <item>
      <title>Re: how to use proc contents data statement</title>
      <link>https://communities.sas.com/t5/New-SAS-User/how-to-use-proc-contents-data-statement/m-p/722672#M27912</link>
      <description>&lt;P&gt;You have unbalanced quotes. You have omitted the opening quote.&amp;nbsp; Fix that and see if it solves the problem.&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier" size="4"&gt;proc contents data=&lt;FONT color="#FF0000"&gt;"&lt;/FONT&gt;/home/u57834060/EPG1V2/storm_summary.sas7bdat";&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Mar 2021 20:21:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/how-to-use-proc-contents-data-statement/m-p/722672#M27912</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2021-03-01T20:21:28Z</dc:date>
    </item>
    <item>
      <title>Re: how to use proc contents data statement</title>
      <link>https://communities.sas.com/t5/New-SAS-User/how-to-use-proc-contents-data-statement/m-p/723107#M27936</link>
      <description>&lt;PRE&gt;proc contents data="/home/u57834060/EPG1V2/storm_summary.sas7bdat";&lt;/PRE&gt;&lt;P&gt;&lt;SPAN&gt;ERROR: File /home/u57834060/EPG1V2/storm_summary.sas7bdat does not exist.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;How do I know if the data file is not there or modified?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you for your help&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Mar 2021 10:30:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/how-to-use-proc-contents-data-statement/m-p/723107#M27936</guid>
      <dc:creator>Merlin_Shalini</dc:creator>
      <dc:date>2021-03-03T10:30:58Z</dc:date>
    </item>
    <item>
      <title>Re: how to use proc contents data statement</title>
      <link>https://communities.sas.com/t5/New-SAS-User/how-to-use-proc-contents-data-statement/m-p/723425#M27969</link>
      <description />
      <pubDate>Thu, 04 Mar 2021 12:10:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/how-to-use-proc-contents-data-statement/m-p/723425#M27969</guid>
      <dc:creator>Merlin_Shalini</dc:creator>
      <dc:date>2021-03-04T12:10:08Z</dc:date>
    </item>
    <item>
      <title>Re: how to use proc contents data statement</title>
      <link>https://communities.sas.com/t5/New-SAS-User/how-to-use-proc-contents-data-statement/m-p/723426#M27970</link>
      <description>I am not able to run proc contents statement. I am stuck. Please help</description>
      <pubDate>Thu, 04 Mar 2021 12:11:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/how-to-use-proc-contents-data-statement/m-p/723426#M27970</guid>
      <dc:creator>Merlin_Shalini</dc:creator>
      <dc:date>2021-03-04T12:11:06Z</dc:date>
    </item>
  </channel>
</rss>

