Example when no DD cards are in your TCP/IP startup procedure

In this example, the PROFILE DD statement is not specified:

//TCPIP  PROC PARMS='CTRACE(CTIEZB00)'
//*
//* z/OS Communications Server 
//* SMP/E Distribution Name: EZAEB01G
//*
//*     5694-A01 (C) Copr. IBM Corp. 1991,2001.
//*     US Government Users Restricted Rights -
//*     Use, duplication or disclosure restricted
//*     by GSA ADP Schedule Contract with IBM Corp.
//*     See IBM Copyright Instructions
//*
//TCPIP    EXEC PGM=EZBTCPIP,
//             PARM='&PARMS',
//             REGION=0K,TIME=1440
//*
⋮

For the configuration file PROFILE.TCPIP, the search order used is as follows:

  1. PROFILE DD

    No PROFILE DD exists...search continues.

  2. jobname.nodename.TCPIP

    If jobname.nodename.TCPIP is found, the search stops here.

  3. TCPIP.nodename.TCPIP

    If TCPIP.nodename.TCPIP is found, the search stops here.

  4. jobname.PROFILE.TCPIP

    If jobname.PROFILE.TCPIP is found, the search stops here.

  5. TCPIP.PROFILE.TCPIP

    TCPIP.PROFILE.TCPIP is searched last if necessary.