Description
Type list READONLY
pmshell_readonly is only defined if the command is a shell subcommand running from within a Privilege Manager for Unix shell program (pmsh, pmcsh, and pmksh). You can set this variable to a list of environment variables to mark as readonly in the shell. It defaults to an empty list.
Example
if (defined pmshell) { #set some application specific readonly variables for the shell pmshell_readonly={"PATH", "SHELL", "APPL_HOME"}; }