Guardian Programming Reference Summary for pTAL and TAL

Procedure Calls Summary (R-Z)
Guardian Programming Reference Summary for pTAL and TAL522631-001
8-25
SETSYNCINFO
(Superseded by FILE_SETSYNCINFO_) Is used by the backup process of a process
pair to pass the process pair’s latest synchronization block to the file system.
SETSYSTEMCLOCK
Changes the system clock if you are a super-group ID (255,255).
CALL SETSYNCINFO ( filenum ,sync-block );
filenum, INT:value input
sync-block, INT:ref:* input
< (CCL) An error occurred (call FILEINFO).
= (CCE) SETSYNCINFO is successful.
> (CCG) The file is not a disk file.
CALL SETSYSTEMCLOCK ( julian-gmt ,mode ,[ tuid ] );
julian-gmt, FIXED input
mode, INT:value input
0 Absolute GMT, the source is operator input.
1 Absolute GMT, the source is the hardware clock.
2 Relative GMT, the source is operator input.
3 Relative GMT, the source is the hardware clock.
tuid, INT:value input
< (CCL) Insufficient capability
= (CCE) SETSYSTEMCLOCK was successful.
> (CCG) There is a mismatch with tuid; retry after redetermining the relative error.