<?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: SAS working on Linux in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/SAS-working-on-Linux/m-p/376567#M90403</link>
    <description>&lt;P&gt;Your question is too broad. Yes you can do what you want is all we can tell you without further details. Mock up a test of what you need to do, which you should be doing anyways so you can test your process and post that information.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/154388"&gt;@PratapDeo&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;ok....but few fields in the 2nd job has to be changed based on the few conditions in the 1st job and the input file read..so how this change of certain fields in the 2nd job will be reflected dynamically&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 17 Jul 2017 14:16:40 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2017-07-17T14:16:40Z</dc:date>
    <item>
      <title>SAS working on Linux</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-working-on-Linux/m-p/376548#M90395</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I am stuck with a reqiuirment where I have to create one sas code from another sas code dynamically during run time in linux&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need help urgently.&lt;/P&gt;&lt;P&gt;Many Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jul 2017 13:50:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-working-on-Linux/m-p/376548#M90395</guid>
      <dc:creator>PratapDeo</dc:creator>
      <dc:date>2017-07-17T13:50:16Z</dc:date>
    </item>
    <item>
      <title>Re: SAS working on Linux</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-working-on-Linux/m-p/376551#M90396</link>
      <description>&lt;P&gt;So what do you need help with?&lt;/P&gt;
&lt;P&gt;That's an incredibly broad topic but you can definitely:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;create one sas code from another sas code dynamically during run time in linux&amp;nbsp;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jul 2017 13:53:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-working-on-Linux/m-p/376551#M90396</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-07-17T13:53:11Z</dc:date>
    </item>
    <item>
      <title>Re: SAS working on Linux</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-working-on-Linux/m-p/376554#M90397</link>
      <description>&lt;P&gt;thanks Reeza,&lt;/P&gt;&lt;P&gt;actually,&amp;nbsp;when we read one file in sas code A and based on few conditions code A will create code B. so How the code from A will go to code B. As in the case of sas-mainframe where we dynamically create job from another job;there in the first job we give the code og 2nd job under "PUT AAAAA; " statement and once job1 is submitted it will create job2 with the code AAAA;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jul 2017 14:00:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-working-on-Linux/m-p/376554#M90397</guid>
      <dc:creator>PratapDeo</dc:creator>
      <dc:date>2017-07-17T14:00:20Z</dc:date>
    </item>
    <item>
      <title>Re: SAS working on Linux</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-working-on-Linux/m-p/376555#M90398</link>
      <description>&lt;P&gt;You can dynamically create the code, place it in a text file in the work library and then use %include to call the program.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jul 2017 14:05:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-working-on-Linux/m-p/376555#M90398</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-07-17T14:05:31Z</dc:date>
    </item>
    <item>
      <title>Re: SAS working on Linux</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-working-on-Linux/m-p/376560#M90400</link>
      <description>&lt;P&gt;ok....but few fields in the 2nd job has to be changed based on the few conditions in the 1st job and the input file read..so how this change of certain fields in the 2nd job will be reflected dynamically&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jul 2017 14:09:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-working-on-Linux/m-p/376560#M90400</guid>
      <dc:creator>PratapDeo</dc:creator>
      <dc:date>2017-07-17T14:09:45Z</dc:date>
    </item>
    <item>
      <title>Re: SAS working on Linux</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-working-on-Linux/m-p/376565#M90402</link>
      <description>It would REALLY help if you gave an example.  There are lots of possibilities for dynamic code generation in SAS (the %include method Reeza mentioned, macro language, CALL EXECUTE, etc).  If you can give an example of the code you have, and the code you want to generate, that would help.  Would also help to explain the problem you are trying to solve.  Code generation is a useful technique, but depending on the problem being solved, may not be necessary.</description>
      <pubDate>Mon, 17 Jul 2017 14:13:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-working-on-Linux/m-p/376565#M90402</guid>
      <dc:creator>Quentin</dc:creator>
      <dc:date>2017-07-17T14:13:29Z</dc:date>
    </item>
    <item>
      <title>Re: SAS working on Linux</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-working-on-Linux/m-p/376567#M90403</link>
      <description>&lt;P&gt;Your question is too broad. Yes you can do what you want is all we can tell you without further details. Mock up a test of what you need to do, which you should be doing anyways so you can test your process and post that information.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/154388"&gt;@PratapDeo&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;ok....but few fields in the 2nd job has to be changed based on the few conditions in the 1st job and the input file read..so how this change of certain fields in the 2nd job will be reflected dynamically&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jul 2017 14:16:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-working-on-Linux/m-p/376567#M90403</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-07-17T14:16:40Z</dc:date>
    </item>
    <item>
      <title>Re: SAS working on Linux</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-working-on-Linux/m-p/376590#M90407</link>
      <description>&lt;P&gt;ok..will try to elaborate my prob. I have one code A, from whcih I have to generate a code B. In code A, there is one field called Vendor_code. This code is reading one input file which has say 3 vendor codes. so based on few conditions code A will generate code B at the same time it will populate the value of vendor_code in the generated code i.e. code B. e.g. if there are 3 vendor codes then 3 set of codes will be generated from the 2st code A with the different values of vendor_code in code B&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jul 2017 14:59:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-working-on-Linux/m-p/376590#M90407</guid>
      <dc:creator>PratapDeo</dc:creator>
      <dc:date>2017-07-17T14:59:21Z</dc:date>
    </item>
    <item>
      <title>Re: SAS working on Linux</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-working-on-Linux/m-p/376595#M90409</link>
      <description>&lt;P&gt;Write a macro. Use call execute to call the macro that has the vendor codes.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/154388"&gt;@PratapDeo&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;ok..will try to elaborate my prob. I have one code A, from whcih I have to generate a code B. In code A, there is one field called Vendor_code. This code is reading one input file which has say 3 vendor codes. so based on few conditions code A will generate code B at the same time it will populate the value of vendor_code in the generated code i.e. code B. e.g. if there are 3 vendor codes then 3 set of codes will be generated from the 2st code A with the different values of vendor_code in code B&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jul 2017 15:04:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-working-on-Linux/m-p/376595#M90409</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-07-17T15:04:16Z</dc:date>
    </item>
    <item>
      <title>Re: SAS working on Linux</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-working-on-Linux/m-p/376608#M90413</link>
      <description>Many thanks Reeza, will try your sugesstions.</description>
      <pubDate>Mon, 17 Jul 2017 15:22:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-working-on-Linux/m-p/376608#M90413</guid>
      <dc:creator>PratapDeo</dc:creator>
      <dc:date>2017-07-17T15:22:57Z</dc:date>
    </item>
    <item>
      <title>Re: SAS working on Linux</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-working-on-Linux/m-p/381951#M91433</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Could you please help me to get the syntax/format to submit another job from first job.&lt;/P&gt;&lt;P&gt;Like in SAS program we use SUB 'file-name' ;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jul 2017 16:26:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-working-on-Linux/m-p/381951#M91433</guid>
      <dc:creator>PratapDeo</dc:creator>
      <dc:date>2017-07-27T16:26:27Z</dc:date>
    </item>
    <item>
      <title>Re: SAS working on Linux</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-working-on-Linux/m-p/381979#M91434</link>
      <description>&lt;P&gt;%INCLUDE&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jul 2017 16:28:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-working-on-Linux/m-p/381979#M91434</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-07-27T16:28:48Z</dc:date>
    </item>
    <item>
      <title>Re: SAS working on Linux</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-working-on-Linux/m-p/384558#M91845</link>
      <description>While using %INCLUDE file-name to run another program from the first program, I am getting the error message " File is in use" . Do I need to close the file.</description>
      <pubDate>Tue, 01 Aug 2017 10:55:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-working-on-Linux/m-p/384558#M91845</guid>
      <dc:creator>PratapDeo</dc:creator>
      <dc:date>2017-08-01T10:55:01Z</dc:date>
    </item>
  </channel>
</rss>

