There are two spaces that need to be there to make this work the GSKSRVR and
CTWTR. You probably didn't get CTWTR started, (that's the part that actually
writes the data). Make sure you have the JCL for both in proclib. (and the
RACF stuff for them).
The sequence is:
s GSKSRVR
TRACE CT,ON,COMP=GSKSRVR,PARM=CTGSKON
run the test
TRACE CT,OFF,COMP=GSKSRVR
TRACE CT,WTRSTOP=CTWTR
then submit something like this job to print the trace records:
//jobcard
//*
//*-------------------------------------------------------------
// EXPORT SYMLIST=*
// SET TRACEDSN=BRIANW.CTRACE1 <-- MODIFY to the CTWTR
dataset you created
//*-------------------------------------------------------------
//GSKTRACE EXEC PGM=IKJEFT01,REGION=0M
//STEPLIB DD DISP=SHR,DSN=SYS1.MIGLIB
//SYSPRINT DD SYSOUT=*
//SYSTSPRT DD SYSOUT=*
//SYSPROC DD DISP=SHR,DSN=SYS1.SBLSCLI0
//IPCSPAR DD DISP=SHR,DSN=SYS1.PARMLIB
// DD DISP=SHR,DSN=SYS1.IBM.PARMLIB
//IPCSTOC DD SYSOUT=*
//IPCSDDIR DD DISP=SHR,DSN=BRIANW.DDIR <-- your DDIR dataset
//* CTRACE COMP(SYSTCPDA) FULL ALL
//SYSTSIN DD *,SYMBOLS=JCLONLY
IPCS NOPARM
SETDEF DA('&TRACEDSN')
DROPD
CTRACE COMP(SYSTCPDA) FULL ALL
//
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN