CRTLIB LIB(IBMLIB)
CRTOUTQ OUTQ(IBMLIB/IBMOUTQ)
2. Enter the following commands to add the library IBMLIB to your library list and
to change the output queue for your job to output queue IBMOUTQ:
ADDLIBLE IBMLIB
CHGJOB * OUTQ(IBMLIB/IBMOUTQ)
3. If the QTCPPRT printer file does not exist on your system, then enter the
following commands to create it:
CRTPRTF FILE(QTCP/QTCPPRT) DEV(*JOB)
RPLUNPRT(*YES) SCHEDULE(*FILEEND)
FILESEP(0) LVLCHK(*NO)
TEXT('TCP/IP printer file')
CHGOBJOWN OBJ(QTCP/QTCPPRT) OBJTYPE(*FILE)
NEWOWN(QSYS)
4. Enter the following commands to send the spooled file QTCPPRT containing the
communications trace to the output queue IBMOUTQ in library IBMLIB:
OVRPRTF FILE(QTCPPRT) OUTQ(IBMLIB/IBMOUTQ)
OVRPRTF FILE(QPCSMPRT) TOFILE(QTCP/QTCPPRT)
The printer file overrides are not in effect after your job ends.
5. Obtain the name of the line description associated with the TCP/IP interface
with which you are having the problem or which is used by the application or
network with which you are having a problem. Use NETSTAT*IFC to determine
the name of the line description associated with the interface.
6. Ensure that the line is varied on and that the TCP/IP interface associated with
the line has been started so that TCP/IP data can be sent and received over the
interface and the line. Use NETSTAT*IFC to verify that the interface is active.
Toaccess SST:
1. Enter STRSST on a command line. The following display appears:
2. Select option 1 (Start a service tool). The following display is shown:
System Service Tools (SST)
Select one of the following:
1. Start a service tool
2. Work with active service tools
3. Work with disk units
4. Work with diskette data recovery
Selection
F3=Exit F10=Command entry F12=Cancel
494 OS/400 TCP/IPConfiguration and Reference V4R4