10.3.14.4 Parameters
- CONV
- The generic parameter
CONV
is mandatory for this server type, and must be defined asCONV=Y
, becauseARTSTRN
is conversational. - minn and maxn
- Must be set to 1. This will still be true in the next release,
where each server will be allocated a range of terminal identifiers
(see
CLOPT
for more details) - CLOPT
- -t
- A string of command-line options that is unique in global scope for
ARTCNX
and is passed to theARTCNX
when it is booted. The following run-time parameter is recognized: - -s
- Specifies the
SYSID
of a CICS region (the region whichARTCNX
belongs to). TheSYSID
is limited to 4 characters and must be unique in each CICS region. - -a
- Specifies the
APPLID
of a CICS region (the region whichARTCNX
belongs to). TheAPPLID
is limited to 8 characters.Note:
Users must set either-s
or-a
to configure at least oneARTCNX
for each CICS region to associate the initialization parameters which are defined insystem.desc
; otherwise, if users set-s
together with-a
, warning messages will occur inULOG
, only-s
will take effect, and-a
will be ignored. - -l:
- Specifies the resource group where
ARTCNX
must install. The resource is always terminals. - -L:
- Specifies the list of resource groups where
ARTCNX
must install.Note:
For both-l
and-L
options, if there are multiple ARTCNX in one ART CICS region and-s
is configured in such region, please set the same value for all-l
specified in this region, and set the same value for all-L
specified in this region. For more information about-L
configurations, please refer to List of Groups Configuration File.
Parent topic: ARTCNX Configuration