SYSTCPDA: z/OS Communications Server TCP/IP Packet Trace Formatter
Downloadable files
Abstract
This is the downloadable package for the z/OS Communication Service Packet Trace Formatter
Download Description
This program will format packet trace records created by the z/OS Communications Server SYSTCPDA trace component.
Change History
Release Date - 07/03/2004
Prerequisites
z/OS Communications Server
Installation Instructions
The zip file contains a version of SYSTCPDA formatter load module in MVS transmit file format. You should have the following files:
README.TXT - This file
LICENSE.TXT - license notice for software
SYSTCPDA.XMI - An XMIT format file of the unloaded module
SYSTCPDA.HLP - A TSO HELP file
To install this software:
1) Copy SYSTCPDA.XMI to your MVS system as SYSTCPDA.XMIT and
SYSTCPDA.HLP to your MVS system as SYSTCPDA.HELP.
These MUST be RECFM=FB LRECL=80 data sets.
If you use the SEND command, it will look something like this:
SEND SYSTCPDA.XMI a:SYSTCPDA.XMIT LRECL(80) RECFM(F)
If you use FTP, preallocate the temporary data set SYSTCPDA.XMIT
of at least 10 3390 tracks and then use these FTP commands:
BINARY
quote site RECFM=FB LRECL=80
PUT SYSTCPDA.XMI SYSTCPDA.XMIT
2) On MVS, type
RECEIVE INDA(SYSTCPDA.XMIT)
This will create a hlq.MIGLIB load module library.
NOTE: Do not use your SYS1.MIGLIB library. If you do, you will no longer be able to invoke the original formatter and apply PTFs to the original formatter.
3) To invoke the program,
a) Concatenate the hlq.MIGLIB to ddname ISPLLIB, STEPLIB or place it in LINKLIST or LPA.
-- OR --
b) Use the TSOLIB command: TSOLIB ACT DA(hlq.MIGLIB)
-OR-
c) Enter IPCS TASKLIB(hlq.MIGLIB)
and type CTRACE COMP(SYSTCPDA) SUB((...)) OPTIONS((...))
4) To install the help file, do:
a) SEND SYSTCPDA.HLP a:SYSTCPDA.HELP LRECL(80) RECFM(F) ASCII
-- OR --
b) Use these FTP subcommands
ASCII
quote site RECFM=FB LRECL=80
PUT SYSTCPDA.HLP SYSTCPDA.HELP
c) Copy SYSTCPDA.HELP to one of the data sets in the SYSHELP concatenation.
d) Issue HELP SYSTCPDA to display the help information
IBM, the IBM logo and ibm.com are trademarks of International Business Machines Corp., registered in many jurisdictions worldwide. Other product and service names might be trademarks of IBM or other companies. A current list of IBM trademarks is available on the Web at "Copyright and trademark information" at www.ibm.com/legal/copytrade.shtml.
Rate this page
Please take a moment to complete this form to help us better serve you.