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:
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).
Specifies a value for the DEST statement, use the value provided by JES, or set the DEST to use the System Name.
Indicates the normal JCL Destination.
Indicates the system_name or system_name.dest.
If this statement is not coded, the default value of DEST=DEFAULT is used.
Specifies the high-level name of the CA View database.
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.
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.
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.
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.
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.
Identifies the FSA as an FSS archiver.
Code TYPE=VIEW as the first statement.
These statements act as defaults and do not override existing report attributes.
|
Copyright © 2013 CA.
All rights reserved.
|
|