Guardian Programming Reference Summary for pTAL and TAL
Procedure Calls Summary (D-F)
Guardian Programming Reference Summary for pTAL and TAL—522631-001
5-23
DST_TRANSITION_MODIFY_
Allows a super-group user (255,n) to modify an entry in the daylight-saving-time (DST)
transition table. This operation is allowed only when the DAYLIGHT_SAVING_TIME
option in the system is configured to the TABLE option.
EDITREAD
Reads text lines from an EDIT file (file code = 101). One line is transferred by each call
to EDITREAD.
9 ZSYS^VAL^DST^RANGE^LOW The specified keygmt value was
less than the lowgmt value of
the first DST interval with
nonzero offset. This error is
returned by the DST_GETINFO_
procedure.
10 ZSYS^VAL^DST^RANGE^HIGH The specified keygmt value is
greater than the highgmt of the
last DST interval with nonzero
offset. This error is returned by
the DST_GETINFO_ procedure.
11 ZSYS^VAL^DST^COUNT^OVERFLOW An attempt was made to add too
many entries to the table. Delete
some of the entries and try again.
error:= DST_TRANSITION_MODIFY_ ( olddst
, newdst );
error
olddst, INT.EXT input
newdst, INT.EXT input
status := EDITREAD ( edit-controlblk
,buffer
,bufferlen
,sequence-num );
status, INT returned value
Error Literal Value Description