$CenqCt

From m204wiki
Revision as of 14:48, 6 April 2015 by JAL (talk | contribs) (misc cleanup)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

The $CenqCt function reports the number of unused entries within the resource enqueuing table. The number must be more than the number of noncritical resources needed by the next statement(s) in the request. All resources except the following are noncritical:

DIRECT
EXISTENCE
INDEX
RECORD ENQUEUE

The function has no input and returns a single number. For example, PRINT $cenqct displays the number of unused entries.