<?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: Migration from Mainframe SAS to Linux in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/Migration-from-Mainframe-SAS-to-Linux/m-p/263808#M4773</link>
    <description>&lt;P&gt;We have no documents any more. You see, this was done here sometime before 2000, with SAS 6.9 on the MF and 6.11 on Reliant UNIX, with a subsequent migration to 6.12 on AIX.&lt;/P&gt;
&lt;P&gt;What I told you comes from the back of my head and some consulting of wikipedia (regarding peculiarities of the EBCDIC character set).&lt;/P&gt;</description>
    <pubDate>Thu, 14 Apr 2016 10:01:49 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2016-04-14T10:01:49Z</dc:date>
    <item>
      <title>Migration from Mainframe SAS to Linux</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Migration-from-Mainframe-SAS-to-Linux/m-p/263775#M4767</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Trying to do some research on migration from Mainframe to Linux. Can you please help to get some materials on the tips and tricks, best practices on this migration&lt;/P&gt;</description>
      <pubDate>Thu, 14 Apr 2016 06:47:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Migration-from-Mainframe-SAS-to-Linux/m-p/263775#M4767</guid>
      <dc:creator>HashimBasheer</dc:creator>
      <dc:date>2016-04-14T06:47:09Z</dc:date>
    </item>
    <item>
      <title>Re: Migration from Mainframe SAS to Linux</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Migration-from-Mainframe-SAS-to-Linux/m-p/263777#M4768</link>
      <description>&lt;P&gt;When we did this kind of migration (z/OS to AIX), the biggest hurdle was the organisation of files/libraries.&lt;/P&gt;
&lt;P&gt;On the mainframe, the historical way was to have one library per dataset, because of the way the datacenter people wanted to handle their DSNs in the JCLs.&lt;/P&gt;
&lt;P&gt;When we migrated, we set up the first qualifier of the mainframe partitioned datasets as a library definition (and directory) in UNIX, and put multiple datasets into those libraries&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ie&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;XYXY.SAS.DATA1512&lt;/FONT&gt; (z/OS partitioned dataset containing SAS dataset &lt;FONT face="courier new,courier"&gt;DATA1512&lt;/FONT&gt;)&lt;/P&gt;
&lt;P&gt;migrated to&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;/corporatedata/xyxy/data1512.sas7bdat&lt;/FONT&gt;, with library &lt;FONT face="courier new,courier"&gt;XYXY&lt;/FONT&gt; assigned globally (autoexec_usermods) to &lt;FONT face="courier new,courier"&gt;/corporatedata/xyxy&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So the end users had to rewrite their dataset names in set statements, but could completely omit all the necessary libname definitions they had to do earlier.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Since the first qualifier of the z/OS dataset names was also used for access rights, this logical construct could then be applied on the UNIX directories (&lt;FONT face="courier new,courier"&gt;/corporatedata/xyxy&lt;/FONT&gt; and all datasets therein belong to group &lt;FONT face="courier new,courier"&gt;xyxy&lt;/FONT&gt;)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Codes could mostly be taken over without changes apart from those relating to dataset names.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Be aware that in EBCDIC lower case letters come before uppercase (ASCII is exactly the opposite) and that the sequence of characters is also different ('Z' and 'A' are 25 characters apart in ASCII, but 40 in EBCDIC). So everything that relies on the ordering of characters in the encoding needs to be revised.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Next question is how you import data from production data sources into SAS. If you used plain text, the file transfer from z/OS to UNIX can take care of that. If you have packed decimal data, you need to transfer in binary mode and use S370 and EBCDIC informats.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Apr 2016 07:08:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Migration-from-Mainframe-SAS-to-Linux/m-p/263777#M4768</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2016-04-14T07:08:12Z</dc:date>
    </item>
    <item>
      <title>Re: Migration from Mainframe SAS to Linux</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Migration-from-Mainframe-SAS-to-Linux/m-p/263801#M4772</link>
      <description>&lt;P&gt;Thanks Kurt. Yes this helps. Do you have any documents which I can use as reference?&lt;/P&gt;</description>
      <pubDate>Thu, 14 Apr 2016 09:24:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Migration-from-Mainframe-SAS-to-Linux/m-p/263801#M4772</guid>
      <dc:creator>HashimBasheer</dc:creator>
      <dc:date>2016-04-14T09:24:46Z</dc:date>
    </item>
    <item>
      <title>Re: Migration from Mainframe SAS to Linux</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Migration-from-Mainframe-SAS-to-Linux/m-p/263808#M4773</link>
      <description>&lt;P&gt;We have no documents any more. You see, this was done here sometime before 2000, with SAS 6.9 on the MF and 6.11 on Reliant UNIX, with a subsequent migration to 6.12 on AIX.&lt;/P&gt;
&lt;P&gt;What I told you comes from the back of my head and some consulting of wikipedia (regarding peculiarities of the EBCDIC character set).&lt;/P&gt;</description>
      <pubDate>Thu, 14 Apr 2016 10:01:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Migration-from-Mainframe-SAS-to-Linux/m-p/263808#M4773</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2016-04-14T10:01:49Z</dc:date>
    </item>
  </channel>
</rss>

