Print Page as PDF
DD GLOBAL READ ACCESS ICR (7145)

DD GLOBAL READ ACCESS    ICR (7145)

Name Value
NUMBER 7145
IA # 7145
GLOBAL ROOT DD(
DATE CREATED 2020/04/01
CUSTODIAL PACKAGE VA FILEMAN
USAGE Private
TYPE File
NAME DD GLOBAL READ ACCESS
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#)
STATUS Pending
KEYWORDS APAR
ID DD(
SUBSCRIBING PACKAGE
SUBSCRIBING PACKAGE SUBSCRIBING DETAILS
ABOVE PAR
COMPREHENSIVE CARE COORDINATION


ADDED 7/25/2022, effective with DSSV*1.1 DSS Class 3 product Document Only