TSOSERV

Purpose

The TSOSERV control file entry applies to base AON and IP management functions.

Defines the name of the MVS™ procedure to use when starting the TSO servers.

Syntax

Read syntax diagramSkip visual syntax diagramTSOSERV server,PROC=CNMSJTSO,PROC= procname
server
The root name of the TSO server from the TCP390 SERVER parameter.
procname
The name of the catalogued procedure to be used for this TSO server. The default is CNMSJTSO.

Usage notes

  • Different MVS procedures are used to point the TSO server to the TCPDATA for different TCP/IP stacks:
    • One stack can use:
      //SYSTCPD DD DSN=tcp32.init(TCPDATA)
    • A second stack can use:
      //SYSTCPD DD DSN=TCP32.INITB(TCPDATA)
  • The server parameter is only used for locally attached TCP/IP stacks. To define TSO servers for remote NetView® programs that are not running AON, refer to IBM Z® NetView Installation: Configuring Additional Components.