Please enable JavaScript to view this site.

A-Shell Reference

Navigation: A-Shell BASIC (ASB) > Statements > File I/O Statements > ISAM-A Files

RELEASE

Scroll Prev Top Next More

RELEASE’RECORD #channel {,recordnumber}

RELEASE’ALL #channel

RELEASE'RECORD releases the lock on the previously accessed record, or the record number specified.

Note that you need to use RELEASE'RECORD after an UPDATE'RECORD, since the latter does not release the lock itself.