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.
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.
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
