| XPDGREF | 
This variable can be used to set or retrieve
information from the KIDS transport global, ^XTMP.  It can be used in the
following routine: Pre-Transportation Routine, Pre-Install Routine, and
Post-Install Routine.
Example:  to set the transport global
S @XPDGREF@("My subscript",1)="Information I need"
to read the transport global
S X=@XPDGREF@("My subscript",1)
 | 
| VARIABLES | 
TYPE | 
VARIABLES DESCRIPTION | 
 
XPDGREF | 
Both | 
This variable can be used to set or retrieve
information from the KIDS transport global, ^XTMP.  It can be used in the
following routine: Pre-Transportation Routine, Pre-Install Routine, and
Post-Install Routine.
Example:  to set the transport global
S @XPDGREF@("My subscript",1)="Information I need"
to read the transport global
S X=@XPDGREF@("My subscript",1)
 | 
 
 |