<?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 Help me find and fix errors here. in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/Help-me-find-and-fix-errors-here/m-p/958998#M43074</link>
    <description>&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;PRE&gt;&lt;CODE class=""&gt; 1          OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;
 68         
 69         Data Crabs;
 70         Input C  S  W  WT  SA @@;
 71         Datalines;
 
 NOTE: Invalid data for SA in line 81 32-32.
 RULE:      ----+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0                     
 81         2 3 27.5 3.15 6  4 3 23.4 1.90 O  2 3 27.9 2.80 6  3 3 27.5 3.10 3
 C=4 S=3 W=23.4 WT=1.9 SA=. _ERROR_=1 _N_=38
 NOTE: LOST CARD.
 116        ;
 C=1 S=26.5 W=2.35 WT=0 SA=. _ERROR_=1 _N_=173
 NOTE: SAS went to a new line when INPUT statement reached past the end of a line.
 NOTE: The data set WORK.CRABS has 172 observations and 5 variables.
 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              668.59k
       OS Memory           20900.00k
       Timestamp           02/12/2025 03:13:23 AM
       Step Count                        75  Switch Count  2
       Page Faults                       0
       Page Reclaims                     122
       Page Swaps                        0
       Voluntary Context Switches        13
       Involuntary Context Switches      0
       Block Input Operations            0
       Block Output Operations           264
       
 
 116        ;
 117        Proc Print;
 118        Run;
 
 NOTE: There were 172 observations read from the data set WORK.CRABS.
 NOTE: PROCEDURE PRINT used (Total process time):
       real time           0.10 seconds
       user cpu time       0.10 seconds
       system cpu time     0.00 seconds
       memory              1206.71k
       OS Memory           20900.00k
       Timestamp           02/12/2025 03:13:23 AM
       Step Count                        76  Switch Count  0
       Page Faults                       0
       Page Reclaims                     83
       Page Swaps                        0
       Voluntary Context Switches        0
       Involuntary Context Switches      0
       Block Input Operations            0
       Block Output Operations           64
       
 
 119        
 120        
 121        
 122        
 123        
 124        OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;
 134        

 &lt;/CODE&gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Wed, 12 Feb 2025 03:17:56 GMT</pubDate>
    <dc:creator>KB131619</dc:creator>
    <dc:date>2025-02-12T03:17:56Z</dc:date>
    <item>
      <title>Help me find and fix errors here.</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Help-me-find-and-fix-errors-here/m-p/958998#M43074</link>
      <description>&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;PRE&gt;&lt;CODE class=""&gt; 1          OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;
 68         
 69         Data Crabs;
 70         Input C  S  W  WT  SA @@;
 71         Datalines;
 
 NOTE: Invalid data for SA in line 81 32-32.
 RULE:      ----+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0                     
 81         2 3 27.5 3.15 6  4 3 23.4 1.90 O  2 3 27.9 2.80 6  3 3 27.5 3.10 3
 C=4 S=3 W=23.4 WT=1.9 SA=. _ERROR_=1 _N_=38
 NOTE: LOST CARD.
 116        ;
 C=1 S=26.5 W=2.35 WT=0 SA=. _ERROR_=1 _N_=173
 NOTE: SAS went to a new line when INPUT statement reached past the end of a line.
 NOTE: The data set WORK.CRABS has 172 observations and 5 variables.
 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              668.59k
       OS Memory           20900.00k
       Timestamp           02/12/2025 03:13:23 AM
       Step Count                        75  Switch Count  2
       Page Faults                       0
       Page Reclaims                     122
       Page Swaps                        0
       Voluntary Context Switches        13
       Involuntary Context Switches      0
       Block Input Operations            0
       Block Output Operations           264
       
 
 116        ;
 117        Proc Print;
 118        Run;
 
 NOTE: There were 172 observations read from the data set WORK.CRABS.
 NOTE: PROCEDURE PRINT used (Total process time):
       real time           0.10 seconds
       user cpu time       0.10 seconds
       system cpu time     0.00 seconds
       memory              1206.71k
       OS Memory           20900.00k
       Timestamp           02/12/2025 03:13:23 AM
       Step Count                        76  Switch Count  0
       Page Faults                       0
       Page Reclaims                     83
       Page Swaps                        0
       Voluntary Context Switches        0
       Involuntary Context Switches      0
       Block Input Operations            0
       Block Output Operations           64
       
 
 119        
 120        
 121        
 122        
 123        
 124        OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;
 134        

 &lt;/CODE&gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 12 Feb 2025 03:17:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Help-me-find-and-fix-errors-here/m-p/958998#M43074</guid>
      <dc:creator>KB131619</dc:creator>
      <dc:date>2025-02-12T03:17:56Z</dc:date>
    </item>
    <item>
      <title>Re: Help me find and fix errors here.</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Help-me-find-and-fix-errors-here/m-p/959001#M43075</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Patrick_1-1739330770684.png" style="width: 955px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/104554i16F5C888C9659693/image-dimensions/955x74?v=v2" width="955" height="74" role="button" title="Patrick_1-1739330770684.png" alt="Patrick_1-1739330770684.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Your variable SA is numeric but on position 32 there is the letter O&lt;/P&gt;
&lt;P&gt;A zero would look like the character on position 47&lt;/P&gt;</description>
      <pubDate>Wed, 12 Feb 2025 03:27:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Help-me-find-and-fix-errors-here/m-p/959001#M43075</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2025-02-12T03:27:07Z</dc:date>
    </item>
    <item>
      <title>Re: Help me find and fix errors here.</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Help-me-find-and-fix-errors-here/m-p/959006#M43076</link>
      <description>&lt;P&gt;The NOTE about SA:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In line 81 (i.e. the 10th line of data following the DATALINES statement), there is invalid data for variable SA in column 32.&amp;nbsp; SAS has printed out the offending line, preceded by a ruler for identifying column numbers.&amp;nbsp; It shows the letter capital O in column 32 - an invalid character for the numeric variable SA (maybe you intended it to be a zero).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The "LOST CARD" note:&lt;/P&gt;
&lt;P&gt;Given your INPUT statement specifies 5 variables, SAS expects there to be a multiple of 5 fields over all the lines of data between DATALINES and the semi-colon trailing your inline data.&amp;nbsp; But somewhere there are up to 4 extra fields or up to 4 missing fields in the data.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The second note is not due to the cause of the first note in my simulation of your code and data.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Feb 2025 03:49:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Help-me-find-and-fix-errors-here/m-p/959006#M43076</guid>
      <dc:creator>mkeintz</dc:creator>
      <dc:date>2025-02-12T03:49:49Z</dc:date>
    </item>
  </channel>
</rss>

