JANUS DELETESUFFIX: Difference between revisions

From m204wiki
Jump to navigation Jump to search
Create JANUS DELETESUFFIX command page
 
Add JANUS SUFFIXSTAT to See also
 
Line 29: Line 29:
<li>[[JANUS ADDSUFFIX]]</li>
<li>[[JANUS ADDSUFFIX]]</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 DELETESUFFIX: Remove a suffix-to-DBS name mapping

The JANUS DELETESUFFIX command removes a suffix mapping from a port that has APSYSUFFIX defined.

Syntax

JANUS DELETESUFFIX portname {suffix | *}

Where:

  • portname is the name of a JANUS DEFINE port with APSYSUFFIX set.
  • suffix is a single suffix character to remove, or * to remove all suffix mappings for the port.

Synonyms

JANUS DELSUFFIX and JANUS DELSUFF are synonyms for JANUS DELETESUFFIX.

Usage

Specify a single suffix character to remove one mapping, or * to remove all suffix mappings for the port.

This is new as of Model 204 version 8.0.

Example

JANUS DELETESUFFIX MYPORT A JANUS DELETESUFFIX MYPORT *

See also