IFAMCLOSE command: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (Automatically generated page update)
 
(Automatically generated page update)
Line 16: Line 16:
==Usage notes==
==Usage notes==
<p>The IFAMCLOSE command closes the HLI facility IFAM2 channel and disconnects all IFAM2 threads on that channel. IFAMCLOSE might be issued to free any IFAM2 application programs waiting as the result of an IFAMDRAIN command, or to allow the channel name to be switched.</p>
<p>The IFAMCLOSE command closes the HLI facility IFAM2 channel and disconnects all IFAM2 threads on that channel. IFAMCLOSE might be issued to free any IFAM2 application programs waiting as the result of an IFAMDRAIN command, or to allow the channel name to be switched.</p>
<p>Before the IFAMCLOSE command is accepted, IFAM2 must be completely drained by means of the IFAMDRAIN command. Otherwise, an error message is produced, and no action is taken. Control of IFAM2 threads in the <var class="product">Model&nbsp;204</var> region is explained in detail in the <var>Model&nbsp;204 System Manager's Guide</var>. </p>
<p>Before the IFAMCLOSE command is accepted, IFAM2 must be completely drained by means of the IFAMDRAIN command. Otherwise, an error message is produced, and no action is taken. Control of IFAM2 threads in the <var class="product">Model&nbsp;204</var> region is explained in detail in the <var class="book">Model&nbsp;204 System Manager's Guide</var>. </p>
<p>In z/VM, only IUCV communications are supported.</p>
<p>In z/VM, only IUCV communications are supported.</p>
[[Category: System manager commands]]
[[Category: System manager commands]]
[[Category:Commands]]
[[Category:Commands]]

Revision as of 01:30, 20 April 2013

Summary

Privileges
System manager
Function
Closes the Host Language Interface facility IFAM2 channel

Syntax

IFAMCLOSE [CRAM | IUCV]

Syntax notes

If the channel type is not specified, CRAM is assumed. However, if no CRAM threads are defined, IUCV is assumed.

Example

IFAMCLOSE IUCV

Usage notes

The IFAMCLOSE command closes the HLI facility IFAM2 channel and disconnects all IFAM2 threads on that channel. IFAMCLOSE might be issued to free any IFAM2 application programs waiting as the result of an IFAMDRAIN command, or to allow the channel name to be switched.

Before the IFAMCLOSE command is accepted, IFAM2 must be completely drained by means of the IFAMDRAIN command. Otherwise, an error message is produced, and no action is taken. Control of IFAM2 threads in the Model 204 region is explained in detail in the Model 204 System Manager's Guide.

In z/VM, only IUCV communications are supported.