<?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>还是那只鱼-newcoin&#039;s blog &#187; tso</title>
	<atom:link href="http://www.newcoin.info/tag/tso/feed" rel="self" type="application/rss+xml" />
	<link>http://www.newcoin.info</link>
	<description>人生没有彩排，每天都是现场直播...</description>
	<lastBuildDate>Thu, 02 Feb 2012 12:51:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>CICS中利用IMS DBCTL操作数据库</title>
		<link>http://www.newcoin.info/cics%e4%b8%ad%e5%88%a9%e7%94%a8ims-dbctl%e6%93%8d%e4%bd%9c%e6%95%b0%e6%8d%ae%e5%ba%93.html</link>
		<comments>http://www.newcoin.info/cics%e4%b8%ad%e5%88%a9%e7%94%a8ims-dbctl%e6%93%8d%e4%bd%9c%e6%95%b0%e6%8d%ae%e5%ba%93.html#comments</comments>
		<pubDate>Mon, 27 Apr 2009 05:28:54 +0000</pubDate>
		<dc:creator>newcoin</dc:creator>
				<category><![CDATA[大型机｜Mainframe]]></category>
		<category><![CDATA[CICS]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[DBCTL]]></category>
		<category><![CDATA[IMS]]></category>
		<category><![CDATA[tso]]></category>
		<category><![CDATA[数据库操作]]></category>

		<guid isPermaLink="false">http://www.newcoin.info/?p=27662</guid>
		<description><![CDATA[DBCTL是联机IMS DB的简化版数据库操作工具; 在联机IMS DB CICS应用系统中,尤其是在UT与SIT阶段,我们有时需要直接修改数据/操作IMS DB,查看数据库的状态等,这时就需要进行数据库的打开与关闭, DBCTL专配的CDBM交易就是提供该种操作的界面; 使用TSO ID(不是应用系统USER ID)在登陆CICS应用环境(DEMDEVC)后,输入如下transaction ID: CDBM ,将出现下面的画面: CDBM                  CICS-DBCTL Operator Transaction                   09.008 10:31:40 Type IMS command. For /DBDUMP or /DBRECOVER commands Choose one. 1 1. Do not force end of volume 2. Force end of volume Press enter to display responses. CICS APPLID DEMDEVC DBCTL ID    IMSD F1=Help  F2=Maintenance  F3=Exit  F5=Refresh  F12=Cancel 在上面的画面中,可以在IMS command行中输入相关的命令: /STA DATABASE ZxxxxDP          打开数据库(Allocation) /DBR DATABASE ZxxxxDP NOFEOV   关闭数据库(De-allocation) /DIS DATABASE ZxxxxDP          查看数据库状态 /DIS DATABASE STOPPED          查看已关闭的数据库 /DIS PROGRAM XXXXXXX           To display PSB satus]]></description>
			<content:encoded><![CDATA[<p class="p0" style="margin-bottom: 0pt; margin-top: 0pt;"><span style="color: #000000; font-size: 10.5pt; font-family: 'Arial';">DBCTL是联机IMS DB的简化版数据库操作工具;</span></p>
<p class="p0" style="margin-bottom: 0pt; margin-top: 0pt;"><span style="color: #000000; font-size: 10.5pt; font-family: 'Arial';"><br />
</span>
</p>
<p class="p0" style="margin-bottom: 0pt; margin-top: 0pt;"><span style="color: #000000; font-size: 10.5pt; font-family: 'Arial';">在联机IMS DB CICS应用系统中,尤其是在UT与SIT阶段,我们有时需要直接修改数据/操作IMS DB,查看数据库的状态等,这时就需要进行数据库的打开与关闭, DBCTL专配的CDBM交易就是提供该种操作的界面;</span></p>
<p class="p0" style="margin-bottom: 0pt; margin-top: 0pt;"><span style="color: #000000; font-size: 10.5pt; font-family: 'Arial';"><br />
</span>
</p>
<p class="p0" style="margin-bottom: 0pt; margin-top: 0pt;"><span style="color: #000000; font-size: 10.5pt; font-family: 'Arial';"></span></p>
<p class="p0" style="margin-bottom: 0pt; margin-top: 0pt;"><span style="color: #000000; font-size: 10.5pt; font-family: 'Arial';">使用TSO ID(不是应用系统USER ID)在登陆CICS应用环境(DEMDEVC)后,输入如下transaction ID: CDBM ,将出现下面的画面:</span></p>
<p class="p0" style="margin-bottom: 0pt; margin-top: 0pt;"><span style="color: #000000; font-size: 10.5pt; font-family: 'Arial';"><span id="more-27662"></span><br />
</span>
</p>
<p class="p0" style="margin-bottom: 0pt; margin-top: 0pt;"><span style="color: #000000; font-size: 10.5pt; font-family: 'Arial';"></span></p>
<p class="p0" style="margin-bottom: 0pt; margin-top: 0pt;"><span style="color: #000000; font-size: 8pt; font-family: 'Arial';">CDBM                  CICS-DBCTL Operator Transaction                   09.008</span><span style="color: #000000; font-size: 8pt; font-family: 'Arial';"></span></p>
<p class="p0" style="margin-bottom: 0pt; margin-top: 0pt;"><span style="color: #000000; font-size: 8pt; font-family: 'Arial';"> 10:31:40</span><span style="color: #000000; font-size: 8pt; font-family: 'Arial';"></span></p>
<p class="p0" style="margin-bottom: 0pt; margin-top: 0pt;"><span style="color: #000000; font-size: 8pt; font-family: 'Arial';"> </span><span style="color: #000000; font-size: 8pt; font-family: 'Arial';"></span></p>
<p class="p0" style="margin-bottom: 0pt; margin-top: 0pt;"><span style="color: #000000; font-size: 8pt; font-family: 'Arial';"> Type IMS command. </span><span style="color: #000000; font-size: 8pt; font-family: 'Arial';"></span></p>
<p class="p0" style="margin-bottom: 0pt; margin-top: 0pt;"><span style="color: #000000; text-decoration: underline; font-size: 8pt; font-family: 'Arial';"> </span><span style="color: #000000; text-decoration: underline; font-size: 8pt; font-family: 'Arial';"></span></p>
<p class="p0" style="margin-bottom: 0pt; margin-top: 0pt;"><span style="color: #000000; text-decoration: underline; font-size: 8pt; font-family: 'Arial';"> </span><span style="color: #000000; text-decoration: underline; font-size: 8pt; font-family: 'Arial';"></span></p>
<p class="p0" style="margin-bottom: 0pt; margin-top: 0pt;"><span style="color: #000000; text-decoration: underline; font-size: 8pt; font-family: 'Arial';"> </span><span style="color: #000000; text-decoration: underline; font-size: 8pt; font-family: 'Arial';"></span></p>
<p class="p0" style="margin-bottom: 0pt; margin-top: 0pt;"><span style="color: #000000; text-decoration: underline; font-size: 8pt; font-family: 'Arial';"> </span><span style="color: #000000; text-decoration: underline; font-size: 8pt; font-family: 'Arial';"></span></p>
<p class="p0" style="margin-bottom: 0pt; margin-top: 0pt;"><span style="color: #000000; text-decoration: underline; font-size: 8pt; font-family: 'Arial';"> </span><span style="color: #000000; text-decoration: underline; font-size: 8pt; font-family: 'Arial';"></span></p>
<p class="p0" style="margin-bottom: 0pt; margin-top: 0pt;"><span style="color: #000000; font-size: 8pt; font-family: 'Arial';"> </span><span style="color: #000000; font-size: 8pt; font-family: 'Arial';"></span></p>
<p class="p0" style="margin-bottom: 0pt; margin-top: 0pt;"><span style="color: #000000; font-size: 8pt; font-family: 'Arial';"> For /DBDUMP or /DBRECOVER commands </span><span style="color: #000000; font-size: 8pt; font-family: 'Arial';"></span></p>
<p class="p0" style="margin-bottom: 0pt; margin-top: 0pt;"><span style="color: #000000; font-size: 8pt; font-family: 'Arial';"> </span><span style="color: #000000; font-size: 8pt; font-family: 'Arial';"></span></p>
<p class="p0" style="margin-bottom: 0pt; margin-top: 0pt;"><span style="color: #000000; font-size: 8pt; font-family: 'Arial';"> Choose one. 1 1. Do not force end of volume </span><span style="color: #000000; font-size: 8pt; font-family: 'Arial';"></span></p>
<p class="p0" style="margin-bottom: 0pt; margin-top: 0pt;"><span style="color: #000000; font-size: 8pt; font-family: 'Arial';"> 2. Force end of volume </span><span style="color: #000000; font-size: 8pt; font-family: 'Arial';"></span></p>
<p class="p0" style="margin-bottom: 0pt; margin-top: 0pt;"><span style="color: #000000; font-size: 8pt; font-family: 'Arial';"> </span><span style="color: #000000; font-size: 8pt; font-family: 'Arial';"></span></p>
<p class="p0" style="margin-bottom: 0pt; margin-top: 0pt;"><span style="color: #000000; font-size: 8pt; font-family: 'Arial';"> </span><span style="color: #000000; font-size: 8pt; font-family: 'Arial';"></span></p>
<p class="p0" style="margin-bottom: 0pt; margin-top: 0pt;"><span style="color: #000000; font-size: 8pt; font-family: 'Arial';"> Press enter to display responses. </span><span style="color: #000000; font-size: 8pt; font-family: 'Arial';"></span></p>
<p class="p0" style="margin-bottom: 0pt; margin-top: 0pt;"><span style="color: #000000; font-size: 8pt; font-family: 'Arial';"> </span><span style="color: #000000; font-size: 8pt; font-family: 'Arial';"></span></p>
<p class="p0" style="margin-bottom: 0pt; margin-top: 0pt;"><span style="color: #000000; font-size: 8pt; font-family: 'Arial';"> </span><span style="color: #000000; font-size: 8pt; font-family: 'Arial';"></span></p>
<p class="p0" style="margin-bottom: 0pt; margin-top: 0pt;"><span style="color: #000000; font-size: 8pt; font-family: 'Arial';"> CICS APPLID DEMDEVC </span><span style="color: #000000; font-size: 8pt; font-family: 'Arial';"></span></p>
<p class="p0" style="margin-bottom: 0pt; margin-top: 0pt;"><span style="color: #000000; font-size: 8pt; font-family: 'Arial';"> DBCTL ID    IMSD </span><span style="color: #000000; font-size: 8pt; font-family: 'Arial';"></span></p>
<p class="p0" style="margin-bottom: 0pt; margin-top: 0pt;"><span style="color: #000000; font-size: 8pt; font-family: 'Arial';"> </span><span style="color: #000000; font-size: 8pt; font-family: 'Arial';"></span></p>
<p class="p0" style="margin-bottom: 0pt; margin-top: 0pt;"><span style="color: #000000; font-size: 8pt; font-family: 'Arial';"> </span><span style="color: #000000; font-size: 8pt; font-family: 'Arial';"></span></p>
<p class="p0" style="margin-bottom: 0pt; margin-top: 0pt;"><span style="color: #000000; font-size: 8pt; font-family: 'Arial';">F1=Help  F2=Maintenance  F3=Exit  F5=Refresh  F12=Cancel </span><span style="color: #000000; font-size: 8pt; font-family: 'Arial';"></span></p>
<p class="p0" style="margin-bottom: 0pt; margin-top: 0pt;"><span style="color: #000000; font-size: 8pt; font-family: 'Arial';"> </span><span style="color: #000000; font-size: 8pt; font-family: 'Arial';"></span></p>
<p class="p0" style="margin-bottom: 0pt; margin-top: 0pt;"><span style="color: #000000; font-size: 10.5pt; font-family: 'Arial';">在上面的画面中,可以在IMS command行中输入相关的命令:</span><span style="color: #000000; font-size: 10.5pt; font-family: 'Arial';"></span></p>
<p class="p0" style="margin-bottom: 0pt; margin-top: 0pt;"><span style="color: #000000; font-size: 10.5pt; font-family: 'Arial';"></span></p>
<p class="p0" style="margin-bottom: 0pt; margin-top: 0pt;"><span style="color: #000000; font-style: italic; font-size: 10.5pt; font-family: 'Arial';"> /STA DATABASE ZxxxxDP          打开数据库(Allocation)</span><span style="color: #000000; font-style: italic; font-size: 10.5pt; font-family: 'Arial';"></span></p>
<p class="p0" style="margin-bottom: 0pt; margin-top: 0pt;"><span style="color: #000000; font-style: italic; font-size: 10.5pt; font-family: 'Arial';"> /DBR DATABASE ZxxxxDP NOFEOV   关闭数据库(De-allocation)</span><span style="color: #000000; font-style: italic; font-size: 10.5pt; font-family: 'Arial';"></span></p>
<p class="p0" style="margin-bottom: 0pt; margin-top: 0pt;"><span style="color: #000000; font-style: italic; font-size: 10.5pt; font-family: 'Arial';"> /DIS DATABASE ZxxxxDP          查看数据库状态</span><span style="color: #000000; font-style: italic; font-size: 10.5pt; font-family: 'Arial';"></span></p>
<p class="p0" style="margin-bottom: 0pt; margin-top: 0pt;"><span style="color: #000000; font-style: italic; font-size: 10.5pt; font-family: 'Arial';"> /DIS DATABASE STOPPED          查看已关闭的数据库</span><span style="color: #000000; font-style: italic; font-size: 10.5pt; font-family: 'Arial';"></span></p>
<p class="p0" style="margin-bottom: 0pt; margin-top: 0pt;"><span style="color: #000000; font-size: 10.5pt; font-family: 'Arial';"> /DIS PROGRAM XXXXXXX           To display PSB satus</span><span style="color: #000000; font-size: 10.5pt; font-family: 'Arial';"></span></p>
<p class="p0" style="margin-bottom: 0pt; margin-top: 0pt;"><span style="color: #000000; font-size: 10.5pt; font-family: 'Arial';"></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.newcoin.info/cics%e4%b8%ad%e5%88%a9%e7%94%a8ims-dbctl%e6%93%8d%e4%bd%9c%e6%95%b0%e6%8d%ae%e5%ba%93.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>用FTP工具快速下载主机文件</title>
		<link>http://www.newcoin.info/%e7%94%a8ftp%e5%b7%a5%e5%85%b7%e5%bf%ab%e9%80%9f%e4%b8%8b%e8%bd%bd%e4%b8%bb%e6%9c%ba%e6%96%87%e4%bb%b6.html</link>
		<comments>http://www.newcoin.info/%e7%94%a8ftp%e5%b7%a5%e5%85%b7%e5%bf%ab%e9%80%9f%e4%b8%8b%e8%bd%bd%e4%b8%bb%e6%9c%ba%e6%96%87%e4%bb%b6.html#comments</comments>
		<pubDate>Fri, 20 Mar 2009 04:40:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[大型机｜Mainframe]]></category>
		<category><![CDATA[FTP]]></category>
		<category><![CDATA[tso]]></category>
		<category><![CDATA[主机]]></category>
		<category><![CDATA[文件下载]]></category>

		<guid isPermaLink="false">http://newcoin.info/?p=27327</guid>
		<description><![CDATA[大伙都一定知道在TSO命令行下如何进行主机与本地之间的文件传输了吧。 然而我们碰到的问题却是：该种传输模式往往需要按键多次，直到传输结束才能利用TSO，因为那是一种前台交互模式！如果要传输文件数量比较多，文件SIZE比较大的话，无疑该种传输模式将会极其繁琐并且工作效率很不理想！ 更加重要的是：传输时你只能闲着,不能使用TSO！ 想通过只按一键就能完成将多个文件传输自动完成吗！并且传输时你还可以照用TSO！ 解决之道： 通过你桌面一个简单的批处理文件FTP.bat 在你的PC上去执行文件传输使命！ 步骤一: 在你PC桌面上创建一个FTP.bat 文件,包含以下两行（当然你也可以更加个性化一些）: CD D:SOURCE &#8212;&#62;假定使用 D:SOURCE 来作为文件传输保存场所; FTP -i -s:FTP.TXT 9.125.72.87 &#8212;&#62; 假定 9.125.72.87 是大机的IP, FTP.TXT是保存在 D:SOURCE中,  包含你所有文件传输的指令; 步骤二: 创建FTP.TXT,包含以下命令行来从大机上取文件(当然也可用PUT来往大机上送文件) : TSOID &#8212;&#62; 必须项,用你的TSO ID来替代 ; PASSWORD &#8212;&#62; 必须项,用ID 的密码来替代; GET &#8217;AAAA.BBB.CCC&#8217;        AAAA.BBB.CCC.TXT &#8212;&#62;该行就是从大机上取文件操作! GET  &#8217;AAAA.BBB.CCC.SOURCE(MEMBER)&#8217;   CCC.SOURCE.MEMBER.TXT &#8212;&#62;该行取PDS中成员 试过之后,是不是有种&#8221;一阳指&#8221;一键定乾坤的感觉呢&#8230;]]></description>
			<content:encoded><![CDATA[<p class="p0" style="margin-bottom: 0pt; margin-top: 0pt;"><span style="color: #000000; font-weight: bold; font-size: 10.5pt; font-family: 'Arial';"> </span><span style="color: #000000; font-size: 10.5pt; font-family: 'Arial';">大伙都一定知道在TSO命令行下如何进行主机与本地之间的文件传输了吧。</span><span style="color: #000000; font-size: 10.5pt; font-family: 'Arial';"></span></p>
<p class="p0" style="margin-bottom: 0pt; margin-top: 0pt;"><span style="color: #000000; font-size: 10.5pt; font-family: 'Arial';">然而我们碰到的问题却是：该种传输模式往往需要按键多次，直到传输结束才能利用TSO，因为那是一种前台交互模式！如果要传输文件数量比较多，文件SIZE比较大的话，无疑该种传输模式将会极其繁琐并且工作效率很不理想！</span><span style="color: #000000; font-size: 10.5pt; font-family: 'Arial';"></span></p>
<p class="p0" style="margin-bottom: 0pt; margin-top: 0pt;"><span style="color: #000000; font-size: 10.5pt; font-family: 'Arial';"> 更加重要的是：传输时你只能闲着,不能使用TSO！</span><span style="color: #000000; font-size: 10.5pt; font-family: 'Arial';"></span></p>
<p class="p0" style="margin-bottom: 0pt; margin-top: 0pt;"><span style="color: #000000; font-size: 10.5pt; font-family: 'Arial';"> 想通过只按一键就能完成将多个文件传输自动完成吗！并且传输时你还可以照用TSO！</span></p>
<p class="p0" style="margin-bottom: 0pt; margin-top: 0pt;"><span style="color: #000000; font-size: 10.5pt; font-family: 'Arial';"> <span id="more-27327"></span><br />
</span>
</p>
<p class="p0" style="margin-bottom: 0pt; margin-top: 0pt;"><span style="color: #000000; font-size: 10.5pt; font-family: 'Arial';"></span></p>
<p class="p0" style="margin-bottom: 0pt; margin-top: 0pt;"><span style="color: #000000; font-weight: bold; font-size: 10.5pt; font-family: 'Arial';">解决之道：</span><span style="color: #000000; font-weight: bold; font-size: 10.5pt; font-family: 'Arial';"></span></p>
<p class="p0" style="margin-bottom: 0pt; margin-top: 0pt;"><span style="color: #000000; font-size: 10.5pt; font-family: 'Arial';"> 通过你桌面一个简单的批处理文件</span><span style="color: #0000ff; font-size: 10.5pt; font-family: 'Arial';">FTP.bat </span><span style="color: #000000; font-size: 10.5pt; font-family: 'Arial';">在你的PC上去执行文件传输使命！</span><span style="color: #000000; font-size: 10.5pt; font-family: 'Arial';"></span></p>
<p class="p0" style="margin-bottom: 0pt; margin-top: 0pt;"><span style="color: #000000; font-size: 10.5pt; font-family: 'Arial';">步骤一:</span><span style="color: #000000; font-size: 10.5pt; font-family: 'Arial';"></span></p>
<p class="p0" style="margin-bottom: 0pt; margin-top: 0pt;"><span style="color: #000000; font-size: 10.5pt; font-family: 'Arial';"> 在你PC桌面上创建一个</span><span style="color: #0000ff; font-size: 10.5pt; font-family: 'Arial';">FTP.bat</span><span style="color: #000000; font-size: 10.5pt; font-family: 'Arial';"> 文件,包含以下两行（当然你也可以更加个性化一些）:</span><span style="color: #000000; font-size: 10.5pt; font-family: 'Arial';"></span></p>
<p class="p0" style="margin-bottom: 0pt; margin-top: 0pt;"><span style="color: #000000; font-size: 10.5pt; font-family: 'Arial';"> </span><span style="color: #0000ff; font-size: 10.5pt; font-family: 'Arial';">CD D:SOURCE</span><span style="color: #000000; font-size: 10.5pt; font-family: 'Arial';"> </span><span style="color: #000000; font-size: 10.5pt; font-family: 'Arial';"></span></p>
<p class="p0" style="margin-bottom: 0pt; margin-top: 0pt;"><span style="color: #000000; font-size: 10.5pt; font-family: 'Arial';"> &#8212;&gt;假定使用 D:SOURCE 来作为文件传输保存场所; </span><span style="color: #000000; font-size: 10.5pt; font-family: 'Arial';"></span></p>
<p class="p0" style="margin-bottom: 0pt; margin-top: 0pt;"><span style="color: #000000; font-size: 10.5pt; font-family: 'Arial';"> </span><span style="color: #0000ff; font-size: 10.5pt; font-family: 'Arial';"> FTP -i -s:FTP.TXT 9.125.72.87</span><span style="color: #000000; font-size: 10.5pt; font-family: 'Arial';"> </span><span style="color: #000000; font-size: 10.5pt; font-family: 'Arial';"></span></p>
<p class="p0" style="margin-bottom: 0pt; margin-top: 0pt;"><span style="color: #000000; font-size: 10.5pt; font-family: 'Arial';"> &#8212;&gt; 假定 9.125.72.87 是大机的IP, FTP.TXT是保存在</span><span style="color: #000000; font-size: 10.5pt; font-family: 'Arial';"></span></p>
<p class="p0" style="margin-bottom: 0pt; margin-top: 0pt;"><span style="color: #000000; font-size: 10.5pt; font-family: 'Arial';"> D:SOURCE中,  包含你所有文件传输的指令; </span><span style="color: #000000; font-size: 10.5pt; font-family: 'Arial';"></span></p>
<p class="p0" style="margin-bottom: 0pt; margin-top: 0pt;"><span style="color: #000000; font-size: 10.5pt; font-family: 'Arial';">步骤二:</span><span style="color: #000000; font-size: 10.5pt; font-family: 'Arial';"></span></p>
<p class="p0" style="margin-bottom: 0pt; margin-top: 0pt;"><span style="color: #000000; font-size: 10.5pt; font-family: 'Arial';"> 创建</span><span style="color: #0000ff; font-size: 10.5pt; font-family: 'Arial';">FTP.TXT</span><span style="color: #000000; font-size: 10.5pt; font-family: 'Arial';">,包含以下命令行来从大机上取文件(当然也可用PUT来往大机上送文件) :</span><span style="color: #000000; font-size: 10.5pt; font-family: 'Arial';"></span></p>
<p class="p0" style="margin-bottom: 0pt; margin-top: 0pt;"><span style="color: #000000; font-size: 10.5pt; font-family: 'Arial';"> </span><span style="color: #0000ff; font-size: 10.5pt; font-family: 'Arial';"> TSOID</span><span style="color: #000000; font-size: 10.5pt; font-family: 'Arial';"> &#8212;&gt; 必须项,用你的TSO ID来替代 ; </span><span style="color: #000000; font-size: 10.5pt; font-family: 'Arial';"></span></p>
<p class="p0" style="margin-bottom: 0pt; margin-top: 0pt;"><span style="color: #000000; font-size: 10.5pt; font-family: 'Arial';"> </span><span style="color: #0000ff; font-size: 10.5pt; font-family: 'Arial';">PASSWORD</span><span style="color: #000000; font-size: 10.5pt; font-family: 'Arial';"> &#8212;&gt; 必须项,用ID 的密码来替代;</span><span style="color: #000000; font-size: 10.5pt; font-family: 'Arial';"></span></p>
<p class="p0" style="margin-bottom: 0pt; margin-top: 0pt;"><span style="color: #000000; font-size: 10.5pt; font-family: 'Arial';"> </span><span style="color: #0000ff; font-size: 10.5pt; font-family: 'Arial';">GET &#8217;AAAA.BBB.CCC&#8217;        AAAA.BBB.CCC.TXT</span><span style="color: #000000; font-size: 10.5pt; font-family: 'Arial';"> </span><span style="color: #000000; font-size: 10.5pt; font-family: 'Arial';"></span></p>
<p class="p0" style="margin-bottom: 0pt; margin-top: 0pt;"><span style="color: #000000; font-size: 10.5pt; font-family: 'Arial';"> &#8212;&gt;该行就是从大机上取文件操作!</span><span style="color: #000000; font-size: 10.5pt; font-family: 'Arial';"></span></p>
<p class="p0" style="margin-bottom: 0pt; margin-top: 0pt;"><span style="color: #000000; font-size: 10.5pt; font-family: 'Arial';"> </span><span style="color: #0000ff; font-size: 10.5pt; font-family: 'Arial';"> GET  &#8217;AAAA.BBB.CCC.SOURCE(MEMBER)&#8217;   CCC.SOURCE.MEMBER.TXT</span><span style="color: #000000; font-size: 10.5pt; font-family: 'Arial';"> </span><span style="color: #000000; font-size: 10.5pt; font-family: 'Arial';"></span></p>
<p class="p0" style="margin-bottom: 0pt; margin-top: 0pt;"><span style="color: #000000; font-size: 10.5pt; font-family: 'Arial';"> &#8212;&gt;该行取PDS中成员</span><span style="color: #000000; font-size: 10.5pt; font-family: 'Arial';"></span></p>
<p class="p0" style="margin-bottom: 0pt; margin-top: 0pt;"><span style="color: #000000; font-size: 10.5pt; font-family: 'Arial';"> </span><span style="color: #000000; font-size: 10.5pt; font-family: 'Arial';"></span></p>
<p class="p0" style="margin-bottom: 0pt; margin-top: 0pt;"><span style="color: #000000; font-size: 10.5pt; font-family: 'Arial';"> 试过之后,是不是有种&#8221;一阳指&#8221;一键定乾坤的感觉呢&#8230;</span><span style="color: #000000; font-size: 10.5pt; font-family: 'Arial';"></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.newcoin.info/%e7%94%a8ftp%e5%b7%a5%e5%85%b7%e5%bf%ab%e9%80%9f%e4%b8%8b%e8%bd%bd%e4%b8%bb%e6%9c%ba%e6%96%87%e4%bb%b6.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>技术分享：在主机上高效快速下载文件</title>
		<link>http://www.newcoin.info/%e6%8a%80%e6%9c%af%e5%88%86%e4%ba%ab%ef%bc%9a%e5%9c%a8%e4%b8%bb%e6%9c%ba%e4%b8%8a%e9%ab%98%e6%95%88%e5%bf%ab%e9%80%9f%e4%b8%8b%e8%bd%bd%e6%96%87%e4%bb%b6.html</link>
		<comments>http://www.newcoin.info/%e6%8a%80%e6%9c%af%e5%88%86%e4%ba%ab%ef%bc%9a%e5%9c%a8%e4%b8%bb%e6%9c%ba%e4%b8%8a%e9%ab%98%e6%95%88%e5%bf%ab%e9%80%9f%e4%b8%8b%e8%bd%bd%e6%96%87%e4%bb%b6.html#comments</comments>
		<pubDate>Mon, 16 Mar 2009 09:31:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[大型机｜Mainframe]]></category>
		<category><![CDATA[tso]]></category>
		<category><![CDATA[主机]]></category>
		<category><![CDATA[技术交流]]></category>
		<category><![CDATA[技术分享]]></category>
		<category><![CDATA[文件下载]]></category>

		<guid isPermaLink="false">http://newcoin.info/?p=27290</guid>
		<description><![CDATA[大伙都一定知道在TSO命令行下如何进行主机与本地之间的文件传输了吧。 然而我们碰到的问题却是：该种传输模式往往需要按键多次，直到传输结束才能利用TSO，因为那是一种前台交互模式！如果要传输文件数量比较多，文件SIZE比较大的话，无疑该种传输模式将会极其繁琐并且工作效率很不理想！ 更加重要的是：传输时你只能闲着,不能使用TSO！ 想通过只按一键就能完成将多个文件传输自动完成吗！并且传输时你还可以照用TSO！ 解决之道： 通过你桌面一个简单的批处理文件FTP.bat 在你的PC上去执行文件传输使命！ 步骤一: 在你PC桌面上创建一个FTP.bat 文件,包含以下两行（当然你也可以更加个性化一些）: CD D:SOURCE &#8212;>假定使用 D:SOURCE 来作为文件传输保存场所; FTP -i -s:FTP.TXT 9.125.72.87 &#8212;> 假定 9.125.72.87 是大机的IP, FTP.TXT是保存在 D:SOURCE中, 包含你所有文件传输的指令; 步骤二: 创建FTP.TXT,包含以下命令行来从大机上取文件(当然也可用PUT来往大机上送文件) : TSOID &#8212;> 必须项,用你的TSO ID来替代 ; PASSWORD &#8212;> 必须项,用ID 的密码来替代; GET &#8216;AAAA.BBB.CCC&#8217; AAAA.BBB.CCC.TXT &#8212;>该行就是从大机上取文件操作! GET &#8216;AAAA.BBB.CCC.SOURCE(MEMBER)&#8217; CCC.SOURCE.MEMBER.TXT &#8212;>该行取PDS中成员 试过之后,是不是有种&#8221;一阳指&#8221;一键定乾坤的感觉呢&#8230;]]></description>
			<content:encoded><![CDATA[<p>   大伙都一定知道在TSO命令行下如何进行主机与本地之间的文件传输了吧。<br />
然而我们碰到的问题却是：该种传输模式往往需要按键多次，直到传输结束才能利用TSO，因为那是一种前台交互模式！如果要传输文件数量比较多，文件SIZE比较大的话，无疑该种传输模式将会极其繁琐并且工作效率很不理想！<br />
    更加重要的是：传输时你只能闲着,不能使用TSO！<br />
    想通过只按一键就能完成将多个文件传输自动完成吗！并且传输时你还可以照用TSO！<br />
解决之道：<br />
<span id="more-27290"></span><br />
    通过你桌面一个简单的批处理文件FTP.bat 在你的PC上去执行文件传输使命！<br />
步骤一:<br />
     在你PC桌面上创建一个FTP.bat 文件,包含以下两行（当然你也可以更加个性化一些）:<br />
    CD D:SOURCE<br />
                     &#8212;>假定使用 D:SOURCE 来作为文件传输保存场所;<br />
    FTP -i -s:FTP.TXT 9.125.72.87<br />
                     &#8212;> 假定 9.125.72.87 是大机的IP, FTP.TXT是保存在<br />
                          D:SOURCE中,  包含你所有文件传输的指令;<br />
步骤二:<br />
     创建FTP.TXT,包含以下命令行来从大机上取文件(当然也可用PUT来往大机上送文件) :<br />
        TSOID        &#8212;> 必须项,用你的TSO ID来替代 ;<br />
        PASSWORD     &#8212;> 必须项,用ID 的密码来替代;<br />
        GET &#8216;AAAA.BBB.CCC&#8217;        AAAA.BBB.CCC.TXT<br />
                     &#8212;>该行就是从大机上取文件操作!<br />
        GET  &#8216;AAAA.BBB.CCC.SOURCE(MEMBER)&#8217;   CCC.SOURCE.MEMBER.TXT<br />
                     &#8212;>该行取PDS中成员</p>
<p>   试过之后,是不是有种&#8221;一阳指&#8221;一键定乾坤的感觉呢&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.newcoin.info/%e6%8a%80%e6%9c%af%e5%88%86%e4%ba%ab%ef%bc%9a%e5%9c%a8%e4%b8%bb%e6%9c%ba%e4%b8%8a%e9%ab%98%e6%95%88%e5%bf%ab%e9%80%9f%e4%b8%8b%e8%bd%bd%e6%96%87%e4%bb%b6.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>怎样采用MACRO来自动登陆你的TSO?</title>
		<link>http://www.newcoin.info/%e6%80%8e%e6%a0%b7%e9%87%87%e7%94%a8macro%e6%9d%a5%e8%87%aa%e5%8a%a8%e7%99%bb%e9%99%86%e4%bd%a0%e7%9a%84tso.html</link>
		<comments>http://www.newcoin.info/%e6%80%8e%e6%a0%b7%e9%87%87%e7%94%a8macro%e6%9d%a5%e8%87%aa%e5%8a%a8%e7%99%bb%e9%99%86%e4%bd%a0%e7%9a%84tso.html#comments</comments>
		<pubDate>Mon, 16 Mar 2009 01:52:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[大型机｜Mainframe]]></category>
		<category><![CDATA[macro]]></category>
		<category><![CDATA[tso]]></category>
		<category><![CDATA[功能]]></category>
		<category><![CDATA[大型机]]></category>
		<category><![CDATA[技术交流]]></category>
		<category><![CDATA[登入]]></category>

		<guid isPermaLink="false">http://newcoin.info/?p=27276</guid>
		<description><![CDATA[每次进入大机，都要不停的输入用户名和密码，很是麻烦，今天给大家分享的是怎样采用MACRO来自动登陆你的TSO： 通常打开PCOMM进行登陆TSO时,每次都需要手工输入各个TSO选项,TSO ID和密码等,其实每次这种固定不变的交互处理都可以通过采用Macro来实现,在PCOMM启动时再具体制定该Macro就可以实现自动操作; 步骤一: 创建Macro. 单击工具栏的Actions&#8211;>Start Recording Macro&#8230;选项。 在弹出对话框中，输入File Name（比如：Logon.mac），默认其他选项，然后点OK确认开始录制宏。 输入登录TSO命令（比如：TSO）。 分别输入Userid和Password(比如：GDC001和123456)。 成功登陆后，然后单击Actions&#8211;>Stop Recording Macro选项来完成录制宏。 步骤二:设置自动登陆所使用的Macro. 单击工具栏的Edit&#8211;>Preferences&#8211;>Macro/Script&#8230;&#8211;>选项 在弹出对话框中,在Macro/Script框中选择步骤一中所创建的Macro名后按OK即可;]]></description>
			<content:encoded><![CDATA[<p>    每次进入大机，都要不停的输入用户名和密码，很是麻烦，今天给大家分享的是怎样采用MACRO来自动登陆你的TSO：<br />
     通常打开PCOMM进行登陆TSO时,每次都需要手工输入各个TSO选项,TSO ID和密码等,其实每次这种固定不变的交互处理都可以通过采用Macro来实现,在PCOMM启动时再具体制定该Macro就可以实现自动操作;<br />
    步骤一:  创建Macro.<br />
    <span id="more-27276"></span><br />
    单击工具栏的Actions&#8211;>Start Recording Macro&#8230;选项。<br />
    在弹出对话框中，输入File Name（比如：Logon.mac），默认其他选项，然后点OK确认开始录制宏。<br />
    输入登录TSO命令（比如：TSO）。<br />
    分别输入Userid和Password(比如：GDC001和123456)。<br />
    成功登陆后，然后单击Actions&#8211;>Stop Recording Macro选项来完成录制宏。</p>
<p>    步骤二:设置自动登陆所使用的Macro.<br />
    单击工具栏的Edit&#8211;>Preferences&#8211;>Macro/Script&#8230;&#8211;>选项<br />
在弹出对话框中,在Macro/Script框中选择步骤一中所创建的Macro名后按OK即可;    </p>
]]></content:encoded>
			<wfw:commentRss>http://www.newcoin.info/%e6%80%8e%e6%a0%b7%e9%87%87%e7%94%a8macro%e6%9d%a5%e8%87%aa%e5%8a%a8%e7%99%bb%e9%99%86%e4%bd%a0%e7%9a%84tso.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
