U_RLSCHN

Release a channel

WSupported on Windows
USupported on Unix
VSupported on OpenVMS
NSupported in Synergy .NET
xcall U_RLSCHN(channel)

channel

The channel to release. (n)

U_RLSCHN is used to release a channel previously allocated with the U_GETCHN subroutine.

Do not use U_RLSCHN to deallocate a channel that was allocated with U_OPEN. Use U_CLOSE instead.

This example releases the channel contained in chn.

xcall u_rlschn(chn)