GSVBTRCF assembly job INST0061
search cancel

GSVBTRCF assembly job INST0061

book

Article ID: 6323

calendar_today

Updated On:

Products

SYSVIEW Performance Management NXBRIDGE - SYSVIEW/ENDEVOR

Issue/Introduction

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. 

Environment

z/OS

Cause

An ACCEPT must be completed in order to access DFHTRFFE.

Resolution

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) 
/*