Previous Topic: ARCHNext Topic: ARCHnn(Form 2)


ARCHnn(Form 1)

ARCHnn(Form 1) specifies a set of criteria, that is identified and referenced by the value nn.

nn defines the attributes for reports that are to be archived to CA View using the JES spool.

You can specify a value from 1–99 inclusive for nn (or 01-99 depending on your installation option). This format specifies a set of SYSOUT attributes for using the JES spool as the intermediate holding area for reports to be sent to CA View for archiving. The set of SYSOUT attributes are:

Note: The ARCH parameter can also be used with all attributes separated by slashes (/).

ARCHnn=c/dddddddd/ffffffff/m/pppppppp

These attributes are positional in this format.

Note: If you do not specify an archive medium, reports are archived to disk by default.

For any report identified for archiving, the appropriate set of archival criteria is used to allocate a special SYSOUT data set to be spun off for archival by CA View.

Assume, for example, that your site has CA View installed and is archiving all SYSOUT with a forms name of SAR (the appropriate SAR initialization option is FORM=SAR). You then define two sets of archive criteria, numbered 1 and 2, for archiving reports to disk and tape as follows:

ARCH1=//SAR/D

ARCH1=(FORM=SAR,MEDIUM=D)

ARCH2=//SAR/T

ARCH2=(FORM=SAR,MEDIUM=T)

You can also define multiple specifications of an individual ARCHnn parameter for archival to multiple CA View databases.

Example

ARCH1=S///D
ARCH1=(CLASS=S,MEDIUM=D)

Archive using JES spool class S

ARCH1=T//SAR/D
ARCH1=(CLASS=T,FORM=SAR,MEDIUM=D)

Archive using JES spool class T with a forms name of SAR

Syntax:

ARCHnn=(CLASS=c,DEST=dddddddd,FORM=ffffffff,MEDIUM=m,PRMODE=pppppppp)

Default: None