Search Rocket site

Performing a syntax check of your configuration file

Whilst editing your configuration file, you may find it useful to perform a syntax check. The syntax check feature allows you to check the contents of your configuration without running the collector. To execute this task, add the PARM=CHECK option to the EXEC statement for TXCMAIN. Check requests must be performed using the STXCLINK library:

//CPROFHKP JOB ,
/*JOBPARM SYSAFF=LPR1
//*
//S1     EXEC PGM=TXCMAIN,PARM='CHECK'
//STEPLIB  DD DISP=SHR,DSN=TXC.V1R2M0.STXCLINK
//SYSPRINT DD SYSOUT=*
//SYSIN    DD DISP=SHR,DSN=USR.TXC.CONFIG(CONFIG1)

JCL to perform a syntax check on your collector configuration file