NCLHELP.HLB  —  create  ddcmp (OpenVMS VAX)
    Creates the DDCMP module.  Refer to HELP ENTITY DDCMP for
    more information about this entity and its subentities.

    create  [node node-id] ddcmp

    Select link for information on creating ddcmp link and
    ddcmp link logical station subentities.

1  –  Exception Messages

 o  already exists

    A DDCMP module already exists.

2  –  link

    Creates an instance of a ddcmp link entity which defines
    the attributes of a link to a communications port that uses
    DDCMP.

    create  [node node-id] ddcmp -
        link link-name [protocol protocol-type]

    The optional Protocol argument specifies the protocol mode used
    by the local station.

    point      The local station is one end of a point-to-point link.
               This is the default and only supported value.

    tributary  The local station acts as a tributary of a multipoint
               link.

    Example:

    create ddcmp link ddcmp-0

    Select logical_station for information on creating ddcmp link
    logical station subentities.

2.1  –  Exception Messages

 o  already exists

    A ddcmp link entity by that instance name already exists.

2.2  –  logical_station

    Creates an instance of a ddcmp link logical station entity,
    which manages a link to a remote station.

    create  [node node-id] ddcmp link link-name -
         logical station station-name

    Station-name is the simplename chosen to identify this ddcmp
    link logical station instance.

    Example:

    create ddcmp link ddcmp-0 logical station ddcmp-0

2.2.1  –  Exception Messages

 o  already exists

    A ddcmp link logical station entity already exists.

 o  maximum stations exceeded

    The station cannot be created because there are already the
    maximum stations defined for this link. This can occur when
    there is already one logical station defined for that link.
Close Help