GENERAL DESCRIPTION |
Kernel Toolkit needs this agreement with Fileman to be
able to use the variable D0 in DD definitions. Here are some examples of the
use of variable D0.
15,99991 LOOKUP1 ; COMPUTED
MUMPS CODE: S X="`"_+^VA(15,D0,0)
ALGORITHM: S X="`"_+^VA(15,D0,0)
DESCRIPTION: This field is used to navigate to the file
pointed to by RECORD1.
TECHNICAL DESCR: This field is used to navigate to the file
pointed to by RECORD1.
15,99992 LOOKUP2 ; COMPUTED
MUMPS CODE: S X="`"_+$P(^VA(15,D0,0),U,2)
ALGORITHM: S X="`"_+$P(^VA(15,D0,0),U,2)
DESCRIPTION: This field is used to navigate to the file
pointed to by RECORD2.
TECHNICAL DESCR: This field is used to navigate to the file
pointed to by RECORD2.
15,99993 LOOKUP3 ; COMPUTED
MUMPS CODE: S X="`"_D0
ALGORITHM: S X="`"_D0
LAST EDITED: AUG 08, 1989
DESCRIPTION: This computed field provides navigational
capability to any file that points to this
file and has a DINUM relationship.
TECHNICAL DESCR: This computed field provides navigational
capability to any file that points to this
file and has a DINUM relationship.
|