17.08.2013 Views

Contents, cont'd. - Intermec

Contents, cont'd. - Intermec

Contents, cont'd. - Intermec

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

CLOSE<br />

Chapter 2 Program Instructions<br />

Field of Application Statement closing one or several files and/or devices for input/output.<br />

Syntax CLOSE[[#] [, [#] ...]]<br />

# optionally indicates that whatever follows is a number.<br />

is the number assigned to a file or device when it was<br />

OPENed.<br />

Remarks This statement revokes OPEN. Only files or devices, which already have<br />

been OPENed, can be CLOSEd.<br />

A CLOSE statement for a file or device OPENed for sequential output entails<br />

that the data in the buffer will be written to the file/device in question<br />

automatically before the channel is closed.<br />

When a file OPENed for random access is CLOSEd, all its FIELD<br />

definitions will be lost.<br />

END, NEW and RUN will also close all open files and devices.<br />

Examples This statement closes all open files and devices:<br />

200 CLOSE<br />

A number of files or devices (No. 1–4) can be closed simultaneously using any<br />

of the following types of statement:<br />

200 CLOSE 1,2,3,4<br />

or<br />

200 CLOSE #1,#2,#3,#4<br />

or<br />

200 CLOSE 1,2,#3,4<br />

<strong>Intermec</strong> Fingerprint 7.2 – Reference Manual Ed. 3 40

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!