Previous Topic

Next Topic

Book Contents

Book Index

CTDUPMIS selection parameters

The decollation mission definitions selected according to selection parameters are updated with the values specified by the update parameters. Depending on the general input parameters the utility can update the decollation mission members in the original library or store the selected members to another library.

A decollation mission definition member can contain several decollation missions (categories). Each decollation category definition has the following blocks:

  1. The general block specifies common decollation mission characteristics.
  2. The ON block provides instructions for decollating a particular set of jobs or sysouts. Several ON blocks can be included in the decollation mission definition.
  3. The WHEN block selects certain report pages and defines the decollation actions (DO statements) for these report pages. Several WHEN blocks can be included in each ON block.

The following selection parameters correspond to the decollation category definition blocks:

The following rules apply to the selection parameters:

Table 275 CTDUPMIS ON block selection parameters

Parameter

Description

ON-CLASS

Valid values are:

One letter of output class specified in ON CLASS decollation parameter. It can be followed by the list of subparameters EXTWRT, DEST, FORM enclosed in parentheses. For example:

ON-CLASS=A(EXTWRT=NAME1,DEST=NAME2)

The valid subparameter values are described in the Control-D and Control-V User Guide.

ON-TRNCLASS

Valid values are:

One letter of output classes specified in ON TRNCLASS decollation parameter. It can be followed by the list of subparameters EXTWRT, DEST, FORM, CLIQUE in parentheses. For example:

ON-TRNCLASS=A(CLIQUE=NAME3)

The valid subparameter values are described in the Control-D and Control-V User Guide.

ON-DSN

Valid values are:

List of subparameters enclosed in parentheses. One or several CDAM selection criterions as they are specified in the decollation mission definition should be specified in subparameters. For example:

ON-DSN=(LAST=YES,PREFIX=CTD.D60)

The valid subparameter values are described in the Control-D and Control-V User Guide.

ON-TRNDSN

Valid values are:

List of subparameters enclosed in parentheses. One or several CDAM selection criterions as they are specified in the decollation mission definition should be specified in subparameters. For example:

ON-TRNDSN=(PREFIX=CTD.D60,CLIQUE=CLNAME)

The valid subparameter values are described in the Control-D and Control-V User Guide.

ON-SYSOUT

Valid values are:

List of subparameters PGMSTEP, PROCSTEP, DDNAME, CLASS enclosed in parentheses. For example:

ON-SYSOUT=(DDNAME=SYSUT2,CLASS=A)

The valid subparameter values are described in the Control-D and Control-V User Guide.

ON-SYSJCL

Valid values are only * and $NONE.

ON-SYSLOG

Valid values are only * and $NONE.

ON-SYSMSG

Valid values are only * and $NONE.

ON-DEF-USER

ON block default recipient name. Maximum length is 20 characters.

ON-DEF-DEST

ON block default destination. Maximum length is 8 characters.

PRINT/CDAM-PARMS

One or several PRINT/CDAM-PARMS parameters. The list of parameters must be enclosed in parentheses.

For example:

PRINT/CDAM-PARMS=(ALLOCOPT=JOBSDSN1)

The valid parameter values are described in the Control-D and Control-V User Guide.

Table 276 CTDUPMIS WHEN block selection parameters

Parameter

Description

WHEN-STRING

Search string specified in the WHEN decollation mission definition parameter. Maximum length: 60 characters.

DO-USER

Recipient name. Maximum length: 20 characters.

DO-NAME

Report name. Maximum length: 50 characters.

DO-BACKUP

Backup mission name. Maximum length: 8 characters.

DO-MIGRATE

Migration mission name. Maximum length: 8 characters.

DO-PRINT

Print mission name. Maximum length: 8 characters.

DO-INDEX

Main Index name or Index path. If Index path is specified, the Index and subindex names in path should be separated by '/'. Maximum length of each path level is 20 characters.

DO-REMARK

REMARK value. Maximum length is 20 characters.

DO-REMARK2

REMARK2 value. Maximum length is 20 characters.

DO-REMARK3

REMARK3 value. Maximum length is 20 characters.

Parent Topic

CTDUPMIS Parameters