Hppath

Set Hppath “path list

(Initially: “!hpgroup,pub,pub.sys”)

Hppath is a feature of MPE/iX that directs Qedit to look in specific groups for program and command files to execute. The default Hppath is your logon group (!hpgroup), the Pub group of your logon account (pub.!hpaccount), and Pub.Sys. On MPE/iX, you would use these two MPE/iX commands to set and check your Hppath:

  :setvar hppath "!hpgroup,cmd,cmd.util,pub,pub.sys"  :showvar hppath  

MPE V does not support the :Setvar and :Showvar commands, so you would use these two Qedit commands to set and check your Hppath:

  /set hppath "!hpgroup,cmd,bin,cmd.util,pub,pub.sys"  /verify hppath  

The Set Hppath command allows reference to the !hpgroup, !hpaccount and !hphgroup variables within your path string. Set Hppath is only supported on MPE V.

Hppath