Where allowed to run: All environments (*ALL) Threadsafe: No |
Parameters Examples Error messages |
The Release Remote Phase (RLSRMTPHS) command initiates a session between the iSeries and a System/370 NetView Distribution Manager (NDM) host system. After the phase is released by NDM (or an unsuccessful attempt is made to do so), the session is ended.
The following considerations apply when running this command:
Restriction: To use this command, the user must be signed on as QPGMR or QSYSOPR, or have *ALLOBJ authority.
Top |
Keyword | Description | Choices | Notes |
---|---|---|---|
PHASE | Phase | Communications name | Required, Positional 1 |
PLAN | Plan | Communications name | Required, Positional 2 |
APPID | Application identifier | Name | Required, Positional 3 |
RMTLOCNAME | Remote location | Communications name | Required, Positional 4 |
DEV | Device | Name | Required, Positional 5 |
Top |
Specifies the name of the NetView Distribution Manager phase that is released. This phase must exist on the NDM host system as part of the plan specified by the PLAN parameter, and must be in a HELD state.
This is a required parameter.
Top |
Specifies the name of the NetView Distribution Manager plan that contains the phase that is released. This plan must exist on the NDM host.
This is a required parameter.
Top |
Specifies the name of the NetView Distribution Manager application under which the phase name specified by the PHASE parameter was submitted. This is the same name by which NDM was made known to MVS when it was generated.
This is a required parameter.
Top |
Specifies the name of the remote location with which this device communicates. This should be the same name that is entered in the RMTLOCNAME parameter of the device specified by the DEV parameter.
This is a required parameter.
Top |
Specifies the device name of the iSeries device to be used for the communications session started as a result of this command. The device must be a SNUF device and must be PSR capable.
This is a required parameter.
Top |
RLSRMTPHS PHASE(MESSAGE) PLAN(ALEXPLAN) APPID(DSXNDM) RMTLOCNAME(A083187) DEV(SNUFDEV)
This command initiates a session using device SNUFDEV with remote location name A083187 to connect with the System/370 NetView Distribution Manager host application DSXNDM. After the session connection is made, phase MESSAGE, as part of plan ALEXPLAN, attempts to release. If the release is successful, message CPC8889 (Phase MESSAGE released by NetView Distribution Manager) is sent. If the release is not successful, message CPF8880 (Phase MESSAGE not released by Netview Distribution Manager) is sent.
Top |
Top |