Prompt

Set Prompt “string

(Initially: “/”)

The default prompt string is a slash “/”, but you can change that with Set Prompt.

  set prompt "Qedit /"  set prompt "Sys2 /"  

You can set your prompt to be the same as some MPE/iX variable such as your logon group or account, by putting the variable name inside the quotes. However, de-referencing MPE variables can only be done in a command file. The solution is to put the Set Prompt command in a command file, and execute the command file from your Qeditmgr file.

  /set prompt "!hpsysname /"  

Prompt