Previous Topic: PRTnnnn DD StatementsNext Topic: Step 5: Define FSS Report Control Statements


Step 4: Define FSA Device Control Statements

CA View FSA (Functional Subsystem Application) device control statements are defined in the FSS start procedure with PRTnnnn DD statements. Each PRTnnnn DD statement must have a JES device initialization parameter statement (see Step 2 or Step 3 earlier in this chapter).

FSA device control statements are coded as follows:

keyword=value

The following example shows FSS device control statements. These statements should be placed in a program product PARMLIB or SYS1.PARMLIB.

Sample Definition

TYPE=VIEW
NAME=highlevelindex.view.database
ARCHMSG=LOG
NEWCLASS=T
NEWDEST=
NEWFORM=
NEWPRMOD=
NEWWTR=
CHARS=(GT15,GS15,GU15,GU15)
FORMDEF=A10110
PAGEDEF=V06683

The following descriptions explain the FSS device control statements:

ARCHMSG=YES|NO|LOG

Specifies whether a SARFVC22 message is issued every time a SYSOUT data set is archived by CA View.

LOG specifies that no WTO console messages are produced (only SARLOG messages are created, if SARLOG is present).

DEST=DEFAULT|SYSTEM

Specifies a value for the DEST statement, use the value provided by JES, or set the DEST to use the System Name.

DEFAULT

Indicates the normal JCL Destination.

SYSTEM

Indicates the system_name or system_name.dest.

If this statement is not coded, the default value of DEST=DEFAULT is used.

NAME

Specifies the high-level name of the CA View database.

NEWCLASS

Specifies the new SYSOUT CLASS under which to archive.

This class becomes the default SYSOUT CLASS for reprinting. It is not used for archival data created by CA Deliver or CA View Systems extensions.

NEWDEST

Specifies the new SYSOUT DEST under which to archive.

This becomes the default SYSOUT DEST for reprinting. It is not used for archival data created by CA Deliver or CA View Systems extensions.

NEWFORM

Specifies the new SYSOUT FORM under which to archive.

This form becomes the default SYSOUT FORM for reprinting. It is not used for archival data created by CA Deliver or CA View Systems extensions.

NEWPRMOD

Specifies the new SYSOUT process mode under which to archive.

This process becomes the default SYSOUT process mode for reprinting. It is not used for archival data created by CA Deliver or CA View Systems extensions.

NEWWTR

Specifies the new SYSOUT WRITER name under which to archive.

The writer name is used as a SYSOUT ID. It is not used for archival data created by Deliver or CA View Systems extensions.

TYPE=VIEW

Identifies the FSA as an FSS archiver.

Code TYPE=VIEW as the first statement.

CHARS,FORMDEF,PAGEDEF

These statements act as defaults and do not override existing report attributes.