OPEN LINK command: Difference between revisions
(→Syntax) |
|||
(4 intermediate revisions by the same user not shown) | |||
Line 9: | Line 9: | ||
<p class="syntax"><b>O</b>PEN LINK <var class="term">linkname</var> </p> | <p class="syntax"><b>O</b>PEN LINK <var class="term">linkname</var> </p> | ||
or | or | ||
<p class="syntax"><b>O</b>PEN LINK <var class="term"> | <p class="syntax"><b>O</b>PEN LINK <var class="term">newlinkname</var> REPLACE <var class="term">oldlinkname</var></p> | ||
<b>Where:</b> | <b>Where:</b> | ||
<var class="term">linkname</var> is the link specified on the DEFINE LINK command. | <var class="term">linkname</var> is the link specified on the DEFINE LINK command. | ||
<p><var class="term">oldlinkname</var> is a Horizon VTAM link that was abandoned using the CLOSE LINK command with the ABANDON keyword.</p> | <p><var class="term">oldlinkname</var> is a Horizon VTAM link that was abandoned using the CLOSE LINK command with the ABANDON keyword.</p> | ||
<p> | <p><var class="term">newlinkname</var> is the name of the link to replace the abandoned Horizon VTAM link.</p> | ||
==Usage notes== | ==Usage notes== | ||
Line 22: | Line 22: | ||
<p>OPEN LINK must be issued before any TPROCESS, Transfer Control, or Horizon User Language statements are issued or before a Connect:connection is established. </p> | <p>OPEN LINK must be issued before any TPROCESS, Transfer Control, or Horizon User Language statements are issued or before a Connect:connection is established. </p> | ||
==Replacing an abandoned Horizon VTAM link== | ==Replacing an abandoned Horizon VTAM link== | ||
<p>When a Horizon VTAM link has been abandoned, using the ABANDON keyword of the CLOSE LINK command, it is sometimes possible to open a new Horizon VTAM link to replace the abandoned link and to take over its associated REMOTE, SESSIONGROUP and PROCESSGROUP definitions, using the REPLACE keyword in | <p>When a Horizon VTAM link has been abandoned, using the ABANDON keyword of the CLOSE LINK command, it is sometimes possible to open a new Horizon VTAM link to replace the abandoned link and to take over its associated REMOTE, SESSIONGROUP and PROCESSGROUP definitions, using the REPLACE keyword in the OPEN LINK command.</p> | ||
<p class="code">OPEN LINK <var class="term"> | <p class="code">OPEN LINK <var class="term">newlinkname</var> REPLACE <var class="term">oldlinkname</var> | ||
</p> | </p> | ||
<p>This is possible if the CLOSE LINK <var class="term">linkname</var> ABANDON command left the old link in an abandoned state. </p> | <p>This is possible if the CLOSE LINK <var class="term">linkname</var> ABANDON command left the old link in an abandoned state. </p> |
Latest revision as of 21:53, 10 October 2013
Summary
- Privileges
- User 0, system administrator, system manager
- Function
- The OPEN LINK command enables the link specified on the DEFINE LINK command.
Syntax
OPEN LINK linkname
or
OPEN LINK newlinkname REPLACE oldlinkname
Where: linkname is the link specified on the DEFINE LINK command.
oldlinkname is a Horizon VTAM link that was abandoned using the CLOSE LINK command with the ABANDON keyword.
newlinkname is the name of the link to replace the abandoned Horizon VTAM link.
Usage notes
Depending on the TRANSPORT option of the DEFINE LINK command, the OPEN LINK command opens the CRAM channel or terminal connection. The OPEN LINK command also opens the SNA Communications Server ACB, the access method control block that SNA Communications Server uses to gather all information about the application program, which in this case is Model 204.
All system-wide control blocks and buffers necessary for activating sessions are allocated during open processing.
If the DEFINE LINK command specifies the PSWD parameter, the user is prompted for a password.
OPEN LINK must be issued before any TPROCESS, Transfer Control, or Horizon User Language statements are issued or before a Connect:connection is established.
Replacing an abandoned Horizon VTAM link
When a Horizon VTAM link has been abandoned, using the ABANDON keyword of the CLOSE LINK command, it is sometimes possible to open a new Horizon VTAM link to replace the abandoned link and to take over its associated REMOTE, SESSIONGROUP and PROCESSGROUP definitions, using the REPLACE keyword in the OPEN LINK command.
OPEN LINK newlinkname REPLACE oldlinkname
This is possible if the CLOSE LINK linkname ABANDON command left the old link in an abandoned state.
If, however, the CLOSE LINK command completed in such a way that the link can be re-opened, the following new message is produced:
M204.2890: LINK linkname CLOSED NORMALLY. IT CAN BE RE-OPENED
In this case the keyword REPLACE of the OPEN LINK command cannot be used to replace the link. Instead the link should be re-opened as normal.