<?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: Include statement not working in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Include-statement-not-working/m-p/767865#M243490</link>
    <description>&lt;P&gt;The message is very clear: the file does not exist.&lt;/P&gt;
&lt;P&gt;Make sure that the spelling is 100% correct, UNIX is case sensitive.&lt;/P&gt;
&lt;P&gt;And also see if the path is available in the context of the SAS session. E.g. log on to the SAS server with SSH and navigate to the path.&lt;/P&gt;</description>
    <pubDate>Wed, 15 Sep 2021 10:53:34 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2021-09-15T10:53:34Z</dc:date>
    <item>
      <title>Include statement not working</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Include-statement-not-working/m-p/767859#M243485</link>
      <description>&lt;P&gt;Good day expects.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;am running the include statement however am getting the below error message.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Code /Script&lt;/P&gt;&lt;LI-SPOILER&gt;&lt;P&gt;/*03 - IMPORT PARAMETERS*/&lt;/P&gt;&lt;P&gt;DATA _NULL_;&lt;/P&gt;&lt;P&gt;%LET TABLE= &amp;amp;SYSPARM.;&lt;BR /&gt;CALL SYMPUT("TABLE",COMPRESS("&amp;amp;TABLE"));&lt;/P&gt;&lt;P&gt;RUN;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;%MACRO IMPORT_MIG();&lt;/P&gt;&lt;P&gt;%INCLUDE "/SAS/data/Import_Migration/IMPORT_SOURCE_&amp;amp;TABLE..sas";&lt;/P&gt;&lt;P&gt;%MEND IMPORT_MIG;&lt;/P&gt;&lt;P&gt;%IMPORT_MIG();&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;LI-SPOILER&gt;LOG&lt;BR /&gt;&lt;BR /&gt;&lt;P&gt;1 The SAS System 10:16 Wednesday, September 15, 2021&lt;/P&gt;&lt;P&gt;1 ;*';*";*/;quit;run;&lt;BR /&gt;2 OPTIONS PAGENO=MIN;&lt;BR /&gt;3 %LET _CLIENTTASKLABEL='Program (4)';&lt;BR /&gt;4 %LET _CLIENTPROCESSFLOWNAME='Process Flow';&lt;BR /&gt;5 %LET _CLIENTPROJECTPATH='';&lt;BR /&gt;6 %LET _CLIENTPROJECTPATHHOST='';&lt;BR /&gt;7 %LET _CLIENTPROJECTNAME='';&lt;BR /&gt;8 %LET _SASPROGRAMFILE='';&lt;BR /&gt;9 %LET _SASPROGRAMFILEHOST='';&lt;BR /&gt;10&lt;BR /&gt;11 ODS _ALL_ CLOSE;&lt;BR /&gt;12 OPTIONS DEV=PNG;&lt;BR /&gt;13 GOPTIONS XPIXELS=0 YPIXELS=0;&lt;BR /&gt;14 FILENAME EGSR TEMP;&lt;BR /&gt;15 ODS tagsets.sasreport13(ID=EGSR) FILE=EGSR&lt;BR /&gt;16 STYLE=HtmlBlue&lt;BR /&gt;17 STYLESHEET=(URL="file:///C:/Program%20Files/SASHome/SASEnterpriseGuide/7.1/Styles/HtmlBlue.css")&lt;BR /&gt;18 NOGTITLE&lt;BR /&gt;19 NOGFOOTNOTE&lt;BR /&gt;20 GPATH=&amp;amp;sasworklocation&lt;BR /&gt;21 ENCODING=UTF8&lt;BR /&gt;22 options(rolap="on")&lt;BR /&gt;23 ;&lt;BR /&gt;NOTE: Writing TAGSETS.SASREPORT13(EGSR) Body file: EGSR&lt;BR /&gt;24&lt;BR /&gt;25 GOPTIONS ACCESSIBLE;&lt;BR /&gt;26 %MACRO IMPORT_MIG();&lt;BR /&gt;27&lt;BR /&gt;28 %INCLUDE "/SAS/data/RiskDataManagement/data/NWOW/data/VBM/BRACC/03_Scripts/Import_Migration/IMPORT_SOURCE_&amp;amp;TABLE..sas";&lt;BR /&gt;29&lt;BR /&gt;30 %MEND IMPORT_MIG;&lt;BR /&gt;31&lt;BR /&gt;32 %IMPORT_MIG();&lt;BR /&gt;WARNING: Physical file does not exist,&lt;BR /&gt;/SAS/data/RiskDataManagement/data/NWOW/data/VBM/BRACC/03_Scripts/Import_Migration/IMPORT_SOURCE_.sas.&lt;BR /&gt;ERROR: Cannot open %INCLUDE file&lt;BR /&gt;/SAS/data/RiskDataManagement/data/NWOW/data/VBM/BRACC/03_Scripts/Import_Migration/IMPORT_SOURCE_.sas.&lt;BR /&gt;33&lt;BR /&gt;34 GOPTIONS NOACCESSIBLE;&lt;BR /&gt;35 %LET _CLIENTTASKLABEL=;&lt;BR /&gt;36 %LET _CLIENTPROCESSFLOWNAME=;&lt;BR /&gt;37 %LET _CLIENTPROJECTPATH=;&lt;BR /&gt;38 %LET _CLIENTPROJECTPATHHOST=;&lt;BR /&gt;39 %LET _CLIENTPROJECTNAME=;&lt;BR /&gt;40 %LET _SASPROGRAMFILE=;&lt;BR /&gt;41 %LET _SASPROGRAMFILEHOST=;&lt;BR /&gt;42&lt;BR /&gt;43 ;*';*";*/;quit;run;&lt;BR /&gt;44 ODS _ALL_ CLOSE;&lt;BR /&gt;45&lt;BR /&gt;46&lt;BR /&gt;47 QUIT; RUN;&lt;BR /&gt;48&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/LI-SPOILER&gt;&lt;/LI-SPOILER&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Sep 2021 10:20:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Include-statement-not-working/m-p/767859#M243485</guid>
      <dc:creator>VALLY</dc:creator>
      <dc:date>2021-09-15T10:20:56Z</dc:date>
    </item>
    <item>
      <title>Re: Include statement not working</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Include-statement-not-working/m-p/767865#M243490</link>
      <description>&lt;P&gt;The message is very clear: the file does not exist.&lt;/P&gt;
&lt;P&gt;Make sure that the spelling is 100% correct, UNIX is case sensitive.&lt;/P&gt;
&lt;P&gt;And also see if the path is available in the context of the SAS session. E.g. log on to the SAS server with SSH and navigate to the path.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Sep 2021 10:53:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Include-statement-not-working/m-p/767865#M243490</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2021-09-15T10:53:34Z</dc:date>
    </item>
  </channel>
</rss>

