<?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: issues with code, some data is skipped over when printing in SAS Studio</title>
    <link>https://communities.sas.com/t5/SAS-Studio/issues-with-code-some-data-is-skipped-over-when-printing/m-p/716972#M9706</link>
    <description>&lt;P&gt;Removing loss from the input-statement should solve the issue.&lt;/P&gt;</description>
    <pubDate>Fri, 05 Feb 2021 05:46:32 GMT</pubDate>
    <dc:creator>andreas_lds</dc:creator>
    <dc:date>2021-02-05T05:46:32Z</dc:date>
    <item>
      <title>issues with code, some data is skipped over when printing</title>
      <link>https://communities.sas.com/t5/SAS-Studio/issues-with-code-some-data-is-skipped-over-when-printing/m-p/716946#M9705</link>
      <description>&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;I am writing code and it seems that when I try to print all the rows in my dataline, some of the rows are being skipped over for some reason.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Code:&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;DIV&gt;libname saveit '/folders/myfolders';&lt;/DIV&gt;&lt;DIV&gt;data saveit.wtloss;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp;input ID:$4. firstname: $15. lastname: $15. team: $8. startwt: $3. endwt: $3. loss ;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp;loss=startwt-endwt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp;datalines;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;1023 David Shaw &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; red &amp;nbsp; &amp;nbsp;189 165&lt;/DIV&gt;&lt;DIV&gt;1049 Amelia Serrano &amp;nbsp; &amp;nbsp; yellow 145 124&lt;/DIV&gt;&lt;DIV&gt;1219 Alan Nance &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; red &amp;nbsp; &amp;nbsp;210 192&lt;/DIV&gt;&lt;DIV&gt;1246 Ravi Sinha &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; yellow 194 177&lt;/DIV&gt;&lt;DIV&gt;1078 Ashley McKnight &amp;nbsp; &amp;nbsp;red &amp;nbsp; &amp;nbsp;127 118&lt;/DIV&gt;&lt;DIV&gt;1221 Jim Brown &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;yellow 220 &amp;nbsp; .&lt;/DIV&gt;&lt;DIV&gt;1095 Susan Stewart &amp;nbsp; &amp;nbsp; &amp;nbsp;blue &amp;nbsp; 135 127&lt;/DIV&gt;&lt;DIV&gt;1157 Rosa Gomez &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; green &amp;nbsp;155 141&lt;/DIV&gt;&lt;DIV&gt;1331 Jason Schock &amp;nbsp; &amp;nbsp; &amp;nbsp; blue &amp;nbsp; 187 172&lt;/DIV&gt;&lt;DIV&gt;1067 Kanoko Nagasaka &amp;nbsp; &amp;nbsp;green &amp;nbsp;135 122&lt;/DIV&gt;&lt;DIV&gt;1251 Richard Rose &amp;nbsp; &amp;nbsp; &amp;nbsp; blue &amp;nbsp; 181 166&lt;/DIV&gt;&lt;DIV&gt;1333 Li-Hwa Lee &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; green &amp;nbsp;141 129&lt;/DIV&gt;&lt;DIV&gt;1192 Charlene Armstrong yellow 152 139&lt;/DIV&gt;&lt;DIV&gt;1352 Bette Long &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; green &amp;nbsp;156 137&lt;/DIV&gt;&lt;DIV&gt;1262 Yao Chen &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; blue &amp;nbsp; 196 180&lt;/DIV&gt;&lt;DIV&gt;1087 Kim Sikorski &amp;nbsp; &amp;nbsp; &amp;nbsp; red &amp;nbsp; &amp;nbsp;148 135&lt;/DIV&gt;&lt;DIV&gt;1124 Adrienne Fink &amp;nbsp; &amp;nbsp; &amp;nbsp;green &amp;nbsp;156 142&lt;/DIV&gt;&lt;DIV&gt;1197 Lynne Overby &amp;nbsp; &amp;nbsp; &amp;nbsp; red &amp;nbsp; &amp;nbsp;138 125&lt;/DIV&gt;&lt;DIV&gt;1133 John VanMeter &amp;nbsp; &amp;nbsp; &amp;nbsp;blue &amp;nbsp; 180 167&lt;/DIV&gt;&lt;DIV&gt;1036 Becky Redding &amp;nbsp; &amp;nbsp; &amp;nbsp;green &amp;nbsp;135 123&lt;/DIV&gt;&lt;DIV&gt;1057 Margie Vanhoy &amp;nbsp; &amp;nbsp; &amp;nbsp;yellow 146 132&lt;/DIV&gt;&lt;DIV&gt;1328 Hisashi Ito &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;red &amp;nbsp; &amp;nbsp;155 142&lt;/DIV&gt;&lt;DIV&gt;1243 Deanna Hicks &amp;nbsp; &amp;nbsp; &amp;nbsp; blue &amp;nbsp; 134 122&lt;/DIV&gt;&lt;DIV&gt;1177 Holly Choate &amp;nbsp; &amp;nbsp; &amp;nbsp; red &amp;nbsp; &amp;nbsp;141 130&lt;/DIV&gt;&lt;DIV&gt;1259 Raoul Sanchez &amp;nbsp; &amp;nbsp; &amp;nbsp;green &amp;nbsp;189 172&lt;/DIV&gt;&lt;DIV&gt;1017 Jennifer Brooks &amp;nbsp; &amp;nbsp;blue &amp;nbsp; 138 127&lt;/DIV&gt;&lt;DIV&gt;1099 Asha Garg &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;yellow 148 132&lt;/DIV&gt;&lt;DIV&gt;1329 Larry Goss &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; yellow 188 174&lt;/DIV&gt;&lt;DIV&gt;;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;run ;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;proc sort data=saveit.wtloss;&lt;/DIV&gt;&lt;DIV&gt;by ID;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;proc print data=saveit.wtloss ;&lt;/DIV&gt;&lt;DIV&gt;run ;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;END CODE&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;and then when it prints, I attached an image of what shows up.&lt;/P&gt;&lt;P&gt;It seems that after 14 rows, the data is cut off.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you so much for the help!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Feb 2021 03:16:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/issues-with-code-some-data-is-skipped-over-when-printing/m-p/716946#M9705</guid>
      <dc:creator>ellpap</dc:creator>
      <dc:date>2021-02-05T03:16:14Z</dc:date>
    </item>
    <item>
      <title>Re: issues with code, some data is skipped over when printing</title>
      <link>https://communities.sas.com/t5/SAS-Studio/issues-with-code-some-data-is-skipped-over-when-printing/m-p/716972#M9706</link>
      <description>&lt;P&gt;Removing loss from the input-statement should solve the issue.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Feb 2021 05:46:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/issues-with-code-some-data-is-skipped-over-when-printing/m-p/716972#M9706</guid>
      <dc:creator>andreas_lds</dc:creator>
      <dc:date>2021-02-05T05:46:32Z</dc:date>
    </item>
    <item>
      <title>Re: issues with code, some data is skipped over when printing</title>
      <link>https://communities.sas.com/t5/SAS-Studio/issues-with-code-some-data-is-skipped-over-when-printing/m-p/717163#M9709</link>
      <description>&lt;P&gt;Thank you so much!&lt;/P&gt;</description>
      <pubDate>Fri, 05 Feb 2021 18:00:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/issues-with-code-some-data-is-skipped-over-when-printing/m-p/717163#M9709</guid>
      <dc:creator>ellpap</dc:creator>
      <dc:date>2021-02-05T18:00:08Z</dc:date>
    </item>
  </channel>
</rss>

