Example of CTnLOGxx parmlib member

The statements in the following CTnLOGxx parmlib member example specify a 24MB trace buffer. All system logger trace records will be included in the trace output:
 TRACEOPTS
   ON
   BUFSIZE(24M)
   OPTIONS('ALL')
The statements in the following CTxLOGxx example specify a 32MB trace buffer, with tracing of logstream functional request processing for logstreams SYSPLEX.OPERLOG in ASID 09. In addition, an external writer, EXTWTR, will be started, and SYSLOGR will be connected to the external writer:
 TRACEOPTS
   WTRSTART(EXTWTR)
   ON
   BUFSIZE(32M)
   ASID(09)
   WTR(EXTWTR)
   OPTIONS('LOGSTRM','STRMNAME=(SYSPLEX.OPERLOG)')