Create a parmlib member

If you use a parmlib member, create the member and place it on SYS1.PARMLIB. Use a parmlib member if the options are complicated and you have access to the SYS1.PARMLIB data set, or if a parmlib member is required by the component, or if you had already set up a parmlib member with the needed options. Use a REPLY for simple options. See Create CTncccxx parmlib members for some components for more information.Example: CTWXCF04 parmlib member For XCF, create CTWXCF04. Notice the two statements for the writer; the WTRSTART statement starts the writer and the WTR statement connects the writer to the component.
TRACEOPTS
   WTRSTART(WTDASD2)
   ON
   WTR(WTDASD2)
   OPTIONS('SERIAL','STATUS')