<?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>Rui Miguel Feio &#187; VTAM</title>
	<atom:link href="http://www.ruifeio.com/category/mainframe/vtam/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ruifeio.com</link>
	<description>Sharing knowledge with the world</description>
	<lastBuildDate>Sat, 24 Dec 2011 15:42:02 +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>What is a VTAM major node?</title>
		<link>http://www.ruifeio.com/2010/09/04/what-is-a-vtam-major-node/</link>
		<comments>http://www.ruifeio.com/2010/09/04/what-is-a-vtam-major-node/#comments</comments>
		<pubDate>Sat, 04 Sep 2010 17:06:50 +0000</pubDate>
		<dc:creator>Rui Miguel Feio</dc:creator>
				<category><![CDATA[Glossary]]></category>
		<category><![CDATA[Tech - Mainframe]]></category>
		<category><![CDATA[VTAM]]></category>

		<guid isPermaLink="false">http://www.ruifeio.com/?p=508</guid>
		<description><![CDATA[A major node is a list of parameters that define a specific type of network device or group of related devices that VTAM can address. To define the attachment of any device or set of devices to VTAM, you need to code a major node member in the VTAMLST data set.]]></description>
			<content:encoded><![CDATA[<p>A major node is a list of parameters that define a specific type of network device or group of related devices that VTAM can address.</p>
<p>To define the attachment of any device or set of devices to VTAM, you need to code a major node member in the VTAMLST data set.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ruifeio.com/2010/09/04/what-is-a-vtam-major-node/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Useful VTAM commands</title>
		<link>http://www.ruifeio.com/2010/09/04/useful-vtam-commands/</link>
		<comments>http://www.ruifeio.com/2010/09/04/useful-vtam-commands/#comments</comments>
		<pubDate>Sat, 04 Sep 2010 17:03:16 +0000</pubDate>
		<dc:creator>Rui Miguel Feio</dc:creator>
				<category><![CDATA[Tech - Mainframe]]></category>
		<category><![CDATA[VTAM]]></category>

		<guid isPermaLink="false">http://www.ruifeio.com/?p=493</guid>
		<description><![CDATA[1. Display commands D NET,VTAMOPTS Display VTAM options, including SUBAREA Number, NETID, SSCPNAME, SSCPID D NET,BFRUSE Display information about VTAM¢s virtual storage and buffer pool usage D NET,APPLS Display the applications (APPLIDS) that VTAM knows about D NET,PATHTAB Display the status of communications PATHs between subareas in the VTAM network D NET,MAJNODES Display details about [...]]]></description>
			<content:encoded><![CDATA[<p><strong>1. Display commands</strong></p>
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="130" valign="top"><strong>D </strong><strong>NET</strong><strong>,VTAMOPTS</strong></td>
<td width="500" valign="top">Display VTAM options, including   SUBAREA Number, NETID, SSCPNAME, SSCPID</td>
</tr>
<tr>
<td width="130" valign="top"><strong>D </strong><strong>NET</strong><strong>,BFRUSE</strong></td>
<td width="500" valign="top">Display information about VTAM¢s virtual storage and buffer pool   usage</td>
</tr>
<tr>
<td width="130" valign="top"><strong>D </strong><strong>NET</strong><strong>,APPLS</strong></td>
<td width="500" valign="top">Display   the applications (APPLIDS) that VTAM knows about</td>
</tr>
<tr>
<td width="130" valign="top"><strong>D </strong><strong>NET</strong><strong>,PATHTAB</strong></td>
<td width="500" valign="top">Display   the status of communications PATHs between subareas in the VTAM network</td>
</tr>
<tr>
<td width="130" valign="top"><strong>D </strong><strong>NET</strong><strong>,MAJNODES</strong></td>
<td width="500" valign="top">Display   details about major nodes</td>
</tr>
<tr>
<td width="130" valign="top"><strong>D </strong><strong>NET</strong><strong>,ID=&#8230;</strong></td>
<td width="500" valign="top">Display   information about the specified VTAM resource</td>
</tr>
<tr>
<td width="130" valign="top"><strong>D </strong><strong>NET</strong><strong>,ID=&#8230;,E</strong></td>
<td width="500" valign="top">Display   more information about the specified VTAM resource</td>
</tr>
</tbody>
</table>
<p><strong>2. Vary commands</strong></p>
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="160" valign="top"><strong>V </strong><strong>NET</strong><strong>,ACT,ID=&#8230;</strong></td>
<td width="470" valign="top">Activate the specified resource</td>
</tr>
<tr>
<td width="160" valign="top"><strong>V </strong><strong>NET</strong><strong>,</strong><strong>INACT</strong><strong>,</strong><strong>ID</strong><strong>=&#8230;</strong></td>
<td width="470" valign="top">Deactivate the specified resource</td>
</tr>
<tr>
<td width="160" valign="top"><strong>V </strong><strong>NET</strong><strong>,</strong><strong>INACT</strong><strong>,</strong><strong>ID</strong><strong>=&#8230;,I</strong></td>
<td width="470" valign="top">Immediately deactivate the   specified resource</td>
</tr>
<tr>
<td width="160" valign="top"><strong>V </strong><strong>NET</strong><strong>,</strong><strong>INACT</strong><strong>,</strong><strong>ID</strong><strong>=&#8230;,F</strong></td>
<td width="470" valign="top">Force-deactivate   the specified resource</td>
</tr>
<tr>
<td width="160" valign="top"><strong>V </strong><strong>NET</strong><strong>,</strong><strong>ACQ</strong><strong>,</strong><strong>ID</strong><strong>=&#8230;</strong></td>
<td width="470" valign="top">Acquire the specified resource (NCP   or non-switched PU) without activating it &#8211; used during network recovery   whereby this VTAM can take ownership of another VTAM¢s resource</td>
</tr>
</tbody>
</table>
<p><strong>3. Modify commands</strong></p>
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="190" valign="top"><strong>F </strong><strong>NET</strong><strong>,TNSTAT,CNSL=YES</strong></td>
<td width="450" valign="top">Activate the VTAM tuning statistics   display and output to the console</td>
</tr>
<tr>
<td width="190" valign="top"><strong>F </strong><strong>NET</strong><strong>,NOTNSTAT</strong></td>
<td width="450" valign="top">Deactivate the VTAM tuning   statistics display</td>
</tr>
<tr>
<td width="190" valign="top"><strong>F </strong><strong>NET</strong><strong>,TRACE,&#8230;</strong></td>
<td width="450" valign="top">Initiate or Modify VTAM tracing</td>
</tr>
<tr>
<td width="190" valign="top"><strong>F </strong><strong>NET</strong><strong>,NOTRACE,&#8230;</strong></td>
<td width="450" valign="top">Terminate   VTAM tracing</td>
</tr>
</tbody>
</table>
<p><strong>4. Halt commands</strong></p>
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="130" valign="top"><strong>Z </strong><strong>NET</strong></td>
<td width="500" valign="top">Terminate VTAM processing normally</td>
</tr>
<tr>
<td width="130" valign="top"><strong>Z </strong><strong>NET</strong><strong>,QUICK</strong></td>
<td width="500" valign="top">Terminate VTAM processing   immediately without waiting for normal termination of existing sessions &#8211;   should only be used when normal termination does not complete successfully</td>
</tr>
<tr>
<td width="130" valign="top"><strong>Z </strong><strong>NET</strong><strong>,CANCEL</strong></td>
<td width="500" valign="top">Abends VTAM &#8211; should only be used   when both Z NET   and Z NET,QUICK are<br />
unsuccessful</td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.ruifeio.com/2010/09/04/useful-vtam-commands/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

