JANUS ADDSUFFIX: Difference between revisions
Jump to navigation
Jump to search
Create JANUS ADDSUFFIX command page |
Add JANUS SUFFIXSTAT to See also |
||
| Line 32: | Line 32: | ||
<li>[[JANUS DELETESUFFIX]]</li> | <li>[[JANUS DELETESUFFIX]]</li> | ||
<li>[[JANUS DISPLAYSUFFIX]]</li> | <li>[[JANUS DISPLAYSUFFIX]]</li> | ||
<li>[[JANUS SUFFIXSTAT]]</li> | |||
</ul> | </ul> | ||
[[Category:Janus commands]] | [[Category:Janus commands]] | ||
Latest revision as of 17:18, 29 May 2026
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