This Natural profile parameter enables you to activate a set of dynamic
profile parameters which is predefined in the Natural parameter module. This
avoids the repeated specification of long sequences of profile parameters for
the Natural session start. Alternatively, a similar functionality is provided
by the profile parameter PROFILE
.
In the parameter module (NATPARM
), you use
NTSYS
macros to predefine sets of dynamic profile parameters. You identify such a set
of parameters by giving it a unique set name.
Possible settings | set-name |
set-name
(1 to 8 characters) defined by the NTSYS macro in the
Natural parameter module (NATPARM ).
|
---|---|---|
Default setting | none | |
Dynamic specification | yes | This parameter can only be specified dynamically. |
Specification within session | no |
The specified parameter set must be defined in the Natural parameter
module (NATPARM
) currently active, e.g. in an
alternative parameter module, if it is specified by the
PARM
parameter
before the SYS
parameter.
A parameter set is evaluated right in its position of
SYS
in the parameter string, as you would have included
the defined parameter string at this position instead.
The following topics are covered below:
The parameter syntax of SYS
is as follows:
SYS=set-name |
The NTSYS
macro is specified for each set of
parameters as follows:
NTSYS set-name,'parameter-string1','parameter-string2',... |
Syntax Element Description:
set-name |
The |
parameter-string |
After the
|
NTSYS SET1,'FUSER=(,50),LC=ON,NC=ON,ULANG=2,TQ=OFF',',STACK=(LOGON ULIB1)' NTSYS SET2,'FUSER=(,51),ULANG=4,WH=ON,KC=ON,STACK=(LOGON ULIB2)'