JANUS DELETESUFFIX

From m204wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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