LL_CLOSE

Close a linked list on the file stack

WSupported on Windows
USupported on Unix
VSupported on OpenVMS
NSupported in Synergy .NET
xcall LL_CLOSE(control)

control

The linked list control structure. (a)

LL_CLOSE closes a linked list on the file stack.

This subroutine will close the specified linked list, but the file-stack level (logical file) will only be closed if there are no higher levels active.

The following example closes the linked list identified by lnkctl.

xcall ll_close(lnkctl)