Slide 62 of 80
Notes:
- My HPPATH contains “HPBIN.SYS” so I can run the POSIX programs more easily.
- HPREMIPADDR and HPREMPORT are useful for determining how a user is connecting to your system.
- HPSTREAMEDBY shows the same information as seen at the beginning of the $STDLIST output of a job
- A common way to see if the user has sufficient capabilities is: :if pos(“SM”,hpusercapf) > 0 then # has SM cap
setvar has_SM (pos(“SM”,hpusercapf) > 0)