Controlling the method of sending spooled files from list panels

By using an environment variable, you can control whether spooled files are sent using the SNDNETSPLF (SNADS) or SNDTCPSPLF (TCP/IP) command from the WRKSPLF, WRKOUTQ, and WRKJOB OPTION(*SPLF) panels.

The default method of sending spooled files from the WRKSPLF, WRKOUTQ, and WRKJOB OPTION(*SPLF) panels by specifying "1=Send" uses the SNDNETSPLF command. If you would prefer to use the SNDTCPSPLF command to send spooled files from these panels, you can do that by using the environment variable QIBM_SNDSPLF_OPT.

To change the default command for your job to be SNDTCPSPLF, enter the command:
ADDENVVAR ENVVAR(QIBM_SNDSPLF_OPT)VALUE(TCP)LEVEL(*JOB)
To change the default command for the system to be SNDTCPSPLF, enter the command:
ADDENVVAR ENVVAR(QIBM_SNDSPLF_OPT)VALUE(TCP)LEVEL(*SYS)

The environment variable name and its value must be uppercase. If the environment variable is not found or not set to TCP, the system defaults to use the SNDNETSPLF command from the spooled file list panels.