<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Mainframe is Back &#187; zOS</title>
	<atom:link href="http://www.ibmmainframe.cn/tag/zos/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ibmmainframe.cn</link>
	<description>Everything about Mainframe: 中文大型机资讯网</description>
	<lastBuildDate>Sun, 25 Sep 2011 16:32:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>[Hercules z/OS 1.11 customize step by step] &#8211; S4 PROCLIB</title>
		<link>http://www.ibmmainframe.cn/2011/08/hercules-zos-1-11-customize-step-by-step-s4-proclib/</link>
		<comments>http://www.ibmmainframe.cn/2011/08/hercules-zos-1-11-customize-step-by-step-s4-proclib/#comments</comments>
		<pubDate>Sat, 20 Aug 2011 07:58:26 +0000</pubDate>
		<dc:creator>MIB Admin</dc:creator>
				<category><![CDATA[系统维护||System Programming]]></category>
		<category><![CDATA[Hercules]]></category>
		<category><![CDATA[zOS]]></category>

		<guid isPermaLink="false">http://www.ibmmainframe.cn/2011/08/hercules-zos-1-11-customize-step-by-step-s4-proclib/</guid>
		<description><![CDATA[[Hercules z/OS 1.11 customize step by step] &#8211; S0 Preview [Hercules z/OS 1.11 customize step by step] – S1 First IPL [Hercules z/OS 1.11 customize step by step] – S2 Prepare to customize [Hercules z/OS 1.11 customize step by step] – S3 IPLPARM 折腾了许多次，可能你的CONSOLE早已出现了这个MSG提示LOGREC已经满了，当然作为测试系统你可以手起刀落输入K E,1命令来清除这条信息，但每次IPL它还是会出现的， 那么请你登录TSO，创建一个ALIAS叫做SAVE，然后模仿SYS1.LOGREC创建一个DS叫做SAVE.LOGREC，以后我们所有的系统BKP都以SAVE为HLQ。 来到我们的PROCLIB创建下面这个PROC用来把LOGREC导出并清空，以后只要在CONSOLE提交S LOGREC即可。 下面让我们开始今天的course，对PROCLIB里面的其他member进行客户化。 上一讲我们已经对其中两个家伙JES2和VTAM11略作修改，下面打开SYS1.MIB.ZA1.PROCLIB(TSO)，这就是我们最常登录的TSO的STC，简单的很，只有一个控制参数TSOKEYnn，我们把它重新指向到SYS1.MIB.ZA1.PARMLIB(TSOKEY11)： COPY过来我们发现里面竟然是空的，IBM的家伙们还真是懒，我们也无需多做修改，加入一行如下statement，猜到了吧，从今以后最多只能有110个TSO USER同时LOGON。 再下面让我们来修改一下登录的主页面，对于一个SP来讲，直接进入PDF panel是不可以接受的，一定要有一个非常强大丰富的master menu才符合我们的身份。<a href="http://www.ibmmainframe.cn/2011/08/hercules-zos-1-11-customize-step-by-step-s4-proclib/">&#160;&#160;[ Read More ]</a>]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><h4><a href="http://www.ibmmainframe.cn/2011/07/hercules-zos-1-11-customize-step-by-step-s0-preview/" target="_blank">[Hercules z/OS 1.11 customize step by step] &#8211; S0 Preview</a></h4>
<h4><a href="http://www.ibmmainframe.cn/2011/07/hercules-zos-1-11-customize-step-by-step-s1-first-ipl/" target="_blank">[Hercules z/OS 1.11 customize step by step] – S1 First IPL</a></h4>
<h4><a href="http://www.ibmmainframe.cn/2011/07/hercules-zos-1-11-customize-step-by-step-s2-prepare-to-customize/" target="_blank">[Hercules z/OS 1.11 customize step by step] – S2 Prepare to customize</a></h4>
<h4><a href="http://www.ibmmainframe.cn/2011/08/hercules-zos-1-11-customize-step-by-step-s3-iplparm/">[Hercules z/OS 1.11 customize step by step] – S3 IPLPARM</a></h4>
<p>折腾了许多次，可能你的CONSOLE早已出现了这个MSG提示LOGREC已经满了，当然作为测试系统你可以手起刀落输入K E,1命令来清除这条信息，但每次IPL它还是会出现的，</p>
<p><a href="http://www.ibmmainframe.cn/wp-content/uploads/2011/08/ScreenClip381.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="ScreenClip(38)" border="0" alt="ScreenClip(38)" src="http://www.ibmmainframe.cn/wp-content/uploads/2011/08/ScreenClip38_thumb1.png" width="644" height="216" /></a></p>
<p>那么请你登录TSO，创建一个ALIAS叫做SAVE，然后模仿SYS1.LOGREC创建一个DS叫做SAVE.LOGREC，以后我们所有的系统BKP都以SAVE为HLQ。</p>
<p>来到我们的PROCLIB创建下面这个PROC用来把LOGREC导出并清空，以后只要在CONSOLE提交S LOGREC即可。</p>
<p><a href="http://www.ibmmainframe.cn/wp-content/uploads/2011/08/ScreenClip421.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="ScreenClip(42)" border="0" alt="ScreenClip(42)" src="http://www.ibmmainframe.cn/wp-content/uploads/2011/08/ScreenClip42_thumb1.png" width="644" height="262" /></a></p>
<p>下面让我们开始今天的course，对PROCLIB里面的其他member进行客户化。</p>
<p>上一讲我们已经对其中两个家伙JES2和VTAM11略作修改，下面打开SYS1.MIB.ZA1.PROCLIB(TSO)，这就是我们最常登录的TSO的STC，简单的很，只有一个控制参数TSOKEYnn，我们把它重新指向到SYS1.MIB.ZA1.PARMLIB(TSOKEY11)：</p>
<p><a href="http://www.ibmmainframe.cn/wp-content/uploads/2011/08/ScreenClip391.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="ScreenClip(39)" border="0" alt="ScreenClip(39)" src="http://www.ibmmainframe.cn/wp-content/uploads/2011/08/ScreenClip39_thumb1.png" width="644" height="155" /></a></p>
<p>COPY过来我们发现里面竟然是空的，IBM的家伙们还真是懒，我们也无需多做修改，加入一行如下statement，猜到了吧，从今以后最多只能有110个TSO USER同时LOGON。</p>
<p><a href="http://www.ibmmainframe.cn/wp-content/uploads/2011/08/ScreenClip401.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="ScreenClip(40)" border="0" alt="ScreenClip(40)" src="http://www.ibmmainframe.cn/wp-content/uploads/2011/08/ScreenClip40_thumb1.png" width="644" height="288" /></a></p>
<p>再下面让我们来修改一下登录的主页面，对于一个SP来讲，直接进入PDF panel是不可以接受的，一定要有一个非常强大丰富的master menu才符合我们的身份。</p>
<p><a href="http://www.ibmmainframe.cn/wp-content/uploads/2011/08/ScreenClip411.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="ScreenClip(41)" border="0" alt="ScreenClip(41)" src="http://www.ibmmainframe.cn/wp-content/uploads/2011/08/ScreenClip41_thumb1.png" width="644" height="388" /></a></p>
<p>要拥有上面这样的主页面，首先需要一个全新的LOGON PROC，之前我们用的是SYS1.MIB.ZA1.PROCLIB(ISPFPROC)，里面hard code了各种ISP*LIB，实际上是没有人这么用LOGON RPOC的，你只需要CODE少量的DD像下面这样即可，关键是把SYS1.MIB.ZA1.CLIST指定到SYSPROC，PARM=’ISPFMIB’这个member就存放在CLIST里面。</p>
<p><a href="http://www.ibmmainframe.cn/wp-content/uploads/2011/08/ScreenClip431.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="ScreenClip(43)" border="0" alt="ScreenClip(43)" src="http://www.ibmmainframe.cn/wp-content/uploads/2011/08/ScreenClip43_thumb1.png" width="644" height="369" /></a></p>
<p>在这个CLIST里面我们分别指定了所有的SYSPROC，SYSEXEC，ISP*LIB，今后如果你有一些自己写的REXX，放到SYSEXEC下面串联即可直接调用。</p>
<p><a href="http://www.ibmmainframe.cn/wp-content/uploads/2011/08/ScreenClip441.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="ScreenClip(44)" border="0" alt="ScreenClip(44)" src="http://www.ibmmainframe.cn/wp-content/uploads/2011/08/ScreenClip44_thumb1.png" width="644" height="397" /></a></p>
<p>在上面的CLIST里面我们指定登录的主界面ISPFMIB，一些CA的非常好的产品也包括了进来，你可以把他们拿掉，有机会我会展示他们安装的过程。</p>
<p><a href="http://www.ibmmainframe.cn/wp-content/uploads/2011/08/ScreenClip451.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="ScreenClip(45)" border="0" alt="ScreenClip(45)" src="http://www.ibmmainframe.cn/wp-content/uploads/2011/08/ScreenClip45_thumb1.png" width="644" height="350" /></a></p>
<p>在你LOGOFF使用新的menu之前，你需要执行下面的RACF命令来确保你可以使用新的LOGON PROC</p>
<p><a href="http://www.ibmmainframe.cn/wp-content/uploads/2011/08/ScreenClip461.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="ScreenClip(46)" border="0" alt="ScreenClip(46)" src="http://www.ibmmainframe.cn/wp-content/uploads/2011/08/ScreenClip46_thumb1.png" width="644" height="184" /></a></p>
<p>最后让我们创建一个SHUTDOWN系统用的PROC，同时COPY一份到SYS1.MIB.ZA1.PARMLIB(SHUT)即可。</p>
<p><a href="http://www.ibmmainframe.cn/wp-content/uploads/2011/08/ScreenClip471.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="ScreenClip(47)" border="0" alt="ScreenClip(47)" src="http://www.ibmmainframe.cn/wp-content/uploads/2011/08/ScreenClip47_thumb1.png" width="644" height="189" /></a></p>
<p>试一下用S SHUT来关闭系统吧。</p>
<div class="shr-publisher-973"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic --><h2  class="related_post_title">相关文章</h2><ul class="related_post"><li><a href="http://www.ibmmainframe.cn/2010/09/hercules-zos-1-9-setup-on-windows764bit/" title="Hercules z/OS 1.9 Setup on Windows7(64bit)">Hercules z/OS 1.9 Setup on Windows7(64bit)</a></li><li><a href="http://www.ibmmainframe.cn/2011/09/hercules-zos-1-11-customize-step-by-step-s9-wlm/" title="[Hercules z/OS 1.11 customize step by step] &ndash; S9 WLM">[Hercules z/OS 1.11 customize step by step] &ndash; S9 WLM</a></li><li><a href="http://www.ibmmainframe.cn/2011/09/hercules-zos-1-11-customize-step-by-step-s8-tcpip/" title="[Hercules z/OS 1.11 customize step by step] &ndash; S8 TCPIP">[Hercules z/OS 1.11 customize step by step] &ndash; S8 TCPIP</a></li><li><a href="http://www.ibmmainframe.cn/2011/09/hercules-zos-1-11-customize-step-by-step-s7-vtam/" title="[Hercules z/OS 1.11 customize step by step] &ndash; S7 VTAM">[Hercules z/OS 1.11 customize step by step] &ndash; S7 VTAM</a></li><li><a href="http://www.ibmmainframe.cn/2011/09/hercules-zos-1-11-customize-step-by-step-s6-jes2/" title="[Hercules z/OS 1.11 customize step by step] &ndash; S6 JES2">[Hercules z/OS 1.11 customize step by step] &ndash; S6 JES2</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.ibmmainframe.cn/2011/08/hercules-zos-1-11-customize-step-by-step-s4-proclib/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to allocate Stand Alone DUMP on multiple volumes?</title>
		<link>http://www.ibmmainframe.cn/2011/01/how-to-allocate-stand-alone-dump-on-multiple-volumes/</link>
		<comments>http://www.ibmmainframe.cn/2011/01/how-to-allocate-stand-alone-dump-on-multiple-volumes/#comments</comments>
		<pubDate>Wed, 12 Jan 2011 12:39:47 +0000</pubDate>
		<dc:creator>MIB Admin</dc:creator>
				<category><![CDATA[z/OS Common Maintenance]]></category>
		<category><![CDATA[DUMP]]></category>
		<category><![CDATA[zOS]]></category>

		<guid isPermaLink="false">http://www.ibmmainframe.cn/2011/01/how-to-allocate-stand-alone-dump-on-multiple-volumes/</guid>
		<description><![CDATA[当你z/OS系统崩溃或进入LOOP需要IPL的时候，你需要在SHUTDOWN系统之后采集一个Stand Alone DUMP(以下简称SAD），这个DUMP会记录在此刻系统所有内存的使用情况，囊括了最全的分析用数据，所以SIZE会比一般的SVC DUMP大很多，我们通常建议把这个SAD DS分配在多个卷上，下面就讲一下分配SAD DS的过程。 格式化几个DASD，卷名分别为SADM01，SADM02等等，把他们在OS上ONLINE &#160;执行SYS1.SBLSCLI0(AMDSADDD)这个REXX程序，按下图提示进行 a. 输入DEFINE来分配一个新的SAD DS b. 按图中格式输入多个卷名和要创建的SAD DS名称 c. 输入设备类型，DASD为3390 d. 输入在每个卷上分配的CYL，比如3000，那么整个SAD的大小就是3000&#215;2=6000CYLS e. IBM建议catalog，其实不catalog也可以 f. 指定BASIC或LARGE &#160;&#160; 3. 用不了几秒钟，SAD就分配好了 创建出来的SAD DS格式是固定的： Dsorg&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; PS Recfm&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; FBS Blksize&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 24960 Lrecl&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 4160 注意：在给SAD DS命名的时候，字段中必须含有字符窜‘SADMP’，无论是作为HLQ还是后面的，SYS1.SADMPCC也可以。 另外，此REXX也可以通过BATCH方式提交。 相关文章[Hercules z/OS 1.11 customize step by step] &#8211; S4 PROCLIBHercules z/OS 1.9 Setup on Windows7(64bit)GDG: Generation Data<a href="http://www.ibmmainframe.cn/2011/01/how-to-allocate-stand-alone-dump-on-multiple-volumes/">&#160;&#160;[ Read More ]</a>]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p><font size="2">当你z/OS系统崩溃或进入LOOP需要IPL的时候，你需要在SHUTDOWN系统之后采集一个Stand Alone DUMP(以下简称SAD），这个DUMP会记录在此刻系统所有内存的使用情况，囊括了最全的分析用数据，所以SIZE会比一般的SVC DUMP大很多，我们通常建议把这个SAD DS分配在多个卷上，下面就讲一下分配SAD DS的过程。</font></p>
<ol>
<li><font size="2">格式化几个DASD，卷名分别为SADM01，SADM02等等，把他们在OS上ONLINE</font></li>
<li><font size="2">&#160;</font><font size="2">执行SYS1.SBLSCLI0(AMDSADDD)这个REXX程序，按下图提示进行</font></li>
</ol>
<p><font size="2"><a href="http://www.ibmmainframe.cn/wp-content/uploads/2011/01/SAD1.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; margin: ; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="SAD1." border="0" alt="SAD1." src="http://www.ibmmainframe.cn/wp-content/uploads/2011/01/SAD1._thumb.png" width="504" height="285" /></a></font></p>
<p><font size="2">a. 输入DEFINE来分配一个新的SAD DS</font></p>
<p><font size="2">b. 按图中格式输入多个卷名和要创建的SAD DS名称</font></p>
<p><font size="2">c. 输入设备类型，DASD为3390</font></p>
<p><font size="2">d. 输入在每个卷上分配的CYL，比如3000，那么整个SAD的大小就是3000&#215;2=6000CYLS</font></p>
<p><font size="2">e. IBM建议catalog，其实不catalog也可以</font></p>
<p><font size="2">f. 指定BASIC或LARGE</font></p>
<p><font size="2">&#160;&#160; 3. 用不了几秒钟，SAD就分配好了</font></p>
<p><a href="http://www.ibmmainframe.cn/wp-content/uploads/2011/01/SAD2.png"><font size="2"><img style="background-image: none; border-bottom: 0px; border-left: 0px; margin: ; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="SAD2." border="0" alt="SAD2." src="http://www.ibmmainframe.cn/wp-content/uploads/2011/01/SAD2._thumb.png" width="504" height="228" /></font></a></p>
<p><font size="2">创建出来的SAD DS格式是固定的：</font></p>
<p><font size="2">Dsorg&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; PS     <br />Recfm&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; FBS      <br />Blksize&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 24960      <br />Lrecl&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 4160</font></p>
<p><font size="2">注意：在给SAD DS命名的时候，字段中必须含有字符窜‘SADMP’，无论是作为HLQ还是后面的，SYS1.SADMPCC也可以。</font></p>
<p><font size="2">另外，此REXX也可以通过BATCH方式提交。</font></p>
<div class="shr-publisher-769"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic --><h2  class="related_post_title">相关文章</h2><ul class="related_post"><li><a href="http://www.ibmmainframe.cn/2011/08/hercules-zos-1-11-customize-step-by-step-s4-proclib/" title="[Hercules z/OS 1.11 customize step by step] &ndash; S4 PROCLIB">[Hercules z/OS 1.11 customize step by step] &ndash; S4 PROCLIB</a></li><li><a href="http://www.ibmmainframe.cn/2010/09/hercules-zos-1-9-setup-on-windows764bit/" title="Hercules z/OS 1.9 Setup on Windows7(64bit)">Hercules z/OS 1.9 Setup on Windows7(64bit)</a></li><li><a href="http://www.ibmmainframe.cn/2007/01/gdg-generation-data-group/" title="GDG: Generation Data Group">GDG: Generation Data Group</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.ibmmainframe.cn/2011/01/how-to-allocate-stand-alone-dump-on-multiple-volumes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hercules z/OS 1.9 Setup on Windows7(64bit)</title>
		<link>http://www.ibmmainframe.cn/2010/09/hercules-zos-1-9-setup-on-windows764bit/</link>
		<comments>http://www.ibmmainframe.cn/2010/09/hercules-zos-1-9-setup-on-windows764bit/#comments</comments>
		<pubDate>Sun, 05 Sep 2010 06:32:42 +0000</pubDate>
		<dc:creator>MIB Admin</dc:creator>
				<category><![CDATA[MVS Init and Customization]]></category>
		<category><![CDATA[Hercules]]></category>
		<category><![CDATA[zOS]]></category>

		<guid isPermaLink="false">http://www.ibmmainframe.cn/2010/09/hercules-zos-1-9-setup-on-windows764bit/</guid>
		<description><![CDATA[怎样在自己的PC上架设大型机的z/OS（MVS）系统呢？可以借助Hercules这个仿真软件，也就是前一阵在欧洲起诉IBM大型机垄断的那个案子，也跟这个软件有关，MVS是一个非常封闭的系统，一方面IBM需要这样的仿真软件来让爱好者和专家们更方便学习或展示他们的z/OS，另一方面又担心影响到自己的正常业务，所以也就挣一只眼闭一只眼，但即使在自己的PC上架起了全套的z/OS，顶多用于培训的目的，用于其他商业目的还不太现实，下面就开始一步一步的介绍怎样在Windows7 64位上架设属于自己的z/OS系统。 环境说明 Hardware ACER 4820TG Intel i7-620M 2.66GHz 4GB DDR3 RAM 640GB HDD Software Windows7 Home Premium 64bit z/OS 1.9 Hercules 3.07 w64 Hercules Windows GUI 1.11.1 FishLib DLL 1. 去Hercules的主页下载64或32位的程序包，解压或安装到某目录C:\Hercules 并创建下面的文件夹备用 2. 下载Hercules Win GUI，解压到上面的目录 3. 下载FishLib的DLL，解压到上面的目录 4. z/OS的CCKD镜像是别人做好的，所以COPY过来直接用了 5. 配置HercGUI的CONF文件，可参考如下，把它保存为C:\Hercules\conf\Sample.conf 注意下面的DASD Devices的路径要配置你存放CCKD文件的目录 # # Hercules Emulator Control file&#8230; # Description: z/OS 1.9<a href="http://www.ibmmainframe.cn/2010/09/hercules-zos-1-9-setup-on-windows764bit/">&#160;&#160;[ Read More ]</a>]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p><span style="font-family: 微软雅黑; font-size: small;">怎样在自己的PC上架设大型机的z/OS（MVS）系统呢？可以借助Hercules这个仿真软件，也就是前一阵在欧洲起诉IBM大型机垄断的那个案子，也跟这个软件有关，MVS是一个非常封闭的系统，一方面IBM需要这样的仿真软件来让爱好者和专家们更方便学习或展示他们的z/OS，另一方面又担心影响到自己的正常业务，所以也就挣一只眼闭一只眼，但即使在自己的PC上架起了全套的z/OS，顶多用于培训的目的，用于其他商业目的还不太现实，下面就开始一步一步的介绍怎样在Windows7 64位上架设属于自己的z/OS系统。</span></p>
<p><span style="font-family: 微软雅黑; font-size: small;"><strong>环境说明</strong></span></p>
<p><span style="font-family: 微软雅黑;"><span style="font-size: small;"><strong>Hardware</strong> </span></span></p>
<p><span style="font-family: 微软雅黑; font-size: small;">ACER 4820TG</span></p>
<p><span style="font-family: 微软雅黑; font-size: small;">Intel i7-620M 2.66GHz</span></p>
<p><span style="font-family: 微软雅黑; font-size: small;">4GB DDR3 RAM</span></p>
<p><span style="font-family: 微软雅黑; font-size: small;">640GB HDD</span></p>
<p><span style="font-family: 微软雅黑; font-size: small;"><strong>Software</strong></span></p>
<p><span style="font-family: 微软雅黑; font-size: small;">Windows7 Home Premium 64bit</span></p>
<p><span style="font-family: 微软雅黑; font-size: small;">z/OS 1.9</span></p>
<p><span style="font-family: 微软雅黑; font-size: small;"><a href="http://www.hercules-390.org/index.html" target="_blank">Hercules 3.07 w64</a></span></p>
<p><span style="font-family: 微软雅黑; font-size: small;"><a href="http://www.softdevlabs.com/Hercules/hercgui-index.html" target="_blank">Hercules Windows GUI 1.11.1</a></span></p>
<p><span style="font-family: 微软雅黑; font-size: small;"><a href="http://www.softdevlabs.com/Hercules/hercgui-index.html" target="_blank">FishLib DLL</a></span></p>
<p><span style="font-family: 微软雅黑; font-size: small;">1. 去Hercules的主页下载64或32位的程序包，解压或安装到某目录C:\Hercules 并创建下面的文件夹备用</span></p>
<p><a href="http://www.ibmmainframe.cn/wp-content/uploads/2010/09/03e66083fb2d49d09ea8d724e04fa30e.png"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="03e66083-fb2d-49d0-9ea8-d724e04fa30e" src="http://www.ibmmainframe.cn/wp-content/uploads/2010/09/03e66083fb2d49d09ea8d724e04fa30e_thumb.png" border="0" alt="03e66083-fb2d-49d0-9ea8-d724e04fa30e" width="504" height="205" /></a></p>
<p><span style="font-family: 微软雅黑; font-size: small;"><span id="more-651"></span>2. 下载Hercules Win GUI，解压到上面的目录</span></p>
<p><a href="http://www.ibmmainframe.cn/wp-content/uploads/2010/09/2296e830dae941838469c48645a09e62.png"><span style="font-size: small;"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="2296e830-dae9-4183-8469-c48645a09e62" src="http://www.ibmmainframe.cn/wp-content/uploads/2010/09/2296e830dae941838469c48645a09e62_thumb.png" border="0" alt="2296e830-dae9-4183-8469-c48645a09e62" width="504" height="60" /></span></a></p>
<p><span style="font-family: 微软雅黑; font-size: small;">3. 下载FishLib的DLL，解压到上面的目录</span></p>
<p><a href="http://www.ibmmainframe.cn/wp-content/uploads/2010/09/2b3864bf5d3241d98c1c0c76d18d5ad6.png"><span style="font-size: small;"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="2b3864bf-5d32-41d9-8c1c-0c76d18d5ad6" src="http://www.ibmmainframe.cn/wp-content/uploads/2010/09/2b3864bf5d3241d98c1c0c76d18d5ad6_thumb.png" border="0" alt="2b3864bf-5d32-41d9-8c1c-0c76d18d5ad6" width="504" height="78" /></span></a></p>
<p><span style="font-family: 微软雅黑; font-size: small;">4. z/OS的CCKD镜像是别人做好的，所以COPY过来直接用了</span></p>
<p><a href="http://www.ibmmainframe.cn/wp-content/uploads/2010/09/96c642cfbcd64b0b9cfd6a8cd81cc253.png"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="96c642cf-bcd6-4b0b-9cfd-6a8cd81cc253" src="http://www.ibmmainframe.cn/wp-content/uploads/2010/09/96c642cfbcd64b0b9cfd6a8cd81cc253_thumb.png" border="0" alt="96c642cf-bcd6-4b0b-9cfd-6a8cd81cc253" width="504" height="446" /></a></p>
<p><span style="font-size: small;"> </span></p>
<p><span style="font-family: 微软雅黑; font-size: small;">5. 配置HercGUI的CONF文件，可参考如下，把它保存为C:\Hercules\conf\Sample.conf </span></p>
<p><span style="font-family: 微软雅黑; font-size: small;">注意下面的DASD Devices的路径要配置你存放CCKD文件的目录</span></p>
<p><span style="font-family: 微软雅黑; font-size: small;"><a class="downloadlink" href="http://www.ibmmainframe.cn/download/Sample.conf_.zip" title="Version1.00 downloaded 15 times" >Hercules Sample Conf (15)</a><br />
</span></p>
<p><span style="font-family: Courier New;">#<br />
# Hercules Emulator Control file&#8230;<br />
# Description: z/OS 1.9 MIB Sample<br />
# MaxShutdownSecs: 15<br />
#<br />
#<br />
# System parameters<br />
#</span></p>
<p><span style="font-family: Courier New;">ARCHMODE  z/Arch<br />
ALRF      ENABLE<br />
CCKD      RA=2,RAQ=4,RAT=2,WR=2,GCINT=5,GCPARM=0,NOSTRESS=0,TRACE=0,FREEPEND=-1<br />
CNSLPORT  23<br />
CONKPALV  (3,1,10)<br />
CPUMODEL  3090<br />
CPUSERIAL 012345<br />
DIAG8CMD  ENABLE<br />
ECPSVM    YES<br />
LOADPARM  0A829C.1<br />
LPARNAME  HERCULES<br />
MAINSIZE  1024<br />
MOUNTED_TAPE_REINIT  DISALLOW<br />
NUMCPU    4<br />
OSTAILOR  Z/OS<br />
PANRATE   80<br />
PGMPRDOS  LICENSED<br />
SHCMDOPT  NODIAG8<br />
SYSEPOCH  1900<br />
TIMERINT  50<br />
TZOFFSET  +1400<br />
YROFFSET  0</span></p>
<p><span style="font-family: Courier New;">HERCPRIO  0<br />
TODPRIO   -20<br />
DEVPRIO   8<br />
CPUPRIO   0<br />
PANTITLE  “z/OS 1.9 IPL A80&#8243;</span></p>
<p><span style="font-family: Courier New;"># Display Terminals</span></p>
<p><span style="font-family: Courier New;">0700-0703    3270</span></p>
<p><span style="font-family: Courier New;"># DASD Devices</span></p>
<p><span style="font-family: Courier New;">0A80    3390    C:\zOS19\Z9RES1.CCKD sf=C:\zOS19\Z9RES1_Shadow.CCKD<br />
0A81    3390    C:\zOS19\Z9RES2.CCKD sf=C:\zOS19\Z9RES2_Shadow.CCKD<br />
0A82    3390    C:\zOS19\Z9SYS1.CCKD sf=C:\zOS19\Z9SYS1_Shadow.CCKD<br />
0A83    3390    C:\zOS19\Z9RES3.CCKD sf=C:\zOS19\Z9RES3_Shadow.CCKD<br />
0A84    3390    C:\zOS19\Z9USS1.CCKD sf=C:\zOS19\Z9USS1_Shadow.CCKD<br />
0A85    3390    C:\zOS19\Z9PRD1.CCKD sf=C:\zOS19\Z9PRD1_Shadow.CCKD<br />
0A86    3390    C:\zOS19\Z9DIS1.CCKD sf=C:\zOS19\Z9DIS1_Shadow.CCKD<br />
0A87    3390    C:\zOS19\Z9DIS2.CCKD sf=C:\zOS19\Z9DIS2_Shadow.CCKD<br />
0A88    3390    C:\zOS19\Z9DIS3.CCKD sf=C:\zOS19\Z9DIS3_Shadow.CCKD<br />
0A89    3390    C:\zOS19\Z9DIS4.CCKD sf=C:\zOS19\Z9DIS4_Shadow.CCKD<br />
0A8A    3390    C:\zOS19\Z9DIS5.CCKD sf=C:\zOS19\Z9DIS5_Shadow.CCKD<br />
0A8B    3390    C:\zOS19\Z9DIS6.CCKD sf=C:\zOS19\Z9DIS6_Shadow.CCKD<br />
0A8C    3390    C:\zOS19\SARES1.CCKD sf=C:\zOS19\SARES1_Shadow.CCKD<br />
0A8D    3390    C:\zOS19\Z9CIC1.CCKD sf=C:\zOS19\Z9CIC1_Shadow.CCKD<br />
0A8E    3390    C:\zOS19\Z9DB81.CCKD sf=C:\zOS19\Z9DB81_Shadow.CCKD<br />
0A8F    3390    C:\zOS19\Z9DB82.CCKD sf=C:\zOS19\Z9DB82_Shadow.CCKD<br />
0A90    3390    C:\zOS19\Z9DB91.CCKD sf=C:\zOS19\Z9DB91_Shadow.CCKD<br />
0A91    3390    C:\zOS19\Z9DB92.CCKD sf=C:\zOS19\Z9DB92_Shadow.CCKD<br />
0A92    3390    C:\zOS19\Z9IMS1.CCKD sf=C:\zOS19\Z9IMS1_Shadow.CCKD<br />
0A93    3390    C:\zOS19\Z9WAS1.CCKD sf=C:\zOS19\Z9WAS1_Shadow.CCKD<br />
0A94    3390    C:\zOS19\Z9WAS2.CCKD sf=C:\zOS19\Z9WAS2_Shadow.CCKD<br />
0A95    3390    C:\zOS19\Z9WAS3.CCKD sf=C:\zOS19\Z9WAS3_Shadow.CCKD</span></p>
<p><span style="font-family: Courier New;"># CTC Adapters</span></p>
<p><span style="font-family: Courier New;">0E20.2 3088 CTCI-W32 192.168.1.4 00-23-7D-4E-50-97</span></p>
<p><span style="font-family: Courier New;"> </span></p>
<p><span style="font-family: Courier New;"><br />
</span></p>
<p><span style="font-family: Courier New;"><span style="font-family: 微软雅黑; font-size: small;">6. HercGUI64 1.11.1会有个BUG，需要增加注册表的一个键值，否则启动会提示找不到普罗米修斯.exe （软件的作者还是起名字还是很个性的）</span></span></p>
<p><span style="font-family: Courier New;"><span style="font-family: 微软雅黑; font-size: small;">按Win+R –&gt; 输入regedit回车 –&gt; 找到[HKEY_CURRENT_USER\Software\Software Development Laboratories\Hercules\Settings] –&gt;新建“字符串值”，数值名称=emulator.exe，数值数据=hercules.exe</span></span></p>
<p><span style="font-family: Courier New;"><span style="font-family: 微软雅黑; font-size: small;">7. 启动HercGUI64，打开File-&gt;Preferences，配置如下：</span></span></p>
<p><span style="font-family: Courier New;"><span style="font-family: 微软雅黑; font-size: small;">Executable = C:\Hercules\</span></span></p>
<p><span style="font-family: Courier New;"><span style="font-family: 微软雅黑; font-size: small;">Configuration = C:\Hercules\conf\</span></span></p>
<p><span style="font-family: Courier New;"><span style="font-family: 微软雅黑; font-size: small;">Log = C:\Hercules\log\</span></span></p>
<p><span style="font-family: Courier New;"><span style="font-family: 微软雅黑; font-size: small;">Disk = C:\zOS19\</span></span></p>
<p><span style="font-family: Courier New;"><span style="font-family: 微软雅黑; font-size: small;">其他TAB内容均可保持默认</span></span></p>
<p><span style="font-family: Courier New;"><a href="http://www.ibmmainframe.cn/wp-content/uploads/2010/09/0a5174dd4b08430db925ac817000b02d.png"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="0a5174dd-4b08-430d-b925-ac817000b02d" src="http://www.ibmmainframe.cn/wp-content/uploads/2010/09/0a5174dd4b08430db925ac817000b02d_thumb.png" border="0" alt="0a5174dd-4b08-430d-b925-ac817000b02d" width="504" height="285" /></a></span></p>
<p><span style="font-family: Courier New;"><span style="font-family: 微软雅黑; font-size: small;">8. 准备启动，Command –&gt; Power On –&gt; 选择Sample.conf，点确认和YES之后，如果幸运，就可以准备IPL了</span></span></p>
<p><span style="font-family: Courier New;"><a href="http://www.ibmmainframe.cn/wp-content/uploads/2010/09/5167af35fbc04001b15840bd62c642ce.png"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="5167af35-fbc0-4001-b158-40bd62c642ce" src="http://www.ibmmainframe.cn/wp-content/uploads/2010/09/5167af35fbc04001b15840bd62c642ce_thumb.png" border="0" alt="5167af35-fbc0-4001-b158-40bd62c642ce" width="504" height="373" /></a></span></p>
<p><span style="font-family: Courier New;"><span style="font-family: 微软雅黑; font-size: small;">9. 如果你知道什么是IPL，一定会问，我们的master console在哪啊，没错，请打开你的PCOMM，配置一个HostName=127.0.0.1的session，打开它是这样的</span></span></p>
<p><span style="font-family: Courier New;"><a href="http://www.ibmmainframe.cn/wp-content/uploads/2010/09/4caec8124bec4081a8d58273f35ccff4.png"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="4caec812-4bec-4081-a8d5-8273f35ccff4" src="http://www.ibmmainframe.cn/wp-content/uploads/2010/09/4caec8124bec4081a8d58273f35ccff4_thumb.png" border="0" alt="4caec812-4bec-4081-a8d5-8273f35ccff4" width="504" height="311" /></a></span></p>
<p><span style="font-family: Courier New;"> </span></p>
<p><span style="font-family: 微软雅黑; font-size: small;">10. IPL，点击Command –&gt; IPL/Load，Device No一般是RES那个卷，OK，然后发现GUI里面的数值开始发生变化，1分钟之内，上面的画面就会变成真正IPL时候master console的样子了，按照你喜欢的IPL方法启动系统就好了……因为我这次拿到的是被定制过的ADCD，不知道原始的ADCD IPL是怎么过程</span></p>
<p><a href="http://www.ibmmainframe.cn/wp-content/uploads/2010/09/6402feacc1f44ac0830f190cf8471ea4.png"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="6402feac-c1f4-4ac0-830f-190cf8471ea4" src="http://www.ibmmainframe.cn/wp-content/uploads/2010/09/6402feacc1f44ac0830f190cf8471ea4_thumb.png" border="0" alt="6402feac-c1f4-4ac0-830f-190cf8471ea4" width="244" height="236" /></a></p>
<p><span style="font-family: 微软雅黑; font-size: small;">11. 再打开一个你之前保存的session，就会出现登陆的界面了，登录初始ID和密码都是ADCDMST，进去后就自己定制系统吧。</span></p>
<p><a href="http://www.ibmmainframe.cn/wp-content/uploads/2010/09/6ae75696b2ad45aeafd59deb3f4598ed5.png"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="6ae75696-b2ad-45ae-afd5-9deb3f4598ed[5]" src="http://www.ibmmainframe.cn/wp-content/uploads/2010/09/6ae75696b2ad45aeafd59deb3f4598ed5_thumb.png" border="0" alt="6ae75696-b2ad-45ae-afd5-9deb3f4598ed[5]" width="504" height="321" /></a></p>
<p><a href="http://www.ibmmainframe.cn/wp-content/uploads/2010/09/5488f21412f048ec9cb24fe98bfd9410.png"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="5488f214-12f0-48ec-9cb2-4fe98bfd9410" src="http://www.ibmmainframe.cn/wp-content/uploads/2010/09/5488f21412f048ec9cb24fe98bfd9410_thumb.png" border="0" alt="5488f214-12f0-48ec-9cb2-4fe98bfd9410" width="504" height="186" /></a></p>
<p><span style="font-family: 微软雅黑; font-size: small;">结语：从知道这个仿真系统到今天第一次把它架起来，有一届世界杯的时间了，只要有ADCD的package，真正架设的时间不会超过一小时，由于我拿到的是定制过的package所以更容易一些。今后有时间我会把具体的z/OS Customize 过程发出来，也许会包括DB2， CICS， IMS，甚至一些CA产品的安装和定制过程，希望大家保持关注。</span></p>
<p><span style="font-family: 微软雅黑; font-size: small;">在此特别感谢Aven提供的ADCD和配置指南，你还可以参考下面网站来完成大力神z/OS的配置。如需上门安装辅导和System z培训，请与本站联络，中英日三语支持，费用请参考IBM相关培训报价。</span></p>
<p><a title="http://www.kokwind.com/bbs/viewthread.php?tid=206&amp;extra=page%3D1" href="http://www.kokwind.com/bbs/viewthread.php?tid=206&amp;extra=page%3D1"><span style="font-size: x-small;">http://www.kokwind.com/bbs/viewthread.php?tid=206&amp;extra=page%3D1</span></a></p>
<p><a title="http://fandezhi.efglobe.com/modules.php?name=News&amp;file=article&amp;sid=19&amp;mode=&amp;order=0&amp;thold=0" href="http://fandezhi.efglobe.com/modules.php?name=News&amp;file=article&amp;sid=19&amp;mode=&amp;order=0&amp;thold=0"><span style="font-size: x-small;">http://fandezhi.efglobe.com/modules.php?name=News&amp;file=article&amp;sid=19&amp;mode=&amp;order=0&amp;thold=0</span></a></p>
<p><a title="http://www.dzxr.com/wap/index-wap2.php?p=757" href="http://www.dzxr.com/wap/index-wap2.php?p=757"><span style="font-size: x-small;">http://www.dzxr.com/wap/index-wap2.php?p=757</span></a></p>
<div class="shr-publisher-651"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic --><h2  class="related_post_title">相关文章</h2><ul class="related_post"><li><a href="http://www.ibmmainframe.cn/2011/08/hercules-zos-1-11-customize-step-by-step-s4-proclib/" title="[Hercules z/OS 1.11 customize step by step] &ndash; S4 PROCLIB">[Hercules z/OS 1.11 customize step by step] &ndash; S4 PROCLIB</a></li><li><a href="http://www.ibmmainframe.cn/2011/09/hercules-zos-1-11-customize-step-by-step-s9-wlm/" title="[Hercules z/OS 1.11 customize step by step] &ndash; S9 WLM">[Hercules z/OS 1.11 customize step by step] &ndash; S9 WLM</a></li><li><a href="http://www.ibmmainframe.cn/2011/09/hercules-zos-1-11-customize-step-by-step-s8-tcpip/" title="[Hercules z/OS 1.11 customize step by step] &ndash; S8 TCPIP">[Hercules z/OS 1.11 customize step by step] &ndash; S8 TCPIP</a></li><li><a href="http://www.ibmmainframe.cn/2011/09/hercules-zos-1-11-customize-step-by-step-s7-vtam/" title="[Hercules z/OS 1.11 customize step by step] &ndash; S7 VTAM">[Hercules z/OS 1.11 customize step by step] &ndash; S7 VTAM</a></li><li><a href="http://www.ibmmainframe.cn/2011/09/hercules-zos-1-11-customize-step-by-step-s6-jes2/" title="[Hercules z/OS 1.11 customize step by step] &ndash; S6 JES2">[Hercules z/OS 1.11 customize step by step] &ndash; S6 JES2</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.ibmmainframe.cn/2010/09/hercules-zos-1-9-setup-on-windows764bit/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>GDG: Generation Data Group</title>
		<link>http://www.ibmmainframe.cn/2007/01/gdg-generation-data-group/</link>
		<comments>http://www.ibmmainframe.cn/2007/01/gdg-generation-data-group/#comments</comments>
		<pubDate>Mon, 22 Jan 2007 13:28:00 +0000</pubDate>
		<dc:creator>billrain</dc:creator>
				<category><![CDATA[开发指南||Programming Guide]]></category>
		<category><![CDATA[data set]]></category>
		<category><![CDATA[GDG]]></category>
		<category><![CDATA[zOS]]></category>

		<guid isPermaLink="false">http://www.ibmmainframe.cn/2007/01/22/gdg-generation-data-group/</guid>
		<description><![CDATA[In z/OS, it is possible to catalog successive updates or generations of related data. They are called generation data groups (GDGs). 在z/OS里可以编目继承性的更新或相关数据的世代，他们叫做“世代”数据组。 Each data set within a GDG is called a generation or generation data set (GDS). A generation data group (GDG) is a collection of historically related non-VSAM data sets that are arranged in<a href="http://www.ibmmainframe.cn/2007/01/gdg-generation-data-group/">&#160;&#160;[ Read More ]</a>]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>In z/OS, it is possible to catalog successive updates or generations of related data. They are called generation data groups (GDGs).</p>
<p>在z/OS里可以编目继承性的更新或相关数据的世代，他们叫做“世代”数据组。</p>
<p>Each data set within a GDG is called a generation or generation data set (GDS). A generation data group (GDG) is a collection of historically related non-VSAM data sets that are arranged in chronological order. That is, each data set is historically related to the others in the group.</p>
<p>每一个GDG中的数据集叫做一个世代数据集。一个GDG是一组有历史关联的非VSAM数据集按照年代顺序排列组成的，即每个数据集是于组中其他数据集历史关联的。</p>
<p>Within a GDG, the generations can have like or unlike DCB attributes and data set organizations. If the attributes and organizations of all generations in a group are identical, the generations can be retrieved together as a single data set.</p>
<p>在GDG中，数据集可以使用相同的或不同的DCB属性和数据结构。如果一个组中数据集的这些属性和结构都是一样的，那么这个世代可以作为一个单独的数据集来访问。</p>
<p>There are advantages to grouping related data sets. For example:<br /> All of the data sets in the group can be referred to by a common name.<br /> The operating system is able to keep the generations in chronological order.<br /> Outdated or obsolete generations can be automatically deleted by the operating system.</p>
<p>把相关联的数据集组合起来有下列好处：<br /> 组中所有数据集可以共用一个名字；<br /> OS可以保证世代依年代顺序；<br /> 过期的或者作废的数据集可以被系统自动删除。</p>
<p>Generation data sets have sequentially ordered absolute and relative names that represent their age. The operating system’s catalog management routines use the absolute generation name. Older data sets have smaller absolute numbers. The relative name is a signed integer used to refer to the latest (0), the next to the latest (-1), and so forth, generation.</p>
<p>GDG用绝对顺序的排列和相对名来体现他们的年代。OS的常规编目管理用绝对的世代名称。旧的数据集用小一些的绝对数，相对名是一个带符号整数用来体现：最新的（0），次新的（－1）等等。</p>
<p>For example, the data set name LAB.PAYROLL(0) refers to the most recent data set of the group; LAB.PAYROLL(-1) refers to the second most recent data set; and so forth. The relative number can also be used to catalog a new generation (+1). A generation data group (GDG) base is allocated in a catalog before the generation data sets are cataloged. Each GDG is represented by a GDG base entry.</p>
<p>比如，数据集LAB.PAYROLL(0)表示为组中最新的数据集；LAB.PAYROLL(-1)表示是第二新的。相对数同样可以用来建立一个新的世代（＋1）。一个GDG base建立在GDGs建立之前，每个GDG都是由GDG base 条目来显示的。</p>
<div class="shr-publisher-30"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic --><h2  class="related_post_title">相关文章</h2><ul class="related_post"><li><a href="http://www.ibmmainframe.cn/2011/08/hercules-zos-1-11-customize-step-by-step-s4-proclib/" title="[Hercules z/OS 1.11 customize step by step] &ndash; S4 PROCLIB">[Hercules z/OS 1.11 customize step by step] &ndash; S4 PROCLIB</a></li><li><a href="http://www.ibmmainframe.cn/2011/01/how-to-allocate-stand-alone-dump-on-multiple-volumes/" title="How to allocate Stand Alone DUMP on multiple volumes?">How to allocate Stand Alone DUMP on multiple volumes?</a></li><li><a href="http://www.ibmmainframe.cn/2010/09/hercules-zos-1-9-setup-on-windows764bit/" title="Hercules z/OS 1.9 Setup on Windows7(64bit)">Hercules z/OS 1.9 Setup on Windows7(64bit)</a></li><li><a href="http://www.ibmmainframe.cn/2010/05/qa-how-to-delete-ds-hold-by-xcfas-or-lla/" title="[Q&amp;A] How to delete DS hold by XCFAS or LLA?">[Q&amp;A] How to delete DS hold by XCFAS or LLA?</a></li><li><a href="http://www.ibmmainframe.cn/2007/01/jcl-about-gdg/" title="JCL about GDG">JCL about GDG</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.ibmmainframe.cn/2007/01/gdg-generation-data-group/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Served from: www.ibmmainframe.cn @ 2012-02-09 13:39:14 -->
