Guardian Programming Reference Summary for pTAL and TAL
Procedure Calls Summary (G-N)
Guardian Programming Reference Summary for pTAL and TAL—522631-001
6-3
GETINCREMENTEDIT 
Returns the record number increment value for an IOEdit file. GETINCREMENTEDIT 
is an IOEdit procedure and can be used only with files that have been opened by 
OPENEDIT or OPENEDIT_.
GETPOOL 
(Superseded by POOL_CHECK_, POOL_DEFINE_, POOL_GETINFO_, 
POOL_GETSPACE_, POOL_PUTSPACE_, and POOL_RESIZE_) Obtains a block of 
memory from a buffer pool.
GETPOSITIONEDIT 
Returns the record number of the line in the specified file most recently read or written. 
GETPOSITIONEDIT is an IOEdit procedure and can only be used with files that have 
been opened by OPENEDIT or OPENEDIT_.
sysnum, INT:value input
devtype, INT:value input
devsubtype, INT:value input
increment := GETINCREMENTEDIT ( filenum );
increment, INT(32) returned value
filenum, INT .EXT:ref:1 input
address := GETPOOL ( pool-head ,block-size );
address, INT(32) returned value
pool-head, INT .EXT:ref:19 input, output
block-size, INT(32):value input
< (CCL) The value of block-size is out of range, or the data structures are invalid; -1D 
is returned.
= (CCE) The operation is successful; the extended address of the block returns if block-
size is greater than zero, -1D returns if block-size is equal to zero.
> (CCG) Insufficient memory is available; -1D returns.
position := GETPOSITIONEDIT ( filenum );










