UPDATE MSPLINK command

Use the UPDATE MSPLINK command to set or change the MSC physical link attributes or to change the status of the specified physical links.

Example 2 for UPDATE MSPLINK command

TSO SPOC input:
UPD MSPLINK NAME(STAR1, STAR2, STAR2B*) START(LOGON)
TSO SPOC output:
MSName   MbrName CC   CCTEXT
STAR1    IMSA    0
STAR2    IMSA    10   NOT FOUND
STAR2B   IMSA    0
STAR2B11 IMSA    0
STAR2B12 IMSA    0

Explanation: This command enables logon for the specified physical links: STAR1, STAR2B, STAR2B11, and STAR2B12. STAR2 is unknown.

Example 3 for UPDATE MSPLINK command

TSO SPOC input:
UPD MSPLINK NAME(PLNK12TA) STOP(LOGON,GENLOGON)
TSO SPOC output:
MSName   MbrName CC   CCTEXT
PLNK12TA IMS1    0  

Explanation: This command prevents IMS1 from starting or accepting any and all logical links on the specified physical link PLNK12TA. The GENLOGON applies to links that use TCP/IP generic resources. The LOGON parameter applies to links that specify IMS1 explicitly.

Issuing the following QUERY MSPLINK NAME(PLNK12TA) SHOW(ALL) command in IMS1 returns the following status:
MSPLink  MbrName    CC  Type     RmtIms   LclImsCon  LclPlkID     LclStat   
PLNK12TA IMS1        0  TCPIP    IMS2     HWS1       MSC12        STOGENLGN      

Example 4 for UPDATE MSPLINK command

TSO SPOC input:
UPD MSPLINK NAME(*) STOP(LOGON,GENLOGON)
TSO SPOC output:
MSPLink  MbrName CC  CCText

PLNK12C  IMS1    10C INVALID START/STOP FOR LINK TYPE
PLNK12M  IMS1    10C INVALID START/STOP FOR LINK TYPE
PLNK12TA IMS1     0
PLNK12V  IMS1     0 
Explanation:
In the example above each link is a different MSC physical link type:
  • PLNK12C is a CTC link
  • PLNK12M is an MTM link
  • PLNK12TA is a TCPIP link
  • PLNK12V is a VTAM link
The command is rejected for the CTC and MTM link types, because they do not support the LOGON and GENLOGON command options. After the command is processed, only the TCPIP and VTAM type links have the STOGENLGN and STOLGN status, as shown in the following example output of the QUERY MSPLINK NAME(*) SHOW(STATUS) command:
MSPLink  MbrName CC LclStat

PLNK12C  IMS1    0
PLNK12M  IMS1    0
PLNK12TA IMS1    0  STOGENLGN
PLNK12V  IMS1    0  STOLGN