<?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: Can anyone help me on how to copy the SAS EG 8.2 process flow code into Mainframe_SAS? in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Can-anyone-help-me-on-how-to-copy-the-SAS-EG-8-2-process-flow/m-p/637797#M35815</link>
    <description>&lt;P&gt;You export all code to a .sas file, upload that to the mainframe, and run it as a batch via JCL.&lt;/P&gt;</description>
    <pubDate>Mon, 06 Apr 2020 07:12:46 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2020-04-06T07:12:46Z</dc:date>
    <item>
      <title>Can anyone help me on how to copy the SAS EG 8.2 process flow code into Mainframe_SAS?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Can-anyone-help-me-on-how-to-copy-the-SAS-EG-8-2-process-flow/m-p/637775#M35809</link>
      <description>&lt;P&gt;Can I export the SAS EG 8.2 process flow code into my Mainframe SAS? If so what is the process to so the same?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help to solve this is appriciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Thalla&lt;/P&gt;</description>
      <pubDate>Mon, 06 Apr 2020 02:36:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Can-anyone-help-me-on-how-to-copy-the-SAS-EG-8-2-process-flow/m-p/637775#M35809</guid>
      <dc:creator>THALLA_REDDY</dc:creator>
      <dc:date>2020-04-06T02:36:05Z</dc:date>
    </item>
    <item>
      <title>Re: Can anyone help me on how to copy the SAS EG 8.2 process flow code into Mainframe_SAS?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Can-anyone-help-me-on-how-to-copy-the-SAS-EG-8-2-process-flow/m-p/637778#M35810</link>
      <description>&lt;P&gt;A process flow only relates to SAS EG, which is a PC-only product, so that specifically can't be done.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However, if your objective is to be able to run the SAS code in the process flow on the mainframe, under the "File" menu entry there's an option to export all of the SAS code in the process flow. It will need some tinkering, but it should be fairly reusable.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Tom&lt;/P&gt;</description>
      <pubDate>Mon, 06 Apr 2020 02:40:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Can-anyone-help-me-on-how-to-copy-the-SAS-EG-8-2-process-flow/m-p/637778#M35810</guid>
      <dc:creator>TomKari</dc:creator>
      <dc:date>2020-04-06T02:40:34Z</dc:date>
    </item>
    <item>
      <title>Re: Can anyone help me on how to copy the SAS EG 8.2 process flow code into Mainframe_SAS?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Can-anyone-help-me-on-how-to-copy-the-SAS-EG-8-2-process-flow/m-p/637780#M35811</link>
      <description>Hi Tom,&lt;BR /&gt;Thanks for your reply, Yeah I tried with the export option but I am getting the issue with length of the code, Since mainframe is can accommodate a length of 80, But here I am getting around 130. Due to this there is a truncation is happening. Any option available to give the length of 80 while exporting the code?</description>
      <pubDate>Mon, 06 Apr 2020 02:44:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Can-anyone-help-me-on-how-to-copy-the-SAS-EG-8-2-process-flow/m-p/637780#M35811</guid>
      <dc:creator>THALLA_REDDY</dc:creator>
      <dc:date>2020-04-06T02:44:32Z</dc:date>
    </item>
    <item>
      <title>Re: Can anyone help me on how to copy the SAS EG 8.2 process flow code into Mainframe_SAS?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Can-anyone-help-me-on-how-to-copy-the-SAS-EG-8-2-process-flow/m-p/637781#M35812</link>
      <description>&lt;P&gt;Mainframe can handle lines longer than 80 for code.&amp;nbsp; You just cannot put it as in-line with your JCL like it was a stack of IBM punch cards.&amp;nbsp; Save the code into a file and point the SYSIN ddname to the file with the code.&lt;/P&gt;</description>
      <pubDate>Mon, 06 Apr 2020 02:50:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Can-anyone-help-me-on-how-to-copy-the-SAS-EG-8-2-process-flow/m-p/637781#M35812</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2020-04-06T02:50:15Z</dc:date>
    </item>
    <item>
      <title>Re: Can anyone help me on how to copy the SAS EG 8.2 process flow code into Mainframe_SAS?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Can-anyone-help-me-on-how-to-copy-the-SAS-EG-8-2-process-flow/m-p/637782#M35813</link>
      <description>&lt;P&gt;Based on the discussion &lt;A href="https://communities.sas.com/t5/SAS-Enterprise-Guide/Setting-Line-Length-in-SAS-EG/td-p/493177" target="_self"&gt;here&lt;/A&gt; I'd say no - but you certainly could use auto-formatting together with setting indention to two blank spaces only to avoid too many long lines of code.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Once you've got your code in a text file you could&amp;nbsp; process it and split up all lines longer than 72 characters - i.e. using Notepad++ with a RegEx search/replace.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Apr 2020 02:57:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Can-anyone-help-me-on-how-to-copy-the-SAS-EG-8-2-process-flow/m-p/637782#M35813</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2020-04-06T02:57:33Z</dc:date>
    </item>
    <item>
      <title>Re: Can anyone help me on how to copy the SAS EG 8.2 process flow code into Mainframe_SAS?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Can-anyone-help-me-on-how-to-copy-the-SAS-EG-8-2-process-flow/m-p/637797#M35815</link>
      <description>&lt;P&gt;You export all code to a .sas file, upload that to the mainframe, and run it as a batch via JCL.&lt;/P&gt;</description>
      <pubDate>Mon, 06 Apr 2020 07:12:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Can-anyone-help-me-on-how-to-copy-the-SAS-EG-8-2-process-flow/m-p/637797#M35815</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2020-04-06T07:12:46Z</dc:date>
    </item>
  </channel>
</rss>

