Configuring
About this task
To configure
the z/OS gateway:
- Authorize the TWS4APPS.LOADLIB in APF, or copy its contents into another authorized load library. See Setting APF authorizations on z/OS for details.
- Add EEWTCP00 to the AUTHCMD list in IKJTSO00 (SYS1.PARMLIB)
- Set the RACF® permissions so that the user who will use the gateway can issue the PARMLIB command. See Setting RACF authorizations on z/OS for details.
- Make the IKJTSO00 change
effective
by performing an IPL, or by issuing the following command:
PARMLIB UPDATE(00)
- Create a PARMLIB member with the appropriate
startup parameters for EEWSPACE and EEWSERVE. Note: This member must have the PACK OFF option set in its profile. If PACK ON is set, the started task will end with RC=04.
- Copy EEWSPACE and EEWSERVE to the PROCLIB ( from SAMPLIB) and edit it (for example, include STEPLIB, and specify the appropriate PARMLIB member name).
- Verify that the TCP/IP port specified in the PARMLIB member
is not in use. To do this, issue the following command and review
the output:
If the port is in use, choose another port that is not in use and modify the PARMLIB member.TSO NETSTAT PORTLIST
- Ensure that the IEFU84 exit is enabled by checking the SYS1.PARMLIB member SMFPRMxx,
or by issuing the following console command:
If the SMFPRMxx member must be changed, to make the changes effective issue the command:D SMF,O
SET SMF=xx
- Set the RACF® permissions for the started tasks EEWSPACE and EEWSERVE. For details, see Setting RACF authorizations on z/OS.
- Start EEWSPACE.
- When EEWSPACE is up, start EEWSERVE.