2.3 Logon Server (ARTLOGN)
This server offers technical services required by terminal handlers when users log on ART CICS.
This server offers the following services:
ART_LOGON
sends the "ART runtime welcome" panel and
asks for APPLID input.
gensess
generates a globally unique session ID
(unique in all CICS regions) with 16 characters for each
terminal.
delsess
removes the session ID when the
corresponding terminal disconnects.
Note:
ARTLOGN
should be only configured when ISC_ENABLE=YES
is specified; otherwise, the server fails to boot.
Parent topic: CICS Runtime Servers