JANUS DELETESUFFIX

From m204wiki
Jump to navigation Jump to search

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