| DIC |
This entry point is called to retrieve dictionary
specific data to assist in reformating.
|
| VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
DICNUM |
Input |
This is the IENs form dictionary 44, 45.1, 757.01,
50.6,50.7, 53,100.02 , 101.43 & 8925.1 files.
|
ENTRY |
Input |
This variable is sent from a command in the VDEM
Controller. The ENTRY defines what a specific point in where a command will
exicute.
|
VALUE |
Both |
This variable defines the data that exists in the
called DICNUM varible and will be needed to determine what will be translated.
When a match is found, variable VALUE will be reset and send back to the
called routine with a new value.
|
|
PERCONC |
This is called by VDEM routines to assist in
extracting Person Class Data. The routine calls dictionary 8932.1.
|
| VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
VALUE |
Both |
This variable is information that is sent from a VDEM
application which contains person class information. The routine will find
corresponding data and will add/update/modify the data and send it back in a
variable called VALUE.
|
IEN |
Input |
This variable is sent by a VDEM routine and is the
Internal Entry Number for USC(8932.1,IEN...from this string we are getting the
3rd peice. This is used to recreate the variable VALUE.
|
|
GMRVVIT |
This tag is a custom routine that pulls data from
Dictionary # 120.52.
|
| VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
IEN |
Used |
This is the Internal Entry Number fro Global
GMRD(120.53,IEN,0)
|
NAME |
Used |
This variable is the Pce 1 from data string in Global
GMRD(120.53,IEN,0).
|
VITIEN |
Input |
This variable is a Subscript in a global
GMRD(120.53,IEN,1,VITIEN).
|
VITINDT |
Used |
This variable is a string of data from global
GMRD(120.53,IEN,1,VITIEN,0).
|
'VITIN' |
Used |
This varaible is the 1st pce of data from variable
VITINDT.
|
VITDATA |
Used |
This is a data string that is created from Dictionary
global 120.51. The string is dirived from GMRD(120.51,VITIN,0)
|
DEFIEN |
Used |
This variable is a subscript that is used in getting
data from dictionary (#120.52)
ie . GMRD(120.52,DEFIEN,0)
|
|