Redirecting output of RAS1 tracing

Nearly all 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 always echoed to the RKLVLOG with the KLVIN411 message.

Important: The content in this section was created for and applies to the original persistent data store, referred to as PDS V1. A new PDS version (referred to as PDS V2) now exists. PDS V1 will eventually be deprecated.
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.