Starting an InfoHub

To start an InfoHub from the shell, execute a command like:

$ $gtm_dist/mumps -run InfoHub --action=start 

To start an InfoHub from within GT.M, invoke the following entry point in the InfoHub API as an extrinsic function:

$$start^InfoHub(InfoHubID,$zgbldir)

Example:

$ $gtm_dist/mumps -run InfoHub --action=start

This example starts the InfoHub most recently associated with the current global directory.

GTM>if $$start^InfoHub(7421)
JOB 10215 InfoHub Active at 1383133001659001

This example starts the InfoHub whose ID is 7421.

Related Information: