<?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: Exceeds 8 characters, and will be truncated,  also can see  some error in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Exceeds-8-characters-and-will-be-truncated-also-can-see-some/m-p/60470#M17136</link>
    <description>What is the value of &amp;amp;lib?&lt;BR /&gt;
&lt;BR /&gt;
Art&lt;BR /&gt;
--------&lt;BR /&gt;
&amp;gt; filename chksas pipe "cleartool describe -aat -all&lt;BR /&gt;
&amp;gt; %sysfunc(pathname(&amp;amp;lib))/&amp;amp;dsn..sas7bdat" ;&lt;BR /&gt;
&amp;gt;   data readpgm;&lt;BR /&gt;
&amp;gt; infile chksas  lrecl=600 TRUNCOVER;&lt;BR /&gt;
&amp;gt; 		input dirinfo $600. ;&lt;BR /&gt;
&amp;gt;         put 'dirinfo = ' dirinfo;&lt;BR /&gt;
&amp;gt;    filename chksas ;&lt;BR /&gt;
&amp;gt; un;&lt;BR /&gt;
&amp;gt; &lt;BR /&gt;
&amp;gt; Hi ALL ,&lt;BR /&gt;
&amp;gt; &lt;BR /&gt;
&amp;gt; When i am running above code i am getting below&lt;BR /&gt;
&amp;gt; message ,some one could help me .&lt;BR /&gt;
&amp;gt; &lt;BR /&gt;
&amp;gt; 66    filename chksas&lt;BR /&gt;
&amp;gt; NOTE: In a call to the PATHNAME routine, the&lt;BR /&gt;
&amp;gt; fileref/libref /vob/xxxxx/xxxxx/xxxxxxx/xxxxxx&lt;BR /&gt;
&amp;gt; &lt;B&gt;exceeds 8&lt;BR /&gt;
&amp;gt;       characters, and will be truncated.&lt;/B&gt;&lt;BR /&gt;
&amp;gt; pipe "cleartool describe -aat -all&lt;BR /&gt;
&amp;gt;  %sysfunc(pathname(&amp;amp;lib))/&amp;amp;dsn..sas7bdat" ;&lt;BR /&gt;
&amp;gt; 7      data readpgm;&lt;BR /&gt;
&amp;gt; 68            infile chksas  lrecl=600 TRUNCOVER;&lt;BR /&gt;
&amp;gt; 69            input dirinfo $600. ;&lt;BR /&gt;
&amp;gt; 70            put 'dirinfo = ' dirinfo;&lt;BR /&gt;
&amp;gt; 71            run;&lt;BR /&gt;
&amp;gt; &lt;BR /&gt;
&amp;gt; NOTE: The infile CHKSAS is:&lt;BR /&gt;
&amp;gt; Pipe command="cleartool describe -aat -all&lt;BR /&gt;
&amp;gt;  /aev.sas7bdat"&lt;BR /&gt;
&amp;gt; &lt;BR /&gt;
&amp;gt; &lt;B&gt;dirinfo = cleartool: Error: Unable to access&lt;BR /&gt;
&amp;gt; "/aev.sas7bdat": No such file or directory.&lt;/B&gt;&lt;BR /&gt;
&amp;gt; NOTE: 1 record was read from the infile CHKSAS.&lt;BR /&gt;
&amp;gt;       The minimum record length was 78.&lt;BR /&gt;
&amp;gt; The maximum record length was 78.&lt;BR /&gt;
&amp;gt; NOTE: The data set WORK.READPGM has 1 observations&lt;BR /&gt;
&amp;gt; and 1 variables.&lt;BR /&gt;
&amp;gt; NOTE: DATA statement used (Total process time):&lt;BR /&gt;
&amp;gt;       real time           0.37 seconds&lt;BR /&gt;
&amp;gt; cpu time            0.00 seconds&lt;BR /&gt;
&amp;gt; &lt;BR /&gt;
&amp;gt; &lt;BR /&gt;
&amp;gt; 72       filename chksas ;&lt;BR /&gt;
&amp;gt; NOTE: Fileref CHKSAS has been deassigned.</description>
    <pubDate>Mon, 02 May 2011 12:54:57 GMT</pubDate>
    <dc:creator>art297</dc:creator>
    <dc:date>2011-05-02T12:54:57Z</dc:date>
    <item>
      <title>Exceeds 8 characters, and will be truncated,  also can see  some error</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Exceeds-8-characters-and-will-be-truncated-also-can-see-some/m-p/60469#M17135</link>
      <description>filename chksas pipe "cleartool describe -aat -all %sysfunc(pathname(&amp;amp;lib))/&amp;amp;dsn..sas7bdat" ;&lt;BR /&gt;
  data readpgm;&lt;BR /&gt;
		infile chksas  lrecl=600 TRUNCOVER;&lt;BR /&gt;
		input dirinfo $600. ;&lt;BR /&gt;
        put 'dirinfo = ' dirinfo;&lt;BR /&gt;
		run;&lt;BR /&gt;
   filename chksas ;&lt;BR /&gt;
  run;&lt;BR /&gt;
&lt;BR /&gt;
Hi ALL ,&lt;BR /&gt;
&lt;BR /&gt;
When i am running above code i am getting below message ,some one could help me .&lt;BR /&gt;
&lt;BR /&gt;
66    filename chksas&lt;BR /&gt;
NOTE: In a call to the PATHNAME routine, the fileref/libref /vob/xxxxx/xxxxx/xxxxxxx/xxxxxx &lt;B&gt;exceeds 8&lt;BR /&gt;
      characters, and will be truncated.&lt;/B&gt;&lt;BR /&gt;
66  !                 pipe "cleartool describe -aat -all %sysfunc(pathname(&amp;amp;lib))/&amp;amp;dsn..sas7bdat" ;&lt;BR /&gt;
67      data readpgm;&lt;BR /&gt;
68            infile chksas  lrecl=600 TRUNCOVER;&lt;BR /&gt;
69            input dirinfo $600. ;&lt;BR /&gt;
70            put 'dirinfo = ' dirinfo;&lt;BR /&gt;
71            run;&lt;BR /&gt;
&lt;BR /&gt;
NOTE: The infile CHKSAS is:&lt;BR /&gt;
      Pipe command="cleartool describe -aat -all /aev.sas7bdat"&lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;dirinfo = cleartool: Error: Unable to access "/aev.sas7bdat": No such file or directory.&lt;/B&gt;&lt;BR /&gt;
NOTE: 1 record was read from the infile CHKSAS.&lt;BR /&gt;
      The minimum record length was 78.&lt;BR /&gt;
      The maximum record length was 78.&lt;BR /&gt;
NOTE: The data set WORK.READPGM has 1 observations and 1 variables.&lt;BR /&gt;
NOTE: DATA statement used (Total process time):&lt;BR /&gt;
      real time           0.37 seconds&lt;BR /&gt;
      cpu time            0.00 seconds&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
72       filename chksas ;&lt;BR /&gt;
NOTE: Fileref CHKSAS has been deassigned.</description>
      <pubDate>Mon, 02 May 2011 09:56:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Exceeds-8-characters-and-will-be-truncated-also-can-see-some/m-p/60469#M17135</guid>
      <dc:creator>satyasai</dc:creator>
      <dc:date>2011-05-02T09:56:59Z</dc:date>
    </item>
    <item>
      <title>Re: Exceeds 8 characters, and will be truncated,  also can see  some error</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Exceeds-8-characters-and-will-be-truncated-also-can-see-some/m-p/60470#M17136</link>
      <description>What is the value of &amp;amp;lib?&lt;BR /&gt;
&lt;BR /&gt;
Art&lt;BR /&gt;
--------&lt;BR /&gt;
&amp;gt; filename chksas pipe "cleartool describe -aat -all&lt;BR /&gt;
&amp;gt; %sysfunc(pathname(&amp;amp;lib))/&amp;amp;dsn..sas7bdat" ;&lt;BR /&gt;
&amp;gt;   data readpgm;&lt;BR /&gt;
&amp;gt; infile chksas  lrecl=600 TRUNCOVER;&lt;BR /&gt;
&amp;gt; 		input dirinfo $600. ;&lt;BR /&gt;
&amp;gt;         put 'dirinfo = ' dirinfo;&lt;BR /&gt;
&amp;gt;    filename chksas ;&lt;BR /&gt;
&amp;gt; un;&lt;BR /&gt;
&amp;gt; &lt;BR /&gt;
&amp;gt; Hi ALL ,&lt;BR /&gt;
&amp;gt; &lt;BR /&gt;
&amp;gt; When i am running above code i am getting below&lt;BR /&gt;
&amp;gt; message ,some one could help me .&lt;BR /&gt;
&amp;gt; &lt;BR /&gt;
&amp;gt; 66    filename chksas&lt;BR /&gt;
&amp;gt; NOTE: In a call to the PATHNAME routine, the&lt;BR /&gt;
&amp;gt; fileref/libref /vob/xxxxx/xxxxx/xxxxxxx/xxxxxx&lt;BR /&gt;
&amp;gt; &lt;B&gt;exceeds 8&lt;BR /&gt;
&amp;gt;       characters, and will be truncated.&lt;/B&gt;&lt;BR /&gt;
&amp;gt; pipe "cleartool describe -aat -all&lt;BR /&gt;
&amp;gt;  %sysfunc(pathname(&amp;amp;lib))/&amp;amp;dsn..sas7bdat" ;&lt;BR /&gt;
&amp;gt; 7      data readpgm;&lt;BR /&gt;
&amp;gt; 68            infile chksas  lrecl=600 TRUNCOVER;&lt;BR /&gt;
&amp;gt; 69            input dirinfo $600. ;&lt;BR /&gt;
&amp;gt; 70            put 'dirinfo = ' dirinfo;&lt;BR /&gt;
&amp;gt; 71            run;&lt;BR /&gt;
&amp;gt; &lt;BR /&gt;
&amp;gt; NOTE: The infile CHKSAS is:&lt;BR /&gt;
&amp;gt; Pipe command="cleartool describe -aat -all&lt;BR /&gt;
&amp;gt;  /aev.sas7bdat"&lt;BR /&gt;
&amp;gt; &lt;BR /&gt;
&amp;gt; &lt;B&gt;dirinfo = cleartool: Error: Unable to access&lt;BR /&gt;
&amp;gt; "/aev.sas7bdat": No such file or directory.&lt;/B&gt;&lt;BR /&gt;
&amp;gt; NOTE: 1 record was read from the infile CHKSAS.&lt;BR /&gt;
&amp;gt;       The minimum record length was 78.&lt;BR /&gt;
&amp;gt; The maximum record length was 78.&lt;BR /&gt;
&amp;gt; NOTE: The data set WORK.READPGM has 1 observations&lt;BR /&gt;
&amp;gt; and 1 variables.&lt;BR /&gt;
&amp;gt; NOTE: DATA statement used (Total process time):&lt;BR /&gt;
&amp;gt;       real time           0.37 seconds&lt;BR /&gt;
&amp;gt; cpu time            0.00 seconds&lt;BR /&gt;
&amp;gt; &lt;BR /&gt;
&amp;gt; &lt;BR /&gt;
&amp;gt; 72       filename chksas ;&lt;BR /&gt;
&amp;gt; NOTE: Fileref CHKSAS has been deassigned.</description>
      <pubDate>Mon, 02 May 2011 12:54:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Exceeds-8-characters-and-will-be-truncated-also-can-see-some/m-p/60470#M17136</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2011-05-02T12:54:57Z</dc:date>
    </item>
    <item>
      <title>Re: Exceeds 8 characters, and will be truncated,  also can see  some error</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Exceeds-8-characters-and-will-be-truncated-also-can-see-some/m-p/60471#M17137</link>
      <description>Yes.You need to use $varying200. this format.&lt;BR /&gt;
$w take white blank as default delimiter.&lt;BR /&gt;
[pre]&lt;BR /&gt;
data readpgm;&lt;BR /&gt;
infile chksas lrecl=600 length=len;&lt;BR /&gt;
input dirinfo $varying600. len ;&lt;BR /&gt;
put 'dirinfo = ' dirinfo;&lt;BR /&gt;
run;&lt;BR /&gt;
[/pre]&lt;BR /&gt;
&lt;BR /&gt;
Ksharp</description>
      <pubDate>Tue, 03 May 2011 02:02:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Exceeds-8-characters-and-will-be-truncated-also-can-see-some/m-p/60471#M17137</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2011-05-03T02:02:49Z</dc:date>
    </item>
  </channel>
</rss>

