Guardian Programming Reference Summary for C

Functions Summary (G-N)
Guardian Programming Reference Summary for C522630-001
6-14
JULIANTIMESTAMP
Returns a four-word, microsecond resolution, Julian-date-based timestamp.
type
KEYPOSITION[X]
(superseded by FILE_SETKEY_) Positions by primary or alternate key within a
structured file.
#include <cextdecs(JULIANTIMESTAMP)>
long long JULIANTIMESTAMP ( [ short type ] /* i */
,[ short _near *tuid ] /* o */
,[ short _near *error ] /* o */
,[ short node ] ); /* i */
0=Current GMT
1 = System-load GMT
2 = SYSGEN GMT
3 = Microseconds since system coldload
#include <cextdecs(KEYPOSITION)>
_cc_status KEYPOSITION ( short filenum /* i */
,char *key-value /* i */
,[ short key-specifier ] /* i */
,[ short length-word ] /* i */
,[ short positioning-mode ] ); /* i */
#include <cextdecs(KEYPOSITIONX)>
_cc_status KEYPOSITIONX ( short filenum /* i */
,const char *key-value /* i */
,[ short key-specifier ] /* i */
,[ short length-word ] /* i */
,[ short positioning-mode ] );/* i */
_status_lt (<returned_value>) Indicates that an error occurred (call
FILE_GETINFO_ or FILEINFO).
_status_eq (<returned_value>) Indicates that the KEYPOSITION was
successful.
_status_gt (<returned_value>) Indicates that this is not a structured disk file.