Subscript ranges
Ranges appear in JES2 initialization statements and commands
as subscripts of the name associated with the initialization statement.
REDIRect(vvvvvvvv)
$ADD REDIRect(vvvvvvvv)
Note: The name of the initialization
statement and the target of the command are the same.
All KEYWORD= ranges must be coded explicitly; whereas
subscript ranges can either be coded explicitly or as a generic range using
the asterisk (*). The use of parenthesis with a generic range is optional
for all numeric ranges, but is required for symbolic (character) ranges.
Throughout this information, the parentheses are included for consistency
and clarity of presentation. It is recommended that you use parenthesis
when you specify a range.
- Example: Initialization statement (generic subscript)
NODE(5-*) PATHMGR=NO - Example: Commands (generic subscript)
$d jobclass(d-*),qheld=yes,qheld $Doff(*-5).JT,CLASS=a,b,c,z $D OFF(1-10).ST
How JES2 interprets the use of the asterisk in specifying the subscript depends on how it is used in the command or statement. Using wildcards shows how the asterisk is coded to indicate various ranges.
|
|---|
|
|
|
|
| Note: When specified in a numeric range, the asterisk always
indicates the highest defined value in either the ascending (n-*)
or descending (*-m) order.
|