<?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: Issue with Code, Data Skipped in SAS Studio</title>
    <link>https://communities.sas.com/t5/SAS-Studio/Issue-with-Code-Data-Skipped/m-p/530550#M6934</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/257885"&gt;@vipendra&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Edited as suggested, PDF attachment is for your reference as i am unable to attach in HTML file.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;You do NOT need to use an attachment for code, logs or data from a csv file, as all are pure text.&lt;/P&gt;
&lt;P&gt;Post the csv into a window opened with the {i} button, and code into one opened with the "little running man" icon.&lt;/P&gt;
&lt;P&gt;I cannot open your pdf, there's a "virus scan in progress" next to the attachment.&lt;/P&gt;</description>
    <pubDate>Mon, 28 Jan 2019 07:15:20 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2019-01-28T07:15:20Z</dc:date>
    <item>
      <title>Issue with Code, Data Skipped</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Issue-with-Code-Data-Skipped/m-p/530459#M6922</link>
      <description>&lt;DIV&gt;Hi All,&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;URGENT !!!&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Please check my code where i write code in input format to get the data.&lt;/DIV&gt;&lt;DIV&gt;Code gives me the output but there are some information which is skipped.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Please find the attachment of Code, Log &amp;amp; result / Output.&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Please look into the result, I am not getting why City, State, Country, Date etc. column data is skipped.&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;Code:&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data get_US_Company_Dataset;
infile '/home/vipendratripathi60/sasuser.v94/Vipen Raw Data Files/US_Company_Dataset.csv' dlm=',' dsd missover firstobs=2 lrecl=50;
length company_name_id $30 company_name city $30 state $2 country $2 company_type $20;
informat date_of_audit mmddyy8.;
input company_name_id company_name year_founded city state country zip_code company_type date_of_audit;
format date_of_audit mmddyy8.;
proc print;
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Regards&lt;/DIV&gt;&lt;DIV&gt;Vipendra (vipendratripathi6@gmail.com)&lt;/DIV&gt;</description>
      <pubDate>Sun, 27 Jan 2019 14:21:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Issue-with-Code-Data-Skipped/m-p/530459#M6922</guid>
      <dc:creator>vipendra</dc:creator>
      <dc:date>2019-01-27T14:21:04Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Code, Data Skipped</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Issue-with-Code-Data-Skipped/m-p/530461#M6923</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/257885"&gt;@vipendra&lt;/a&gt; and welcome to the community.&amp;nbsp; your sample is unviewable.&lt;/P&gt;
&lt;P&gt;Please post you SAS code and sample data in the manner that we can view and use it to assist you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Maxims of Maximally Efficient SAS Programmers&lt;BR /&gt;&lt;A href="https://communities.sas.com/t5/SAS-Communities-Library/Maxims-of-Maximally-Efficient-SAS-Programmers/ta-p/352068" target="_blank"&gt;https://communities.sas.com/t5/SAS-Communities-Library/Maxims-of-Maximally-Efficient-SAS-Programmers/ta-p/352068&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;How to convert datasets to data steps&lt;BR /&gt;&lt;A href="https://communities.sas.com/t5/SAS-Communities-Library/How-to-create-a-data-step-version-of-your-data-AKA-generate/ta-p/258712" target="_blank"&gt;https://communities.sas.com/t5/SAS-Communities-Library/How-to-create-a-data-step-version-of-your-data-AKA-generate/ta-p/258712&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;The macro for direct download&lt;BR /&gt;&lt;A href="https://gist.githubusercontent.com/statgeek/bcc55940dd825a13b9c8ca40a904cba9/raw/865d2cf18f5150b8e887218dde0fc3951d0ff15b/data2datastep.sas" target="_blank"&gt;https://gist.githubusercontent.com/statgeek/bcc55940dd825a13b9c8ca40a904cba9/raw/865d2cf18f5150b8e887218dde0fc3951d0ff15b/data2datastep.sas&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;How to post code&lt;BR /&gt;&lt;A href="https://communities.sas.com/t5/help/faqpage/faq-category-id/posting#posting" target="_blank"&gt;https://communities.sas.com/t5/help/faqpage/faq-category-id/posting#posting&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 27 Jan 2019 14:08:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Issue-with-Code-Data-Skipped/m-p/530461#M6923</guid>
      <dc:creator>VDD</dc:creator>
      <dc:date>2019-01-27T14:08:22Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Code, Data Skipped</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Issue-with-Code-Data-Skipped/m-p/530462#M6924</link>
      <description>thanks for raising the point, I have added my codes in description box.&lt;BR /&gt;Please look into this.</description>
      <pubDate>Sun, 27 Jan 2019 14:11:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Issue-with-Code-Data-Skipped/m-p/530462#M6924</guid>
      <dc:creator>vipendra</dc:creator>
      <dc:date>2019-01-27T14:11:00Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Code, Data Skipped</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Issue-with-Code-Data-Skipped/m-p/530463#M6925</link>
      <description>&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 27 Jan 2019 14:14:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Issue-with-Code-Data-Skipped/m-p/530463#M6925</guid>
      <dc:creator>VDD</dc:creator>
      <dc:date>2019-01-27T14:14:31Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Code, Data Skipped</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Issue-with-Code-Data-Skipped/m-p/530464#M6926</link>
      <description>&lt;P&gt;Edited as suggested, PDF attachment is for your reference as i am unable to attach in HTML file.&lt;/P&gt;</description>
      <pubDate>Sun, 27 Jan 2019 14:22:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Issue-with-Code-Data-Skipped/m-p/530464#M6926</guid>
      <dc:creator>vipendra</dc:creator>
      <dc:date>2019-01-27T14:22:40Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Code, Data Skipped</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Issue-with-Code-Data-Skipped/m-p/530467#M6927</link>
      <description>&lt;P&gt;in your length statement what is the length of company_name?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="token function" style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; box-sizing: border-box; color: #0000ff; font-family: Consolas,Monaco,&amp;amp;quot; andale mono&amp;amp;quot;,&amp;amp;quot;ubuntu mono&amp;amp;quot;,monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 16.8px; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-shadow: 0px 1px white; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-spacing: 0px;"&gt;length&lt;/SPAN&gt;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #000000; direction: ltr; font-family: Consolas,Monaco,'Andale Mono','Ubuntu Mono',monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 21px; -ms-hyphens: none; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-shadow: 0px 1px white; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-break: normal; word-spacing: 0px; word-wrap: normal;"&gt; company_name_id &lt;/SPAN&gt;&lt;SPAN class="token punctuation" style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; box-sizing: border-box; color: #999999; font-family: Consolas,Monaco,&amp;amp;quot; andale mono&amp;amp;quot;,&amp;amp;quot;ubuntu mono&amp;amp;quot;,monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 16.8px; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-shadow: 0px 1px white; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-spacing: 0px;"&gt;$&lt;/SPAN&gt;&lt;SPAN class="token number" style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; box-sizing: border-box; color: #008080; font-family: Consolas,Monaco,&amp;amp;quot; andale mono&amp;amp;quot;,&amp;amp;quot;ubuntu mono&amp;amp;quot;,monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: bold; letter-spacing: normal; line-height: 16.8px; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-shadow: 0px 1px white; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-spacing: 0px;"&gt;30&lt;/SPAN&gt;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #000000; direction: ltr; font-family: Consolas,Monaco,'Andale Mono','Ubuntu Mono',monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 21px; -ms-hyphens: none; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-shadow: 0px 1px white; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-break: normal; word-spacing: 0px; word-wrap: normal;"&gt; company_name city &lt;/SPAN&gt;&lt;SPAN class="token punctuation" style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; box-sizing: border-box; color: #999999; font-family: Consolas,Monaco,&amp;amp;quot; andale mono&amp;amp;quot;,&amp;amp;quot;ubuntu mono&amp;amp;quot;,monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 16.8px; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-shadow: 0px 1px white; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-spacing: 0px;"&gt;$&lt;/SPAN&gt;&lt;SPAN class="token number" style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; box-sizing: border-box; color: #008080; font-family: Consolas,Monaco,&amp;amp;quot; andale mono&amp;amp;quot;,&amp;amp;quot;ubuntu mono&amp;amp;quot;,monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: bold; letter-spacing: normal; line-height: 16.8px; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-shadow: 0px 1px white; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-spacing: 0px;"&gt;30&lt;/SPAN&gt;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #000000; direction: ltr; font-family: Consolas,Monaco,'Andale Mono','Ubuntu Mono',monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 21px; -ms-hyphens: none; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-shadow: 0px 1px white; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-break: normal; word-spacing: 0px; word-wrap: normal;"&gt; state &lt;/SPAN&gt;&lt;SPAN class="token punctuation" style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; box-sizing: border-box; color: #999999; font-family: Consolas,Monaco,&amp;amp;quot; andale mono&amp;amp;quot;,&amp;amp;quot;ubuntu mono&amp;amp;quot;,monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 16.8px; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-shadow: 0px 1px white; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-spacing: 0px;"&gt;$&lt;/SPAN&gt;&lt;SPAN class="token number" style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; box-sizing: border-box; color: #008080; font-family: Consolas,Monaco,&amp;amp;quot; andale mono&amp;amp;quot;,&amp;amp;quot;ubuntu mono&amp;amp;quot;,monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: bold; letter-spacing: normal; line-height: 16.8px; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-shadow: 0px 1px white; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-spacing: 0px;"&gt;2&lt;/SPAN&gt;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #000000; direction: ltr; font-family: Consolas,Monaco,'Andale Mono','Ubuntu Mono',monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 21px; -ms-hyphens: none; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-shadow: 0px 1px white; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-break: normal; word-spacing: 0px; word-wrap: normal;"&gt; country &lt;/SPAN&gt;&lt;SPAN class="token punctuation" style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; box-sizing: border-box; color: #999999; font-family: Consolas,Monaco,&amp;amp;quot; andale mono&amp;amp;quot;,&amp;amp;quot;ubuntu mono&amp;amp;quot;,monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 16.8px; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-shadow: 0px 1px white; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-spacing: 0px;"&gt;$&lt;/SPAN&gt;&lt;SPAN class="token number" style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; box-sizing: border-box; color: #008080; font-family: Consolas,Monaco,&amp;amp;quot; andale mono&amp;amp;quot;,&amp;amp;quot;ubuntu mono&amp;amp;quot;,monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: bold; letter-spacing: normal; line-height: 16.8px; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-shadow: 0px 1px white; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-spacing: 0px;"&gt;2&lt;/SPAN&gt;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #000000; direction: ltr; font-family: Consolas,Monaco,'Andale Mono','Ubuntu Mono',monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 21px; -ms-hyphens: none; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-shadow: 0px 1px white; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-break: normal; word-spacing: 0px; word-wrap: normal;"&gt; company_type &lt;/SPAN&gt;&lt;SPAN class="token punctuation" style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; box-sizing: border-box; color: #999999; font-family: Consolas,Monaco,&amp;amp;quot; andale mono&amp;amp;quot;,&amp;amp;quot;ubuntu mono&amp;amp;quot;,monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 16.8px; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-shadow: 0px 1px white; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-spacing: 0px;"&gt;$&lt;/SPAN&gt;&lt;SPAN class="token number" style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; box-sizing: border-box; color: #008080; font-family: Consolas,Monaco,&amp;amp;quot; andale mono&amp;amp;quot;,&amp;amp;quot;ubuntu mono&amp;amp;quot;,monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: bold; letter-spacing: normal; line-height: 16.8px; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-shadow: 0px 1px white; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-spacing: 0px;"&gt;20&lt;/SPAN&gt;&lt;SPAN class="token punctuation" style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; box-sizing: border-box; color: #999999; font-family: Consolas,Monaco,&amp;amp;quot; andale mono&amp;amp;quot;,&amp;amp;quot;ubuntu mono&amp;amp;quot;,monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 16.8px; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-shadow: 0px 1px white; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-spacing: 0px;"&gt;;&lt;/SPAN&gt;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #000000; direction: ltr; font-family: Consolas,Monaco,'Andale Mono','Ubuntu Mono',monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 21px; -ms-hyphens: none; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-shadow: 0px 1px white; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-break: normal; word-spacing: 0px; word-wrap: normal;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 27 Jan 2019 14:45:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Issue-with-Code-Data-Skipped/m-p/530467#M6927</guid>
      <dc:creator>VDD</dc:creator>
      <dc:date>2019-01-27T14:45:13Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Code, Data Skipped</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Issue-with-Code-Data-Skipped/m-p/530469#M6928</link>
      <description>&lt;P&gt;Its again $30, I have updated in code also.&lt;/P&gt;&lt;P&gt;But my concern is why data is missing or incomplete.&lt;/P&gt;</description>
      <pubDate>Sun, 27 Jan 2019 14:50:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Issue-with-Code-Data-Skipped/m-p/530469#M6928</guid>
      <dc:creator>vipendra</dc:creator>
      <dc:date>2019-01-27T14:50:26Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Code, Data Skipped</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Issue-with-Code-Data-Skipped/m-p/530475#M6929</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/257885"&gt;@vipendra&lt;/a&gt; you have&amp;nbsp;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #000000; direction: ltr; font-family: Consolas,Monaco,'Andale Mono','Ubuntu Mono',monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 21px; -ms-hyphens: none; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-shadow: 0px 1px white; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-break: normal; word-spacing: 0px; word-wrap: normal;"&gt;lrecl&lt;/SPAN&gt; = 50.&amp;nbsp; Is that really the length of each record?&amp;nbsp; Or have you not allowed for the 51--?? positions?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 27 Jan 2019 15:13:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Issue-with-Code-Data-Skipped/m-p/530475#M6929</guid>
      <dc:creator>VDD</dc:creator>
      <dc:date>2019-01-27T15:13:19Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Code, Data Skipped</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Issue-with-Code-Data-Skipped/m-p/530477#M6930</link>
      <description>i want full data in output. and I even don't know how LRECL works.&lt;BR /&gt;&lt;BR /&gt;do you mean each record = each cells in excel ?&lt;BR /&gt;if yes then each cells does not exceeds the limit of 30 words in my file.</description>
      <pubDate>Sun, 27 Jan 2019 15:20:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Issue-with-Code-Data-Skipped/m-p/530477#M6930</guid>
      <dc:creator>vipendra</dc:creator>
      <dc:date>2019-01-27T15:20:27Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Code, Data Skipped</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Issue-with-Code-Data-Skipped/m-p/530481#M6931</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/257885"&gt;@vipendra&lt;/a&gt; try to change the&amp;nbsp;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #000000; direction: ltr; font-family: Consolas,Monaco,'Andale Mono','Ubuntu Mono',monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 21px; -ms-hyphens: none; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-shadow: 0px 1px white; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-break: normal; word-spacing: 0px; word-wrap: normal;"&gt;lrecl&lt;/SPAN&gt; = 50 to&amp;nbsp;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #000000; direction: ltr; font-family: Consolas,Monaco,'Andale Mono','Ubuntu Mono',monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 21px; -ms-hyphens: none; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-shadow: 0px 1px white; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-break: normal; word-spacing: 0px; word-wrap: normal;"&gt;lrecl&lt;/SPAN&gt; = 256 or something longer,&amp;nbsp; the&amp;nbsp;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #000000; direction: ltr; font-family: Consolas,Monaco,'Andale Mono','Ubuntu Mono',monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 21px; -ms-hyphens: none; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-shadow: 0px 1px white; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-break: normal; word-spacing: 0px; word-wrap: normal;"&gt;lrecl&lt;/SPAN&gt; = 50 only allows you to obtain the first 50 positions in the record.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;what you are getting is&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #000000; direction: ltr; font-family: Consolas,Monaco,'Andale Mono','Ubuntu Mono',monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 21px; -ms-hyphens: none; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-shadow: 0px 1px white; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-break: normal; word-spacing: 0px; word-wrap: normal;"&gt;company_name_id &lt;/SPAN&gt;&lt;SPAN class="token punctuation" style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; box-sizing: border-box; color: #999999; font-family: Consolas,Monaco,&amp;amp;quot; andale mono&amp;amp;quot;,&amp;amp;quot;ubuntu mono&amp;amp;quot;,monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 16.8px; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-shadow: 0px 1px white; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-spacing: 0px;"&gt;$&lt;/SPAN&gt;&lt;SPAN class="token number" style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; box-sizing: border-box; color: #008080; font-family: Consolas,Monaco,&amp;amp;quot; andale mono&amp;amp;quot;,&amp;amp;quot;ubuntu mono&amp;amp;quot;,monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: bold; letter-spacing: normal; line-height: 16.8px; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-shadow: 0px 1px white; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-spacing: 0px;"&gt;30&lt;/SPAN&gt;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #000000; direction: ltr; font-family: Consolas,Monaco,'Andale Mono','Ubuntu Mono',monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 21px; -ms-hyphens: none; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-shadow: 0px 1px white; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-break: normal; word-spacing: 0px; word-wrap: normal;"&gt; company_name&lt;/SPAN&gt; for a length of $20 which equals your record length of 50.&amp;nbsp; if your company_name is $30 then those company_names over 20 in length are being chopped off at the end or truncated as one would say.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;in the above you say that company_name is $30 but in this link you have company_name with a length of $40&lt;/P&gt;
&lt;P&gt;&lt;A href="https://communities.sas.com/t5/SAS-Programming/ERROR-22-322-Expecting-a-name/m-p/530456#M145073" target="_blank"&gt;https://communities.sas.com/t5/SAS-Programming/ERROR-22-322-Expecting-a-name/m-p/530456#M145073&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;try this:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data get_US_Company_Dataset;
infile '/home/vipendratripathi60/sasuser.v94/Vipen Raw Data Files/US_Company_Dataset.csv' dlm=',' dsd missover firstobs=2 lrecl=256;
length company_name_id $30 company_name  $30 city $30 state $2 country $2 company_type $20;
informat date_of_audit mmddyy8.;
input company_name_id company_name year_founded city state country zip_code company_type date_of_audit;
format date_of_audit mmddyy8.;
run;
proc print;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 27 Jan 2019 16:02:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Issue-with-Code-Data-Skipped/m-p/530481#M6931</guid>
      <dc:creator>VDD</dc:creator>
      <dc:date>2019-01-27T16:02:57Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Code, Data Skipped</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Issue-with-Code-Data-Skipped/m-p/530517#M6933</link>
      <description>&lt;P&gt;LRECL is the length of the record to read. A length of 50 says to read only 50 characters.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You don’t actually need that option. Uploads should be working soon to add attachments, but you can embed an image directly using the ‘photos’ in the editor.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can also try PROC IMPORT with GUESSINGROWS=MAX and then compare the generated code in the log to yours and find the mistake.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/257885"&gt;@vipendra&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;i want full data in output. and I even don't know how LRECL works.&lt;BR /&gt;&lt;BR /&gt;do you mean each record = each cells in excel ?&lt;BR /&gt;if yes then each cells does not exceeds the limit of 30 words in my file.&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 27 Jan 2019 23:58:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Issue-with-Code-Data-Skipped/m-p/530517#M6933</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-01-27T23:58:42Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Code, Data Skipped</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Issue-with-Code-Data-Skipped/m-p/530550#M6934</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/257885"&gt;@vipendra&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Edited as suggested, PDF attachment is for your reference as i am unable to attach in HTML file.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;You do NOT need to use an attachment for code, logs or data from a csv file, as all are pure text.&lt;/P&gt;
&lt;P&gt;Post the csv into a window opened with the {i} button, and code into one opened with the "little running man" icon.&lt;/P&gt;
&lt;P&gt;I cannot open your pdf, there's a "virus scan in progress" next to the attachment.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Jan 2019 07:15:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Issue-with-Code-Data-Skipped/m-p/530550#M6934</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2019-01-28T07:15:20Z</dc:date>
    </item>
  </channel>
</rss>

