Guardian Programming Reference Summary for pTAL and TAL

Procedure Calls Summary (A-C)
Guardian Programming Reference Summary for pTAL and TAL522631-001
4-2
ADDDSTTRANSITION
(Superseded by DST_TRANSITION_ADD_) Allows a super-group user (255, n) to add
an entry to the daylight-saving time (DST) transition table.
ADDRESS_DELIMIT_
Obtains the addresses of the first and last bytes of a particular area of the callers logical
address space. It can also obtain a set of flags that describe the area and the logical
segment ID of the area.
process-id, INT:ref:4 input
< (CCL) ACTIVATEPROCESS failed, or no process is designated process-id.
= (CCE) The process is activated.
CALL ADDDSTTRANSITION ( low-gmt ,high-gmt ,offset );
low-gmt, FIXED input
high-gmt, FIXED:value input
offset, INT:value input
< (CCL) You are not the super ID (255,255), you loaded the DST table inconsistently
(the DST table contains gaps or an overlap of entries), or you were loading the
DST table at the same time someone else was loading the DST table.
= (CCE) The DST table was loaded successfully.
error := ADDRESS_DELIMIT_ ( address
,[ low-address ]
,[ high-address ]
,[ address-descriptor ]
,[ segment-id ]
,[ error-detail ] );