SNALINK cataloged procedure (SNALPROC)

This topic shows the SNALINK cataloged procedure (SNALPROC).

Figure 1. SNALINK cataloged procedure (SNALPROC)
//SNALINK  PROC MODULE=SNALINK,TCP='TCPIP',APPLID='APPLID'
//*
//* z/OS Communications Server
//* SMP/E Distribution Name: EZAEB01U  SEZAINST(SNALPROC)
//*
//* Copyright:    Licensed Materials - Property of IBM
//*               "Restricted Materials of IBM"
//*               5647-A01
//*               (C) Copyright IBM Corp. 1989, 2001
//*               US Government Users Restricted Rights -
//*               Use, duplication or disclosure restricted by
//*               GSA ADP Schedule Contract with IBM Corp.
//*
//* Status:       CSV1R2
//*
//SNALINK  EXEC PGM=&MODULE,REGION=2048K,TIME=1440,PARM='&TCP &APPLID'
//STEPLIB  DD DSN=TCPIP.SEZATCP,DISP=SHR
//*
//*        The SYSMDUMP DD statement will cause MVS to provide
//*        an IPCS readable dump for ABENDs.
//*SYSMDUMP DD DISP=SHR,DSN=your.dump.data.set
//*
//*        SYSTCPD explicitly identifies which data set is to be
//*        used to obtain the parameters defined by TCPIP.DATA
//*        when no GLOBALTCPIPDATA statement is configured.
//*        See the IP Configuration Guide for information on
//*        the TCPIP.DATA search order.
//*        The data set can be any sequential data set or a member of
//*        a partitioned data set (PDS).
//*
//SYSTCPD  DD DSN=TCPIP.SEZAINST(TCPDATA),DISP=SHR