JANUS ADDSUFFIX

From m204wiki
Jump to navigation Jump to search

JANUS ADDSUFFIX: Register a suffix-to-DBS name mapping

The JANUS ADDSUFFIX command registers a suffix character and DBS name pair for a port that has APSYSUFFIX defined.

Syntax

JANUS ADDSUFFIX portname suffix dbsname

Where:

  • portname is the name of a JANUS DEFINE port with APSYSUFFIX set.
  • suffix is a single alphanumeric character (A-Z, 0-9).
  • dbsname is the name of the DBS instance, up to 63 characters.

Synonyms

JANUS ADDSUFF is a synonym for JANUS ADDSUFFIX.

Usage

A port can have multiple suffix mappings. The suffix must be unique for the port. If the suffix already exists for the specified port, an error is produced.

APSYSUFFIX must be specified on the JANUS DEFINE for the port before suffix mappings can be added.

This is new as of Model 204 version 8.0.

Example

JANUS ADDSUFFIX MYPORT A DBSALPHA JANUS ADDSUFFIX MYPORT B DBSBETA

See also