Rule list SET parameters
Except for AUTOADDV, all AUTO functions share the same rule list SET parameters.
For the AUTOADDV rule SET parameters, see the AUTOADDV-rule-list-SET-parameters.
The following table summarizes the parameters. Complete information about each parameter follows the summary table in alphabetical order.
Rule list SET parameters for AUTO functions
Parameter | Description |
---|---|
ACT_ACCUM=xxxxxx | Accumulates event and job actions over time and batches the events or job JCL statements |
ACT_COUNT=nnnnn | Specifies the maximum number of records on which actions can be taken |
ACT_EVENTID=eventID | Specifies an event to be issued for each record in the SET result group |
ACT_JOB=memberName | Specifies the name of a member that contains the skeleton JCL to be submitted by using the Skeleton Tailoring facility |
ACT_SUM_FLD=fieldName | Maintains a running total of the specified field for each record against which a specified action is taken |
ACT_SUM_LIM=number | Limits the number of records to be included in any specified action that is used in conjunction with ACT_SUM_FLD (any value between 0 and 9223372036854775807) |
ACT_TOD=hhmm | Specifies when accumulated tailored skeleton JCL is submitted or saved to a data set |
DESC=textDesc... | Associates a text description with the solution |
HSMCMD= ‘hsmCommand’ | Specifies an HSM command to be issued for each record in the SET result group |
JOB_DEST=xxxxx | Determines the destination of the tailored JCL that is produced by the solution when used in conjunction with the ACT_JOB parameter |
JOB_GROUP=Y | N |YES | NO | Determines whether all resources are included in a single job or each resource is submitted in a separate job when used in conjunction with the ACT_JOB parameter Note: The JOB_GROUP parameter will group AUTOHMSG and AUTOHERR records only if the ACT_ACCUM parameter is used. |
SOLUTION=solutionName | Names each SET statement in the rule list member of an AUTO function |
SORT=fieldName,x,fieldName,x...) | Specifies the fields to sort prior to taking any actions on the group |
SVOSCMD=’svosCommand’ | Specifies an SVOS command to be issued for each record in the SET result group |
SYSCMD=’systemCommand’ | Specifies an MVS or JES command to be issued for each record in the SET result group |
VARn=’textString’
| Specifies variable text that can be substituted into the selected skeleton JCL, which allows user-created variables that are associated with the SET statement to be passed to the skeleton JCL n is a number between 1 and 9 |
WINDOW_DAYS=xxxxxxx | Specifies the days of the week on which the solution can run |
WINDOW_END=hhmm | Indicates the time of day at which the solution must no longer run |
WINDOW_STRT=hhmm | Indicates a time of day after which the solution can begin running |