<?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 Migration of old local sas server job to grid in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Migration-of-old-local-sas-server-job-to-grid/m-p/355621#M274055</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to migrate old sas jobs which are running on local unix server where SAS 9.3 is installed. Now i want to run those jobs in grid server. I have just added the code which I got on sas site named grid test&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;/* The grdsvc_enable call will go out to the SAS Metadata Server and&amp;nbsp;&amp;nbsp; */&lt;BR /&gt;/* find the SAS Grid Server definition. A return code of 0 means that&amp;nbsp; */&lt;BR /&gt;/* all signons will use the grid. A non-0 return code means that there */&lt;BR /&gt;/* is a problem that should be investigated.&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; */&lt;/P&gt;&lt;P&gt;/* This program assumes a SAS application server of SASMain.&amp;nbsp; If you&amp;nbsp;&amp;nbsp; */&lt;BR /&gt;/* are using SASApp or some other SAS application server, you must&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; */&lt;BR /&gt;/* modify the enable and nodes function calls to specify your SAS&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; */&lt;BR /&gt;/* application server.&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;&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; */&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am not able to provide full code&amp;nbsp;I am putting the link for this. What all I need to change in my previous program if I want to have it run on grid. Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://support.sas.com/rnd/scalability/grid/gridtest.pdf" target="_blank"&gt;https://support.sas.com/rnd/scalability/grid/gridtest.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please help me with this . Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Suraj&lt;/P&gt;</description>
    <pubDate>Wed, 03 May 2017 14:25:29 GMT</pubDate>
    <dc:creator>suraj</dc:creator>
    <dc:date>2017-05-03T14:25:29Z</dc:date>
    <item>
      <title>Migration of old local sas server job to grid</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Migration-of-old-local-sas-server-job-to-grid/m-p/355621#M274055</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to migrate old sas jobs which are running on local unix server where SAS 9.3 is installed. Now i want to run those jobs in grid server. I have just added the code which I got on sas site named grid test&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;/* The grdsvc_enable call will go out to the SAS Metadata Server and&amp;nbsp;&amp;nbsp; */&lt;BR /&gt;/* find the SAS Grid Server definition. A return code of 0 means that&amp;nbsp; */&lt;BR /&gt;/* all signons will use the grid. A non-0 return code means that there */&lt;BR /&gt;/* is a problem that should be investigated.&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; */&lt;/P&gt;&lt;P&gt;/* This program assumes a SAS application server of SASMain.&amp;nbsp; If you&amp;nbsp;&amp;nbsp; */&lt;BR /&gt;/* are using SASApp or some other SAS application server, you must&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; */&lt;BR /&gt;/* modify the enable and nodes function calls to specify your SAS&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; */&lt;BR /&gt;/* application server.&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;&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; */&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am not able to provide full code&amp;nbsp;I am putting the link for this. What all I need to change in my previous program if I want to have it run on grid. Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://support.sas.com/rnd/scalability/grid/gridtest.pdf" target="_blank"&gt;https://support.sas.com/rnd/scalability/grid/gridtest.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please help me with this . Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Suraj&lt;/P&gt;</description>
      <pubDate>Wed, 03 May 2017 14:25:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Migration-of-old-local-sas-server-job-to-grid/m-p/355621#M274055</guid>
      <dc:creator>suraj</dc:creator>
      <dc:date>2017-05-03T14:25:29Z</dc:date>
    </item>
    <item>
      <title>Re: Migration of old local sas server job to grid</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Migration-of-old-local-sas-server-job-to-grid/m-p/358168#M274056</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/135364"&gt;@suraj&lt;/a&gt;&lt;BR /&gt;&lt;BR /&gt;The program you have attached from SAS Support site is only to test if your grid is setup correctly or not. Not for testing the jobs.&lt;BR /&gt;For the information provided it would be highly difficult to suggest what all things would be required to migrate your SAS Job.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;If you are submitting your SAS Job via Command Line then you can use the SASGSUB Utility. Check the link -&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/gridref/67371/HTML/default/viewer.htm#n0dmh9glhm6k21n1pazpuckzt7rv.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/gridref/67371/HTML/default/viewer.htm#n0dmh9glhm6k21n1pazpuckzt7rv.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;I would best advise you to contact your Admin team to suggest on how to migrate your Job to new grid environment.&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Anand!&lt;/P&gt;</description>
      <pubDate>Fri, 12 May 2017 08:00:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Migration-of-old-local-sas-server-job-to-grid/m-p/358168#M274056</guid>
      <dc:creator>AnandVyas</dc:creator>
      <dc:date>2017-05-12T08:00:20Z</dc:date>
    </item>
    <item>
      <title>Re: Migration of old local sas server job to grid</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Migration-of-old-local-sas-server-job-to-grid/m-p/359628#M274057</link>
      <description>&lt;P&gt;Thanks Anand,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I found Rsubmit and signon options that using SAS connect we can submit programs to grid remotely.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you please help me with this. Thanks again!&lt;/P&gt;</description>
      <pubDate>Thu, 18 May 2017 12:19:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Migration-of-old-local-sas-server-job-to-grid/m-p/359628#M274057</guid>
      <dc:creator>suraj</dc:creator>
      <dc:date>2017-05-18T12:19:27Z</dc:date>
    </item>
    <item>
      <title>Re: Migration of old local sas server job to grid</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Migration-of-old-local-sas-server-job-to-grid/m-p/359648#M274058</link>
      <description>Hi &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/135364"&gt;@suraj&lt;/a&gt;&lt;BR /&gt;&lt;BR /&gt;I thought you are running SAS on UNIX.&lt;BR /&gt;&lt;BR /&gt;Any way you can use the below syntax to run SAS on remote host:&lt;BR /&gt;&lt;BR /&gt;%let remotehost=&amp;lt;Your remote SAS server&amp;gt; 7551;&lt;BR /&gt;options comamid=tcp remote=remotehost; signon remotehost user=&amp;amp;sysuserid passwd=_prompt_;&lt;BR /&gt;&lt;BR /&gt;Above script creates connection to remote SAS using SAS/CONNECT.&lt;BR /&gt;&lt;BR /&gt;rsubmit;&lt;BR /&gt;&amp;lt;SAS Code to be executed&amp;gt;&lt;BR /&gt;endrsubmit;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Anand!</description>
      <pubDate>Thu, 18 May 2017 13:49:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Migration-of-old-local-sas-server-job-to-grid/m-p/359648#M274058</guid>
      <dc:creator>AnandVyas</dc:creator>
      <dc:date>2017-05-18T13:49:10Z</dc:date>
    </item>
  </channel>
</rss>

