(PYVMS LOGO) Python on OpenVMS

(go to: table of contents, index, list of vms_sys, prev: DACEFC, next: DELETE_PROXY)


DASSGN - Deassign I/O Channel


Deassigns (releases) an I/O channel previously acquired using the Assign I/O Channel ($ASSIGN) service.


Format:

    vms_sys.dassgn (chan)
Returns:

None

Arguments:

chan
Number of the I/O channel to be deassigned. Specify a positive 16-bit integer (0 - 65535).
Examples:
>>> import vms_sys

@@ DASSGN - a short test on 29-NOV-1998 with vms_lib.asn_wth_mbx().

(go to: table of contents, index, list of vms_sys, prev: DACEFC, next: DELETE_PROXY)

29-NOV-1998 ZE.