CLOSE LINK: TPROCESS, Transfer Control link, or UL/DB2: Difference between revisions

From m204wiki
Jump to navigation Jump to search
No edit summary
Line 4: Line 4:
<dd>User 0, system administrator, system manager
<dd>User 0, system administrator, system manager
<dt>Function
<dt>Function
<dd>Disables the link specified in the link entity definition
</dl>
</dl>
==Syntax==
==Syntax==

Revision as of 22:14, 29 January 2015

Summary

Privileges
User 0, system administrator, system manager
Function
Disables the link specified in the link entity definition

Syntax

CLOSE LINK linkname

Where: linkname is the link specified on the DEFINE LINK command.

Usage notes

CLOSE LINK disables the link specified in the link entity definition. Processes using the link are ended and new processes are not allowed to start. All internal resources, buffers, and control blocks are released.

The CLOSE LINK command is not required at shutdown; an implicit CLOSE LINK is performed during Model 204 termination.