SNAX Creator-2 Configuration and Control Manual

ADD SU Command
SCF Commands for SNAX Creator-2
4–10 117143 SNAX Creator-2 Configuration and Control Manual
Examples
In the following example, the NAMERULE attribute has the value PLUNAMEONLY:
ADD SU $CREA.$SSCP.#APPL1, NAMERULE PLUNAMEONLY
If a request arrives with the PLU name MAIL, and the first word (where the first word
is the first character string up to the first blank) in the user data is PATHWAY, the APPL
name searched for is C-MAIL.
In the following example, the NAMERULE attribute has the value FIRSTWORD:
ADD SU $CREA.$SSCP.#APPL1, NAMERULE FIRSTWORD
If a request arrives with the PLU name MAIL, and the first word in the user data is
PATHWAY, the APPL name searched for is C-MAIL-PATHWAY.
In the following example, the NAMERULE attribute has the value PLUNAMEONLY, and
the PLUNAME attribute has the value STOCK:
ADD SU $CREA.$SSCP.#APPL1, NAMERULE PLUNAMEONLY, &
PLUNAME STOCK
If a request arrives with the PLU name MAIL, and the first word in the user data is
PATHWAY, the APPL name that for is C-STOCK.
In the following example, the NAMERULE attribute has the value FIRSTWORD, and
the PLUNAME attribute has the value STOCK:
ADD SU $CREA.$SSCP.#APPL1, NAMERULE FIRSTWORD, &
PLUNAME STOCK
If a request arrives with the PLU name MAIL, and the first word in the user data is
PATHWAY, the APPL name searched for is C-STOCK-PATHWAY.