<?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: Invalid physical name in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Invalid-physical-name/m-p/459941#M116864</link>
    <description>How do you try to open it?&lt;BR /&gt;Almost any text  file generated can be opened using standard text editing tools.</description>
    <pubDate>Fri, 04 May 2018 05:43:03 GMT</pubDate>
    <dc:creator>LinusH</dc:creator>
    <dc:date>2018-05-04T05:43:03Z</dc:date>
    <item>
      <title>Invalid physical name</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Invalid-physical-name/m-p/459935#M116863</link>
      <description>&lt;P&gt;I'm using file writer transformation in my DI job to create the .txt file. After the successful execution of the job, when I tried to open .txt file, I'm getting an error like "Invalid Physical file". Code generated by&amp;nbsp;&lt;SPAN&gt;file writer transformation as follows.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data _null_; 
   set &amp;amp;SYSLAST; 
      attrib TBKPAR length = $2; 
      attrib CRI length = $12; 
      attrib P2KBRN length = $2; 
      attrib CRIHIS length = $12; 
      attrib P2KBRH length = $2; 
      attrib SD length = $9; 
      attrib S2KBRN length = $2; 
      attrib XXAROL length = $8; 
      attrib PSI length = $9; 
      attrib HDK length = $3; 
      file "!FSB/common/life_details_crdb_50_tmp_timestamp.txt" lrecl=1226;
      
         put 
             @ 1 TBKPAR  
             @ 3 CRI  
             @ 15 P2KBRN  
             @ 17 CRIHIS  
             @ 29 P2KBRH  
             @ 31 SD  
             @ 40 S2KBRN  
             @ 42 XXAROL  
             @ 50 PSI  
             @ 59 HDK  
         ;
   
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;SPAN&gt;Properties of File wrtier transformation:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="FW.png" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/20360iCE4E86994821262C/image-size/large?v=v2&amp;amp;px=999" role="button" title="FW.png" alt="FW.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="FW2.png" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/20361i9224661806438F77/image-size/large?v=v2&amp;amp;px=999" role="button" title="FW2.png" alt="FW2.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Appreciate if someone of you help me understand the likely cause for this issue.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 04 May 2018 05:03:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Invalid-physical-name/m-p/459935#M116863</guid>
      <dc:creator>Babloo</dc:creator>
      <dc:date>2018-05-04T05:03:55Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid physical name</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Invalid-physical-name/m-p/459941#M116864</link>
      <description>How do you try to open it?&lt;BR /&gt;Almost any text  file generated can be opened using standard text editing tools.</description>
      <pubDate>Fri, 04 May 2018 05:43:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Invalid-physical-name/m-p/459941#M116864</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2018-05-04T05:43:03Z</dc:date>
    </item>
  </channel>
</rss>

