<?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: Referring Files from SAS in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Referring-Files-from-SAS/m-p/217577#M40084</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333320617676px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;SFILE1=&lt;STRONG style="font-size: 13.3333320617676px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;AB_1XYZ&lt;STRONG style="font-size: 13.3333320617676px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;%cmpres(&amp;amp;YYMMDD).&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333320617676px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;STRONG style="font-size: 13.3333320617676px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;STRONG style="font-size: 13.3333320617676px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;You're missing the %let here, so the macro variable is never defined.&lt;STRONG style="font-size: 13.3333320617676px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;STRONG style="font-size: 13.3333320617676px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;STRONG style="font-size: 13.3333320617676px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Apr 2015 06:39:32 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2015-04-08T06:39:32Z</dc:date>
    <item>
      <title>Referring Files from SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Referring-Files-from-SAS/m-p/217573#M40080</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Hi,&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;I need to access a mainframe dataset (SAS file) from SAS Program.&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;I cannot pass the Dataset name from JCL as the file name is not fixed.&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Eg ... File Name is&amp;nbsp; :&amp;nbsp; HLQ.SLQ.TLQ.A&amp;amp;YYMMDD.&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;In SAS program I can derive YYMMDD and can be able to make up the File name.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;I need assistance for how to refer the file name and access it from SAS program.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;I am trying the following :&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;Getting current date as : 20150407 in SAS program.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;%LET FNAME = &lt;SPAN style="font-size: 13.3333330154419px;"&gt;HLQ.SLQ.TLQ.A&amp;amp;YYMMDD;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;%PUT &amp;amp;FNAME;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;FILENAME INFIL "&amp;amp;FNAME"&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DISP=SHR;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;DATA WANT;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;SET INFIL;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;RUN;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;The above is giving error. File name is resolving properly (&lt;SPAN style="font-size: 13.3333330154419px;"&gt;HLQ.SLQ.TLQ.A150704) &lt;/SPAN&gt;but its giving me error stating Error in the FILENAME statement.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;File WORK.INFIL.DATA does not exist.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;Can some one please assist how to access the Dataset (File) from SAS Program.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;Where as If I pass the the dataset name as &lt;SPAN style="font-size: 13.3333330154419px;"&gt;HLQ.SLQ.TLQ.A150704&lt;/SPAN&gt; from JCL then its working fine (just putting the DD Name mentioned in JCL at SET is working fine).&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;Sree.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Apr 2015 01:42:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Referring-Files-from-SAS/m-p/217573#M40080</guid>
      <dc:creator>Sreeni</dc:creator>
      <dc:date>2015-04-08T01:42:26Z</dc:date>
    </item>
    <item>
      <title>Re: Referring Files from SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Referring-Files-from-SAS/m-p/217574#M40081</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;Please try &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;%LET FNAME = &lt;SPAN style="font-size: 13.3333330154419px;"&gt;HLQ.SLQ.TLQ.A&lt;STRONG&gt;%cmpres(&amp;amp;YYMMDD)&lt;/STRONG&gt;;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;%PUT &amp;amp;FNAME;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Apr 2015 02:03:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Referring-Files-from-SAS/m-p/217574#M40081</guid>
      <dc:creator>Jagadishkatam</dc:creator>
      <dc:date>2015-04-08T02:03:58Z</dc:date>
    </item>
    <item>
      <title>Re: Referring Files from SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Referring-Files-from-SAS/m-p/217575#M40082</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the dataset is a SAS dataset you would use the FNAME directly:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;SPAN style="font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;DATA WANT;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;SPAN style="font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;SET &amp;amp;FNAME;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;SPAN style="font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;RUN;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Apr 2015 02:04:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Referring-Files-from-SAS/m-p/217575#M40082</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2015-04-08T02:04:54Z</dc:date>
    </item>
    <item>
      <title>Re: Referring Files from SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Referring-Files-from-SAS/m-p/217576#M40083</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Jagadesh &amp;amp; Reeza.&lt;/P&gt;&lt;P&gt;I am able to get the variables resolve now but its giving me error like "Invalid Dataset Name".&lt;/P&gt;&lt;P&gt;Let me give few more details about the Dataset structure.&lt;/P&gt;&lt;P&gt;We have SAS File resides inside MVS file.&lt;/P&gt;&lt;P&gt;MVS File name = &lt;SPAN style="font-size: 13.3333330154419px; line-height: 1.5em; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;HLQ.SLQ.TLQ.A&lt;/SPAN&gt;&lt;STRONG style="line-height: 1.5em; font-size: 13.3333320617676px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;%cmpres(&amp;amp;YYMMDD).&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="line-height: 1.5em; font-size: 13.3333320617676px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;SAS File Name = AB_1XYZ&lt;STRONG style="font-size: 13.3333320617676px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;%cmpres(&amp;amp;YYMMDD).&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I pass the hard coded MVS Dataset Name from JCL and refer the same at SET as follows its working fine. &lt;/P&gt;&lt;P&gt;SET JCLDDNAME.SASFILENAME&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But If I dont pass from JCL and derive the file name in SAS Program as follows, the file name is resolving properly and showing the variables and the file names exactly as expected.&lt;/P&gt;&lt;P&gt;%LET MFILE1=&lt;SPAN style="font-size: 13.3333330154419px; line-height: 1.5em; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;HLQ.SLQ.TLQ.A&lt;/SPAN&gt;&lt;STRONG style="line-height: 1.5em; font-size: 13.3333320617676px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;%cmpres(&amp;amp;YYMMDD).&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;%PUT &amp;amp;MFILE1;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="line-height: 1.5em; font-size: 13.3333320617676px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;SFILE1=&lt;STRONG style="font-size: 13.3333320617676px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;AB_1XYZ&lt;STRONG style="font-size: 13.3333320617676px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;%cmpres(&amp;amp;YYMMDD).&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="line-height: 1.5em; font-size: 13.3333320617676px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;STRONG style="font-size: 13.3333320617676px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;STRONG style="font-size: 13.3333320617676px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;%PUT &amp;amp;SFILE1;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;But after SET statement its giving me error as "There is not a default input data set (_Last_ is _Null_).&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Error 211-185: Invalid dataset name.&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;I am giving SET as follows:&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P&gt;DATA WANT;&lt;/P&gt;&lt;P&gt;SET &amp;amp;MFILE1..&amp;amp;SFILE1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please assist for this. Thank you very much for your support.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Apr 2015 02:46:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Referring-Files-from-SAS/m-p/217576#M40083</guid>
      <dc:creator>Sreeni</dc:creator>
      <dc:date>2015-04-08T02:46:02Z</dc:date>
    </item>
    <item>
      <title>Re: Referring Files from SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Referring-Files-from-SAS/m-p/217577#M40084</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333320617676px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;SFILE1=&lt;STRONG style="font-size: 13.3333320617676px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;AB_1XYZ&lt;STRONG style="font-size: 13.3333320617676px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;%cmpres(&amp;amp;YYMMDD).&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333320617676px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;STRONG style="font-size: 13.3333320617676px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;STRONG style="font-size: 13.3333320617676px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;You're missing the %let here, so the macro variable is never defined.&lt;STRONG style="font-size: 13.3333320617676px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;STRONG style="font-size: 13.3333320617676px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;STRONG style="font-size: 13.3333320617676px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Apr 2015 06:39:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Referring-Files-from-SAS/m-p/217577#M40084</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2015-04-08T06:39:32Z</dc:date>
    </item>
    <item>
      <title>Re: Referring Files from SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Referring-Files-from-SAS/m-p/217578#M40085</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was able to get thru using LIBNAME.&lt;/P&gt;&lt;P&gt;Tx for all your assistance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Apr 2015 14:15:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Referring-Files-from-SAS/m-p/217578#M40085</guid>
      <dc:creator>Sreeni</dc:creator>
      <dc:date>2015-04-08T14:15:34Z</dc:date>
    </item>
    <item>
      <title>Re: Referring Files from SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Referring-Files-from-SAS/m-p/217579#M40086</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sreeni ok libname (sas-dataset tables) and files (raw text files) filenames are different type data. You solved that.&lt;/P&gt;&lt;P&gt;As you are working on a mainframe there are a lot small differences with all approaches. &lt;/P&gt;&lt;P&gt;- Libnames and filenames cannot share the same name as with Windows/Unix. You have seen the JCL and an IO-definition cannot be duplicated.&lt;/P&gt;&lt;P&gt;- Going into production with a Scheduler (eg OPC) the requirement will be to have that dataset in JCL. OPS is supporting supplying scheduled dynamic dates.&lt;/P&gt;&lt;P&gt;&amp;nbsp; By that the scheduler is able to plan and avoiding locking situations.&lt;/P&gt;&lt;P&gt;&amp;nbsp; If you are for that than you can do something similar in the develop environment.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Apr 2015 14:32:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Referring-Files-from-SAS/m-p/217579#M40086</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2015-04-08T14:32:29Z</dc:date>
    </item>
  </channel>
</rss>

