Redirecting output of RAS1 tracing

Most diagnostic information for the z/OS® components is delivered by the RAS1 component. This component is configured by the KBB_RAS1 environment variable in member KBBENV of RKANPARU. You can redirect the initialization member using the TMS:Engine INITLIST processing. INITLIST processing is echoed to the RKLVLOG with the KLVIN411 message.

This example shows a typical KBBENV override to a different member, KDSENV:
KLVIN410 INITLIST MEMBER KDSINIT BEING PROCESSED 
  KLVIN411 KLVINNAM=KDSINNAM 
  KLVIN411 KLVINTB=KDSINTB 
  KLVIN411 KLVINVLG=KDSINVLG 
  KLVIN411 KLVINNAF=KDSINNAF 
  KLVIN411 KLVINVPO=KDSINVPO 
  KLVIN411 KLVINSTG=KDSINSTG 
  KLVIN411 KLVINVAM=KDSINVAM 
  KLVIN411 KBBENV=KDSENV

In this example, configuration of KBB_RAS1 is recorded in member KDSENV of RKANPARU.