Guardian Programming Reference Summary for C

Functions Summary (D-F)
Guardian Programming Reference Summary for C522630-001
5-18
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.
7 ZSYS^VAL^DST^
TABLE^EMPTY
The DST table has no entries. This error is
returned by the DST_GETINFO_ procedure.
8 ZSYS^VAL^DST^
BOUNDS^ERROR
An attempt was made to use time values outside
the supported range. The supported range is
1/ 1/ 1 0:00:00.000000 through 10000/12/31
23:59:59.999999 GMT.
9 ZSYS^VAL^DST^RAN
GE^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^RAN
GE^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^COU
NT^OVERFLOW
An attempt was made to add too many entries to
the table. Delete some of the entries and try
again.
#include <cextdecs(DST_TRANSITION_MODIFY_)>
short DST_TRANSITION_MODIFY_ ( short *olddst /* i */
,short *newdst ); /* i */
#include <cextdecs(EDITREAD)>
short EDITREAD ( short _near *edit-controlblk /* i */
,char *buffer /* o */
,short bufferlen /* i */
,long *sequence-num ); /* o */
Error Literal Value Description