IFAMCHNL parameter: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (misc formatting)
 
Line 15: Line 15:


==Description==
==Description==
<p>IIFAMCHNL can be used to override the default channel name if two <var class="product">Model&nbsp;204</var> regions are to be active at the same time with cross-region User Language (IODEV=23) connections.</p>
<p>
<p>IFAMCHNL is passed as a character string in the following format: </p>
<var>IFAMCHNL</var> can be used to override the default channel name if two <var class="product">Model&nbsp;204</var> regions are to be active at the same time with cross-region User Language (<code>IODEV=23</code>) connections.</p>
<p class="code">IFAMCHNL=[subsystem:]channel-name
<p>
<var>IFAMCHNL</var> is passed as a character string in the following format: </p>
<p class="syntax">IFAMCHNL=[<span class="term">subsystem</span>:]<span class="term">channel-name</span>
</p>
</p>
<p>where: </p>
<p>where: </p>
<ul>
<ul>
<li>
<li>The <var class="term">subsystem</var> option, available on z/OS with XDM only, is the 4-characters name of a subsystem, plus a colon (<tt>:</tt>). The default is the value stored within the IGCLM244 load module, which is set at the time of installation.</li>
The <i>subsystem</i> option, available on z/OS with XDM only, is the 4-characters name of a subsystem, plus a colon (:). The default is the value stored within the IGCLM244 load module, which is set at the time of installation.</li>
 
<li>
<li><var class="term">channel-name</var> is the 8-character name of the CRAM channel used. </li>
<i>channel-name</i> is the 8-character name of the CRAM channel used. </li>
</ul>
</ul>
<p>IFAMCHNL is not used under z/VM. </p>
<p>
<var>IFAMCHNL</var> is not used under z/VM. </p>
 
[[Category:System parameters]]
[[Category:System parameters]]
[[Category:Parameters]]
[[Category:Parameters]]

Latest revision as of 22:29, 31 March 2017

IFAM2 CRAM channel name

Summary

Default value
IFAMPROD
Parameter type
System
Where set
On User 0's parameter line
Related products
All
Introduced
Model 204 V2.1 or earlier

Description

IFAMCHNL can be used to override the default channel name if two Model 204 regions are to be active at the same time with cross-region User Language (IODEV=23) connections.

IFAMCHNL is passed as a character string in the following format:

IFAMCHNL=[subsystem:]channel-name

where:

  • The subsystem option, available on z/OS with XDM only, is the 4-characters name of a subsystem, plus a colon (:). The default is the value stored within the IGCLM244 load module, which is set at the time of installation.
  • channel-name is the 8-character name of the CRAM channel used.

IFAMCHNL is not used under z/VM.