<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://debianws.lexgopc.com/wiki143/index.php?action=history&amp;feed=atom&amp;title=IBM_Advanced_Program-to-Program_Communication</id>
	<title>IBM Advanced Program-to-Program Communication - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://debianws.lexgopc.com/wiki143/index.php?action=history&amp;feed=atom&amp;title=IBM_Advanced_Program-to-Program_Communication"/>
	<link rel="alternate" type="text/html" href="http://debianws.lexgopc.com/wiki143/index.php?title=IBM_Advanced_Program-to-Program_Communication&amp;action=history"/>
	<updated>2026-09-11T17:14:54Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.1</generator>
	<entry>
		<id>http://debianws.lexgopc.com/wiki143/index.php?title=IBM_Advanced_Program-to-Program_Communication&amp;diff=2220897&amp;oldid=prev</id>
		<title>imported&gt;Citation bot: Added date. | Use this bot. Report bugs. | Suggested by Abductive | Category:Application layer protocols | #UCB_Category 124/188</title>
		<link rel="alternate" type="text/html" href="http://debianws.lexgopc.com/wiki143/index.php?title=IBM_Advanced_Program-to-Program_Communication&amp;diff=2220897&amp;oldid=prev"/>
		<updated>2024-03-15T20:56:46Z</updated>

		<summary type="html">&lt;p&gt;Added date. | &lt;a href=&quot;/wiki143/index.php?title=En:WP:UCB&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;En:WP:UCB (page does not exist)&quot;&gt;Use this bot&lt;/a&gt;. &lt;a href=&quot;/wiki143/index.php?title=En:WP:DBUG&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;En:WP:DBUG (page does not exist)&quot;&gt;Report bugs&lt;/a&gt;. | Suggested by Abductive | &lt;a href=&quot;/wiki143/index.php?title=Category:Application_layer_protocols&quot; title=&quot;Category:Application layer protocols&quot;&gt;Category:Application layer protocols&lt;/a&gt; | #UCB_Category 124/188&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Short description|Computer communications protocol}}&lt;br /&gt;
In [[computing]], &amp;#039;&amp;#039;&amp;#039;Advanced Program to Program Communication&amp;#039;&amp;#039;&amp;#039; or &amp;#039;&amp;#039;&amp;#039;APPC&amp;#039;&amp;#039;&amp;#039; is a [[Protocol (computing)|protocol]] which [[computer program]]s can use to communicate over a [[computer network|network]].  APPC is at the [[application layer]] in the [[OSI model]], it  enables communications between programs on different computers, from portables and workstations to midrange and host computers. APPC is defined as [[VTAM]] &amp;#039;&amp;#039;&amp;#039;[[IBM LU6.2|LU 6.2]]&amp;#039;&amp;#039;&amp;#039; ( Logical unit type 6.2 )&lt;br /&gt;
&lt;br /&gt;
APPC was developed in 1982 as a component of [[IBM]]&amp;#039;s [[Systems Network Architecture]] (SNA).&amp;lt;ref&amp;gt;{{cite web |last1=IBM Corporation |title=Advanced Program-to Program Communications (APPC) |url=https://www.ibm.com/support/knowledgecenter/zosbasics/com.ibm.zos.znetwork/znetwork_180.htm |website=IBM Knowledge Center |date=27 January 2006 |accessdate=Nov 20, 2018}}&amp;lt;/ref&amp;gt; Several [[API]]s were developed for programming languages such as [[COBOL]], [[PL/I]], [[C (programming language)|C]] or [[REXX]].&lt;br /&gt;
&lt;br /&gt;
APPC software is available for many different IBM and non-IBM operating systems, either as part of the operating system or as a separate software package. APPC serves as a translator between application programs and the network. When an application on your computer passes information to the APPC software, APPC translates the information and passes it to a network interface, such as a LAN adapter card. The information travels across the network to another computer, where the APPC software receives the information from the network interface. APPC translates the information back into its original format and passes it to the corresponding partner application.&lt;br /&gt;
&lt;br /&gt;
APPC is mainly used by IBM installations running operating systems such [[z/OS]] (formerly MVS then OS/390), [[z/VM]] (formerly VM/CMS), [[z/TPF]], [[IBM i]] (formerly OS/400), [[OS/2]], [[AIX]] and [[z/VSE]] (formerly DOS/VSE).  [[Microsoft]] also includes [[Systems Network Architecture|SNA]] support in Microsoft&amp;#039;s [[Host Integration Server]]. Major IBM software products also include support for APPC, including [[CICS]], [[IBM Db2|Db2]], [[Common Information Model (computing)|CIM]] and [[WebSphere MQ]].&lt;br /&gt;
&lt;br /&gt;
Unlike [[TCP/IP]], in which both communication partners always possess a clear role (one is always [[client–server model|server]], and others always the client), APPC is a [[peer-to-peer]] protocol. The communication partners in APPC are equal, every application can be both server and client equally. The role, and the number of the parallel sessions between the partners, is negotiated over &amp;#039;&amp;#039;CNOS&amp;#039;&amp;#039; sessions (Change Number Of Session) with a special log mode (e.g. at IBM, &amp;#039;snasvcmg&amp;#039;). Transmission of the data is made then by &amp;#039;data sessions&amp;#039;, their log modes can be determined in detail from the VTAM administrator (e.g. length of the data blocks, coding etc..).&lt;br /&gt;
&lt;br /&gt;
It was also apparent to the architects of APPC that it could be used to provide operating system services on remote computers. A separate architecture group was formed to use APPC to enable programs on one computer to transparently use the data management services of remote computers. For each such use, an APPC session is created and used in a [[client–server model|client–server]] fashion by the Conversational Communications Manager of [[Distributed Data Management Architecture]] (DDM). Message formats and protocols were defined for accessing and managing record-oriented files, stream-oriented files, relational databases (as the base architecture of [[DRDA|Distributed Relational Database Architecture ]] (DRDA)), and other services.  A variety of DDM and DRDA products were implemented by IBM and other vendors. &lt;br /&gt;
&lt;br /&gt;
With the increasing prevalence of TCP/IP, APPC has declined, although many IBM systems have translators, such as [[Enterprise Extender]] ([[RFC 2353]]), to allow sending APPC-formatted traffic over IP networks.&amp;lt;ref&amp;gt;{{cite web |last1=IBM Corporation |title=Enterprise Extender |url=https://www.ibm.com/support/knowledgecenter/zosbasics/com.ibm.zos.znetwork/znetwork_239.htm |website=IBM Knowledge Center |date=27 January 2006 |accessdate=Nov 19, 2018}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
APPC should not be confused with the similarly named [[IBM Advanced Peer-to-Peer Networking|APPN]] (Advanced Peer-to-Peer Networking). APPC manages communication between programs, operating at the application and presentation layers. By contrast, APPN manages communication between machines, including routing, and operates at the transport and network layers.&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
{{Reflist}}&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
* [https://web.archive.org/web/20120212230623/http://www.redbooks.ibm.com/abstracts/GG244485.html?Open IBM APPC Configuration Guide]&lt;br /&gt;
&lt;br /&gt;
[[Category:Systems Network Architecture|Advanced Program-to-Program Communication]]&lt;br /&gt;
[[Category:Network protocols]]&lt;br /&gt;
[[Category:IBM software|Advanced Program-to-Program Communication]]&lt;br /&gt;
[[Category:Application layer protocols]]&lt;/div&gt;</summary>
		<author><name>imported&gt;Citation bot</name></author>
	</entry>
</feed>