TCPIPDATADSN

You can specify this command only in the EQAOPTS load module. It cannot be specified at run time.

You can use this command to instruct z/OS® Debugger to dynamically allocate the specified 'file_name' to DDNAME SYSTCPD (if SYSTCPD is not already allocated). This provides the data set name for TCPIP.DATA when no GLOBALTCPIPDATA statement is configured in the system TCP/IP options.

The following diagram describes the syntax of the TCPIPDATADSN command:
Read syntax diagramSkip visual syntax diagramEQAXOPTTCPIPDATADSN ,'file_name'

Examples

EQAXOPT TCPIPDATADSN,'SYS2.TCPIP.DATA'
EQAXOPT TCPIPDATADSN,'SYS2.TCPIP.PARMLIB(TCPDATA)'

If you want to use an alternative TCP/IP stack, you can add an entry to the specified TCPIP.DATA dataset with a TCPIPJOBNAME statement.

Read syntax diagramSkip visual syntax diagram system_name: TCPIPJOBNAME TCPIPTCPIPJOBNAMEtcpip_proc

Example

To specify TCPIPA as the name of the procedure that was used to start the TCP/IP address space, add the following code to the specified TCPIP.DATA dataset:

TCPIPJOBNAME TCPIPA