Anexos

Lista de módulos

Ejecutables

ZTBPBCDA

ZTBPBCSO

ZTBPBSTO

ZTBPEBDA

ZTBPELIS

ZTBPETCP

Fuentes de DLI

ZTBPBCDA

ZTBPBCSO

ZTBPDDAD

ZTBPDDAI

ZTBPDSOD

ZTBPDSOI

ZTBPEBDA

ZTBPELIS

ZTBPETCP

ZTBPFDAD

ZTBPFDAI

ZTBPFSOD

ZTBPFSOI

JCLs

ZTBPFLIS

ZTBPFLI1

ZTBPJBDA

ZTBPJCDA

ZTBPJCSO

ZTBPJLIS

ZTBPJLI1

ZTBPJTCP

ZTBPJTC1

Definiciones TCP/IP

Procedimiento de arranque de TCP

000001 //TCPIPB2  PROC PARMS='CTRACE(CTIEZB00)'                               
000003 //* Communication Server/390                                           
000004 //*  SMP/E Distribution Name: EZAEB01G                                 
000006 //*     5647-A01 (C) Copr. IBM Corp. 1991,1997.                        
000007 //*     All rights reserved.                                           
000008 //*     US Government Users Restricted Rights -                        
000009 //*     Use, duplication or disclosure restricted                      
000010 //*     by GSA ADP Schedule Contract with IBM Corp.                    
000011 //*     See IBM Copyright Instructions                                 
000014 //TCPIP    EXEC PGM=EZBTCPIP,                                          
000015 //             PARM='&PARMS',                                          
000016 //             REGION=32M,TIME=1440                                    
000018 //*     The C runtime libraries should be in the system's link list    
000019 //*     or add them via a STEPLIB definition here.  If you add         
000020 //*     them via a STEPLIB, they must be APF authorized with DISP=SHR  
000022 //STEPLIB  DD DSN=TCPIP.SEZALINK,DISP=SHR                              
000023 //         DD DSN=TCPIP.SEZALNK2,DISP=SHR                              
000025 //*     SYSPRINT contains run-time diagnostics from TCPIP. It may be   
000026 //*        a data set or SYSOUT.                                       
000027 //*     ALGPRINT contains run-time diagnostics from TCPIP's Autolog    
000028 //*        task. It should be SYSOUT.                                  
000029 //*     SYSERROR contains error messages from TCPIP that occurred      
000030 //*        while processing the PROFILE.                               
000031 //*                                                                    
000032 //SYSPRINT DD SYSOUT=*,DCB=(RECFM=FB,LRECL=137,BLKSIZE=137)            
000033 //ALGPRINT DD SYSOUT=*,DCB=(RECFM=FB,LRECL=137,BLKSIZE=137)            
000034 //SYSOUT   DD SYSOUT=*,DCB=(RECFM=FB,LRECL=137,BLKSIZE=137)            
000035 //CEEDUMP  DD SYSOUT=*,DCB=(RECFM=FB,LRECL=137,BLKSIZE=137)            
000036 //SYSERROR DD SYSOUT=*                                                 
000037 //*                                                                    
000038 //*        TNDBCSCN is the configuration data set for TELNET DBCS      
000039 //*        transform mode.                                             
000040 //*                                                                    
000041 //*TNDBCSCN DD DSN=TCPIP.SEZAINST(TNDBCSCN),DISP=SHR                   
000043 //*        TNDBCSXL contains binary DBCS translation table codefiles   
000044 //*        used by TELNET DBCS Transform mode.                         
000045 //*                                                                    
000046 //*TNDBCSXL DD DSN=TCPIP.SEZAXLD2,DISP=SHR                             
000048 //*        TNDBCSER receives debug output from TELNET DBCS Transform   
000049 //*        mode, when TRACE TELNET is specified in the PROFILE data set.
000050 //*                                                                    
000051 //*TNDBCSER DD SYSOUT=*                                                
000053 //*     TCPIP reads the parameters from a data set with name           
000054 //*     TCPIP.nodename.TCPIP or with name TCPIP.PROFILE.TCPIP.         
000055 //*     See the chapter on "Configuring the TCPIP Address Space" in    
000056 //*     the Configuration Guide for more information. A sample of      
000057 //*     such a profile is included in member SAMOPROF of the           
000058 //*     SEZAINST data set.                                             
000059 //*                                                                    
000060 //PROFILE  DD DISP=SHR,DSN=TCPIP.SEZAINST(CPUBPRO2)    
000062 //*     SYSTCPD explicitly identifies which data set is to be          
000063 //*        used to obtain the parameters defined by TCPIP.DATA.        
000064 //*        The SYSTCPD DD statement should be placed in the TSO logon  
000065 //*        procedure or in the JCL of any client or server executed    
000066 //*        as a background task.  The data set can be any sequential   
000067 //*        data set or a member of a partitioned data set (PDS).       
000068 //*                                                                    
000069 //*     For more information please see "Understanding TCP/IP Data     
000070 //*     Set Names" in the Configuration Guide.                         
000071 //*                                                                    
000072 //SYSTCPD  DD DSN=TCPIP.SEZAINST(TCPDATB2),DISP=SHR    
****** **************************** Bottom of Data ****************************

Fichero TCPIP.PROFILE

Fichero TCPIP.DATA

Última actualización