Guardian Programming Reference Summary for pTAL and TAL
Procedure Calls Summary (R-Z)
Guardian Programming Reference Summary for pTAL and TAL—522631-001
8-11
REPOSITION
(Superseded by FILE_RESTOREPOSITION_) Positions a disk file to a saved position
(the positioning information was saved by a call to the SAVEPOSITION procedure).
RESETSYNC
Is used by the backup process of a process pair after a failure of the primary process.
RESETSYNC resynchronizes any open files whose file sychronization blocks are not
checkpointed after the most recent stack checkpoint, and clears a process pair’s file
synchronization block.
RESIZEPOOL
(Superseded by POOL_CHECK_, POOL_DEFINE_, POOL_GETINFO_,
POOL_GETSPACE_, POOL_PUTSPACE_, and POOL_RESIZE_) Changes the size of
a pool that was initialized by the DEFINEPOOL procedure.
< (CCL) An error occurred (call FILE_GETINFO_ or FILEINFO).
= (CCE) The REPLY[X] is successful.
> (CCG) A warning occurred (call FILE_GETINFO_ or FILEINFO).
CALL REPOSITION ( filenum ,positioning-block );
filenum, INT:value input
positioning-block, INT:ref:* input
< (CCL) An error occurred (call FILE_GETINFO_ or FILEINFO).
= (CCE) REPOSITION is successful.
> (CCG) The file is not a disk file.
CALL RESETSYNC ( filenum );
filenum, INT:value input
< (CCL) An error occurred (call FILEINFO).
= (CCE) RESETSYNC is successful.
> (CCG) The file is not a disk file.