SPAN

Purpose

Use the SPAN statement for span of control when SECOPTS.OPSPAN=NETV is specified in the CNMSTYLE member or OPSPAN=NETV is specified on the REFRESH command. SPAN is coded in an operator profile and defines the spans that an operator can add to span of control by using the START SPAN command. These spans are not in the operator's control at logon.

You can use SPAN as often as necessary to define all the span names you want. You code this statement in the DSIPRF member specified by a PROFILEN statement associated with the operator. Changes made to the SPAN statement take effect the next time an operator logs on to the NetView® program using the profile containing the statement. See OPERATOR and PROFILEN to determine how a PROFILEN statement is associated with an operator.

Syntax

The SPAN statement has the following syntax:

SPAN

Read syntax diagramSkip visual syntax diagramlabel SPAN ,spanname(A)(R)(U)(C)(A)
where:
label
Indicates the optional label for the SPAN statement. This label identifies the statement in any related error messages.
spanname [,…]
Specifies the 1 - 8 character name of the span. You can use the same span name in more than one profile. These spannames are associated with resources through the NetView span table.
R
Specifies that an access level of READ is to be granted to spanname. This allows information-only access to resources and views defined to spanname. This level includes functions such as LIST and DISPLAY.
U
Specifies that an access level of UPDATE is to be granted to spanname. This allows change access to resources and views defined to spanname. This level includes functions such as VARY and the generic activate action.
C
Specifies that an access level of CONTROL is to be granted to spanname. This allows multi-read and single-write access to resources and views defined to spanname.
A
Specifies that an access level of ALTER is to be granted to spanname. This allows multi-write access to resources and views defined to spanname. This is the default if no access level is specified.

Related statements

AUTH, ISPAN, OPERATOR, PROFILEN