SRSTART – Special Resource common details (SRCOM segment)
Use the SRSTART
statement to define
the common part of a Special Resource.
Keyword | Description |
---|---|
DROP |
Specifies a date in the format YYMMDD, or + or – a number of
days, which ensures that any Interval Date preceding that date is dropped from the
Interval. For example, to drop any dates over a year old, issue the following command:
|
RESNAME |
The name of the resource, up to 44 characters. The name of the special resource is translated to uppercase. You can include national characters in the name, but you are recommended not to include % and *, because HCL Workload Automation for Z uses these for filtering and searching in the panels. It is also good practice not to use the comparison operators: greater-than symbol (>), less-than symbol (<), caret (^), equals sign (=), or blank spaces. These might by used in search arguments passed by programming interface programs. |
GROUP |
The resource group, up to 8 characters. The group ID is for selecting subsets of resources in the panel (a list filter). |
HIPER |
Whether the resource represents a Data Lookaside Facility (DLF) object:
For more details about hiperbatch and the Data Lookaside Facility, see Managing the Workload. |
USEDFOR |
Whether the resource is used for:
|
ONERROR |
What happens if an operation that allocates this resource ends in error
(and does not have an overriding keep-on-error specification in the operation definition):
|
DESCR |
A description of the resource, up to 46 characters. |
ONCOMPLETE |
The value to which the global availability is reset after the operation
that uses the resource completes:
|
MAXTYPE |
The value to which the global availability of the resource is reset,
when its maximum usage limit is reached:
|
MAXLIMIT |
The number of allocations of this resource after which the resource global availability is changed to the value specified by Max Usage Type. |
QUANTITY |
A value from 0 to 999 999. |
AVAIL |
Whether the resource is available, Y or N. |
MATCHTYP |
This argument is required when spaces, asterisks (*) or percent signs
(%) form part of the name of the object, to indicate how to treat the special characters.
|