To list all InfoHubs available in the current global directory, execute a command like:

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

To list all InfoHubs available in the current global directory from within GT.M, invoke the following entry point in the InfoHub API as an extrinsic function:

$$list^InfoHub()

Example:

$ $gtm_dist/mumps -run InfoHub --action=list 
GTM>if $$list^InfoHub()

Both examples list all InfoHubs available in the current global directory.

loading table of contents...