GENERAL DESCRIPTION |
Above PAR requests permission to perform direct reads
from the FILE Attribute file. Including all the fields as well as the 'GL' &
'IX' indexes.
The 'IX' cross reference index is used to return information faster by using
the cross references when searching for specific data.
^DD(File#, 0, "IX", Reference, File#, Field#)
The 'GL' index is used to step through data using the global layout.
^DD(File#, "GL", node, piece, Field#)
Global File & Field may be read and traversed by direct means.
^DD(File#, Field#,0)
.01 LABEL 0;1 Direct Read & Fileman Read
.2 SPECIFIER 0;2 Direct Read & Fileman Read
.3 POINTER 0;3 Direct Read & Fileman Read
.4 GLOBAL SUBSCRIPT LOCATION 0;4 Direct Read & Fileman Read
INPUT TRANSFORM 0;5 Direct Read & Fileman Read
^DD(File#, Field#,1,SEQ CROSS-REFERENCE ^DD(File#, Field#,1,SEQ,0)
File 0;1 Direct Read & Fileman Read
INDEX 0;2 Direct Read & Fileman Read
^DD(File#, Field#,1,SEQ,1,1)
SET STATEMENT Direct Read & Fileman Read
^DD(File#, Field#,1,SEQ,1,2)
KILL STATEMENT Direct Read & Fileman Read
^DD(File#, Field#,1,SEQ,1,3)
NO DELETE MESSAGE Direct Read & Fileman Read
^DD(File#, Field#,1,SEQ,1,"DT")
DATE UPDATED Direct Read & Fileman Read
^DD(File#, Field#,1,SEQ,1,"%D")
DESCRIPTION Direct Read & Fileman Read
^DD(File#, Field#,3)
.01 'HELP'-PROMPT 0;1 Direct Read & Fileman Read
^DD(File#, Field#,21)
.01 DATE LAST UPDATED 0;1 Direct Read & Fileman Read
^DD(File#, Field#,"DT")
.01 DATE LAST UPDATED 0;1 Direct Read & Fileman Read
Global Location may be read and traversed by direct means.
^DD(File#, "GL", Node, Piece, Field#)
Global Indexes may be read and traversed by direct means.
^DD(File#, 0, "IX", Reference, File#, Field#)
|