IFAMCLOSE command

From m204wiki
Revision as of 01:05, 28 February 2013 by Alex (talk | contribs) (Automatically generated page update)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.