CL Command Reference - RLSRMTPHS
CL Command List > RLSRMTPHS Reference
Description:
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:
. The NDM plan specified by the PLAN parameter must exist and have been previously submitted to the NDM host application specified by the APPID parameter.
. The NDM phase specified by the PHASE parameter must exist and be part of the NDM plan specified by the PLAN parameter.
. The NDM phase specified by the PHASE parameter must be in a HELD state on the host system.
. The device specified by the DEV parameter must be a SNUF device and must be program start request (PSR) capable.
. This command runs only on a node which is currently functioning as a host interface node to the NDM host system. However, it is not restricted to releasing only those NDM phases whose destination is the node issuing the command. Any phase may be released for any node that shares the host interface node.
Restriction: To use this command, the user must be signed on as QPGMR or QSYSOPR, or have *ALLOBJ authority.
Examples:
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.