DSESSRANGE

Description

Can be used to specify a range of session numbers to assign to dynamically added sessions.

This common end-user parameter is applicable to these control statements: SYSTEM (see SYSTEM statement), PROFILE (see PROFILE statement), USER (see USER statement), and TERMINAL (see TERMINAL statement).

Format

DSESSRange FROM fromsessionnumber TO tosessionnumber

Default: DSESSRange FROM 9999 TO 1

Usage

When updated, this option comes into effect at next IBM Session Manager sign-on.

Both fromsessionnumber and tosessionnumber must be a numeric value between 1 and 9999. So, to specify that users can have a maximum of 10 dynamically added sessions, starting with session number 100 and subsequent dynamic session numbers incremented by 1, you would specify:

DSESSRange FROM 100 TO 109

To allocate the same session numbers but in a descending order you would specify:

DSESSRange FROM 109 TO 100

To limit a user to a single dynamically added session which had a session number of 100 then specify:

DSESSRange FROM 100 TO 100

Parent topic:

Related topics: