Previous Topic: Step 2: Define JES3 Initialization StatementsNext Topic: Step 3. Define a VIEW Archiver PROC


Sample FSS Definition

FSSDEF,TYPE=WTR,FSSNAME=VBRMFVC,PNAME=CBRMSFVC
DEVICE,JNAME=PRT1,DTYPE=SARFVC,MODE=FSS,PM=FVC,WS=(PM),HEADER=NO

JES3 Initialization Statements

The following explanations of the JES3 initialization statements are used in the definition of the FSS archivers. For more information about JES3 statements, see the IBM JES3 initialization and tuning publication for your operating system.

FSSDEF Statement

The FSSDEF initialization parameter defines an FSS to JES3. The FSSDEF initialization statement is optional, but recommended. If it is omitted, JES3 generates a default for that archiver.

The FSSDEF statement can contain the following parameters:

TYPE

Specifies that the FSS is an output writer for deferred printing (TYPE=WTR).

The TYPE parameter is required.

FSSNAME

Specifies the unique 1- to 8-character name of an FSS.

The FSSNAME parameter is required.

PNAME

Specifies a procedure for starting a specific CA View FSS.

The procedure, which must be defined before that FSS is started, is a member of the procedure library defined by the STCPROC parameter of the STANDARDS statement, or of the IATPLBST procedure library (the default). Different FSSDEF initialization parameters can refer to the same startup procedure. A sample PROC is in CAI.CVDEPROC.

SYSTEM

Specifies the name of the JES3 processor on which the FSS runs.

The name must be the same as specified for the NAME parameter of the MAINPROC statement for the processor.

TERM = YES|NO

YES specifies that the FSS is terminated if the JES3 global address space terminates by a *RETURN or *DUMP operator command.

JES3 DEVICE Statement

A DEVICE statement is required for each archival FSA. The DEVICE parameters create JES3 default values that are used unless other values are specified in the JCL application program.

The JES3 DEVICE statement can contain the following parameters:

DTYPE

A parameter that is ignored by FSS, but one that must be specified.

Any name can be used for the DTYPE parameter.

FSSNAME

Specifies a unique FSS for this CA View FSS archiver DEVICE statement.

The value must match the value coded for the FSSNAME parameter in the corresponding FSSDEF statement. The FSSNAME parameter is required.

HEADER = NO

Specifies that no data set header pages are printed.

JNAME

Specifies the 1- to 8-character name of the FSS archiver FSA.

Each archiver FSA must have a unique JNAME. This JNAME must correspond to the name on the DEVICE DD statement in the procedure for starting the CA View FSS. The JNAME parameter is required.

JUNIT

Specifies JUNIT = (,,,OFF) for FSS archival.

MODE

Specifies that the archiver is managed by an FSS.

The MODE parameter is required.

WS=()

Specifies the work selection criteria.

The options are:

PM WS=(PM)

Selects by process mode.

CL WS=(CL)

Selects by SYSOUT class.