Assembling the trace module GSVBTRCF (INST0061 job) requires the CICS trace mod DFHTRFFE which resides only in the distribution library ADFHMOD. This required an ACCEPT to be completed in order to access DFHTRFFE.
An ACCEPT must be completed in order to access DFHTRFFE.
Using the SDFHLINK Library and the add the release specific INCLUDE SYSLIB(DFHTR700) as shown below. This will allow you assemble the trace module GSVBTRCF without having to do an ACCEPT om CICS 5.3.
//SYSLIB DD DSN=<cicshlq>.SDFHLINK,
// DISP=SHR
//SYSLIN DD *
MODE AMODE(31),RMODE(ANY)
ORDER DFHTRFFE(P)
INCLUDE SYSLIB(DFHTR700)
ENTRY DFHTRFFE
NAME GSVBTRCF(R)
/*