$$TAXIND(XUIEN) |
Extrinsic function to retrieve the taxonomy code for
a given record in the
NEW PERSON file (#200).
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
XUIEN |
Input |
The internal entry number of the record in file #200.
Required. No default.
|
$$TAXIND |
Output |
If taxonomy exists returns string:
'TaxonomyX12Code^TaxonomyIEN'. Else returns string: '^'.
|
|
$$TAXORG(XUIEN) |
Extrinsic function to retrieve the taxonomy code for
a given record in the INSTITUTION file (#4).
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
XUIEN |
Input |
The internal entry number of the record in file #4.
Required. No default.
|
$$TAXORG |
Output |
If taxonomy exists returns string:
'TaxonomyX12Code^TaxonomyIEN'. Else returns string: '^'.
|
|