Defining, starting, and stopping the NPF FSS writer
Put your short description here; used for first paragraph and abstract.
Table 1 describes how to define, start, and stop the NPF FSS writer on various levels of JES. Before issuing any of these commands, the procedure to start the NPF FSS writer must be catalogued in a system or recognized PROCLIB. See Creating the NPF FSS writer start procedure.
Because the JES capture point is defined as a functional subsystem, only the JES commands ($SPRTx or *S,PRTx) can be used to start the NPF writer. The MVS™ START command cannot be used to initiate the writer.
| Level | How to Define | How to Start or Stop |
|---|---|---|
| JES2 Version 6 | The functional subsystem and FSS writer definitions can be specified either through JES initialization parameters or by entering commands interactively. The following example shows the initialization
parameters to define an NPF FSS called TCPFSS which points to a start
procedure called FSWTR. It also defines two FSS writers called PRT5
and PRT6 that process class D output.
The following example shows the
console commands to define an NPF FSS called TCPFSS which points to
a start procedure called FSWTR and to define two FSS writers to process
class D output.
|
To start the FSS writer that is processing class D output,
from the operator console, enter:
To stop the same FSS writer, from the operator console, enter:
To start both FSS writers,
two commands are needed. From the operator console, enter:
To stop both FSS writers, enter:
|
| JES3 Version 6 | The functional subsystem and FSS writers are defined by JES initialization parameters. The following example shows
the initialization parameters to define an NPF FSS called TCPFSS which
points to a start procedure called FSWTR. It also defines an FSS
writer called PRT501 that processes class C output.
|
To call the FSS writer that is processing class C output,
from the operator console, enter:
To start the FSS writer that is processing class C output,
from the operator console, enter:
To enable the FSS writer to process class D output instead
of class C, from the operator console, enter:
To stop the same FSS writer, from the operator console,
enter:
|
For more information about starting and stopping FSS writers, see z/OS JES2 Commands or z/OS JES3 Commands.