SNAX Creator-2 Configuration and Control Manual

SESSION Object Type
Objects for SNAX Creator-2
117143 SNAX Creator-2 Configuration and Control Manual 3–7
At device logon, the preceding ADD APPL command is equivalent to:
ADD APPL $CREA.C-PATH1
, METHOD PATHWAY
, PATHMON "$PWY1 $PWY2 $PWY3"
, PROGRAM "PROG1 PROG2"
Object Name Format An ENTRY object name has the following syntax:
entry
entry
is the unique name of an entry. It can be up to 40 characters long, must start with
a letter or underscore, and can contain only letters, numbers, and underscore.
Blanks are not allowed. The name is case-insensitive.
Example
The following ADD ENTRY command defines an entry named MYPATHMONS:
ADD ENTRY $CREA.MYPATHMONS
, TEXT "$PWY1 $PWY2 $PWY3"
"$PWY1 $PWY2 $PWY3" is the text string associated with the entry.
Object States An ENTRY object is always in the STARTED state.
Attributes An ENTRY object has one attribute, TEXT. For more information about this attribute,
see Section 5, “Attributes and Expressions for SNAX Creator-2,” of this manual.
Commands The following commands can be applied to the ENTRY object type:
ADD
ALTER
DELETE
INFO
NAMES
STATUS
SESSION Object Type The SESSION object type is a nonconfigurable object type. SNAX Creator-2 uses a
SESSION object to record information about a session so that accounting information
can be generated when the session is terminated. (Here, a session refers to the period
of time between logon and logoff; it is not identical to an SNA session.) When
SNAX Creator-2 starts an application, it creates a SESSION object dynamically.