; Return to calling routine the information needed to act on the specified alert.
; On return the following variables are defined:
; XQAID = the full alert id
; XQADATA = Any data passed as XQADATA at the time the alert was generated
; XQAROU = Indicates routine to be run (includes tag if necessary)
; This value may have three meanings
; 1. A null value indicates no routine to be used (XQAOPT contains option name to be run)
; 2. A value of ^<space> indicates that the alert is information only (no routine or option action involved).
; 3. The name of the routine as ^ROUTINE or TAG^ROUTINE
; XQAOPT = Indicates the name of the option to be run if not null.