<?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: how to execute a 4 programs project without having to disconnect and reconnect. in SAS Data Management</title>
    <link>https://communities.sas.com/t5/SAS-Data-Management/how-to-execute-a-4-programs-project-without-having-to-disconnect/m-p/511854#M15888</link>
    <description>&lt;P&gt;Remove your macro logic and retest.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As a general rule I strongly advise against doing remote submits inside a macro. This is because your remote sessions know nothing about being run inside a macro and it can easily result in unexpected program behaviour.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you want to repeat your code then using alternative methods like CALL EXECUTE is better.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;One obvious problem with your program is the MYLIB macro variable is not being passed to the remote session.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 09 Nov 2018 22:18:12 GMT</pubDate>
    <dc:creator>SASKiwi</dc:creator>
    <dc:date>2018-11-09T22:18:12Z</dc:date>
    <item>
      <title>how to execute a 4 programs project without having to disconnect and reconnect.</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/how-to-execute-a-4-programs-project-without-having-to-disconnect/m-p/511795#M15877</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I made 4 programs project.&lt;/P&gt;&lt;P&gt;1 Declaring FileName as global variables&lt;/P&gt;&lt;P&gt;2 Declaring Libname&lt;/P&gt;&lt;P&gt;3 Converting 4 datasets (4 FileName) into xml file.&lt;/P&gt;&lt;P&gt;4 converting 4 Datasets into xml using parallel process.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The first 3 programs goes well but the flux stop with the program # 4.&lt;/P&gt;&lt;P&gt;I disconnect my session then I reconnect.&lt;/P&gt;&lt;P&gt;After that, I am able to execute the last program without any error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does someone could explain me why this thing append and what can I do to solve this problem to permit my flux to be executed from the beginning to the end?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance for your help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Nov 2018 19:18:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/how-to-execute-a-4-programs-project-without-having-to-disconnect/m-p/511795#M15877</guid>
      <dc:creator>alepage</dc:creator>
      <dc:date>2018-11-09T19:18:49Z</dc:date>
    </item>
    <item>
      <title>Re: how to execute a 4 programs project without having to disconnect and reconnect.</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/how-to-execute-a-4-programs-project-without-having-to-disconnect/m-p/511806#M15883</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/76331"&gt;@alepage&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is tricky to diagnose if you're not sharing the log with the error.&amp;nbsp; Can you post that, or at least code/lines with the error reporting?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Chris&lt;/P&gt;</description>
      <pubDate>Fri, 09 Nov 2018 19:35:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/how-to-execute-a-4-programs-project-without-having-to-disconnect/m-p/511806#M15883</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2018-11-09T19:35:23Z</dc:date>
    </item>
    <item>
      <title>Re: how to execute a 4 programs project without having to disconnect and reconnect.</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/how-to-execute-a-4-programs-project-without-having-to-disconnect/m-p/511824#M15886</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here's the program&lt;/P&gt;&lt;P&gt;I will try to include the two log files(executed alone, then in a project)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;options&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;MPRINT&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;MLOGIC&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;SYMBOLGEN&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;%let&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; st_tm=&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;%SYSFUNC&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;(time(),time.); &lt;/FONT&gt;&lt;FONT color="#008000" face="Courier New" size="3"&gt;/* Set the current time as the start time. */&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;%macro&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; &lt;STRONG&gt;&lt;I&gt;test2&lt;/I&gt;&lt;/STRONG&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;%do&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; i=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;1&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;%to&lt;/FONT&gt; &lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;1&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt; ;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#008000" face="Courier New" size="3"&gt;/*Telling to SAS we want to start a parallel process*/&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;options sascmd=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;"!SASCMD"&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;/*Assigining a Thread to a CPU*/&lt;/P&gt;&lt;P&gt;SIGNON sess&amp;amp;i;&lt;/P&gt;&lt;P&gt;/*Declaring local variable*/&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;%let&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; FileName1=data_2_500000;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;%let&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; FileName2=data_5_500000;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;%let&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; FileName3=data_10_500000;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;%let&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; FileName4=data_20_500000;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;%let&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; mylib=\\SFPFI4335.PROD.MRQ\Usagers-DGTT\RLEA109\Documents\Test\Parallel Processing\XML\&amp;amp;&amp;amp;FileName&amp;amp;i...xml;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;/*Transfering local variable to remote host*/&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;%syslput&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; _LOCAL_ /REMOTE=sess&amp;amp;i;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;rsubmit sess&amp;amp;i wait=no;&lt;/P&gt;&lt;P&gt;/*Checking global variable*/&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;%put&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; &amp;amp;i;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;%put&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; &amp;amp;FileName1;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;%put&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; &amp;amp;FileName2;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;%put&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; &amp;amp;FileName3;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;%put&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; &amp;amp;FileName4;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;%put&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; &amp;amp;mylib;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;/*Declaring the libraries ******/&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;libname mydata &lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;"\\SFPFI4335.PROD.MRQ\Usagers-DGTT\RLEA109\Documents\Test\Parallel Processing\Data"&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;data _null_;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;rc=libname(&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;"lib&amp;amp;i."&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;,&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;"&amp;amp;mylib."&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;,&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;'xml'&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;,&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;'xmltype=oracle'&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;);&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;/*Converting the dataset to XML file*/&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;%put&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; lib&amp;amp;i.||"after the libname call";&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;%put&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; &amp;amp;&amp;amp;FileName&amp;amp;i.||"after the libname call";&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;data lib&amp;amp;&lt;/FONT&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;i.&lt;STRONG&gt;.&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;&amp;amp;&amp;amp;Filename&amp;amp;&lt;/FONT&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;i.&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;set &lt;/FONT&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;mydata.&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;&amp;amp;&amp;amp;Filename&amp;amp;&lt;/FONT&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;i.&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;libname mylib clear;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;libname lib&amp;amp;&lt;/FONT&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;i.&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; clear;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#008000" face="Courier New" size="3"&gt;/*********************************************/&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;endrsubmit;&lt;/P&gt;&lt;P&gt;/*End of the session*/&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;%end&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;waitfor _all_; &lt;/FONT&gt;&lt;FONT color="#008000" face="Courier New" size="3"&gt;/* Wait for both RSUBMITs to complete. */&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;SIGNOFF _all_; &lt;/FONT&gt;&lt;FONT color="#008000" face="Courier New" size="3"&gt;/*End both SAS sessions. */&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;%mend&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; test2;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;%&lt;STRONG&gt;&lt;I&gt;test2&lt;/I&gt;&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;libname&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;_all_&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;clear&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;%let&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; en_tm=&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;%SYSFUNC&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;(time(),time.) ; &lt;/FONT&gt;&lt;FONT color="#008000" face="Courier New" size="3"&gt;/* Set the complete time. */&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;data&lt;/STRONG&gt;&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;_null_&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;; &lt;/FONT&gt;&lt;FONT color="#008000" face="Courier New" size="3"&gt;/* Calculate the delay. */&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;st_tm=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;"&amp;amp;st_tm"t&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;en_tm=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;"&amp;amp;en_tm"t&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;int=intck(&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;'seconds'&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;,st_tm,en_tm);&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;put&lt;/FONT&gt; &lt;FONT color="#800080" face="Courier New" size="3"&gt;"Interval is "&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; int &lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;"seconds."&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Nov 2018 20:36:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/how-to-execute-a-4-programs-project-without-having-to-disconnect/m-p/511824#M15886</guid>
      <dc:creator>alepage</dc:creator>
      <dc:date>2018-11-09T20:36:18Z</dc:date>
    </item>
    <item>
      <title>Re: how to execute a 4 programs project without having to disconnect and reconnect.</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/how-to-execute-a-4-programs-project-without-having-to-disconnect/m-p/511854#M15888</link>
      <description>&lt;P&gt;Remove your macro logic and retest.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As a general rule I strongly advise against doing remote submits inside a macro. This is because your remote sessions know nothing about being run inside a macro and it can easily result in unexpected program behaviour.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you want to repeat your code then using alternative methods like CALL EXECUTE is better.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;One obvious problem with your program is the MYLIB macro variable is not being passed to the remote session.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Nov 2018 22:18:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/how-to-execute-a-4-programs-project-without-having-to-disconnect/m-p/511854#M15888</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2018-11-09T22:18:12Z</dc:date>
    </item>
    <item>
      <title>Re: how to execute a 4 programs project without having to disconnect and reconnect.</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/how-to-execute-a-4-programs-project-without-having-to-disconnect/m-p/512293#M15919</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have retrieved the macro logic but it did not solve the problem.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regarding the option to use call execute to replace the do loop, I understand what you mean but I don't know how to replace the do loop by the call execute.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you, please,&amp;nbsp;provide me an example how to do it&lt;/P&gt;</description>
      <pubDate>Mon, 12 Nov 2018 18:31:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/how-to-execute-a-4-programs-project-without-having-to-disconnect/m-p/512293#M15919</guid>
      <dc:creator>alepage</dc:creator>
      <dc:date>2018-11-12T18:31:46Z</dc:date>
    </item>
  </channel>
</rss>

