CL Command Reference - QSH

CL Command List > QSH Reference

Description:

The Start QSH (STRQSH) command, as known as QSH, starts the qsh shell interpreter.

If run in an interactive job, STRQSH starts an interactive shell session. If a shell session is not already active in the job, then:
1. A new shell session is started and a terminal window is displayed.
2. qsh runs the commands from the file /etc/profile if it exists.
3. qsh runs the commands from the file .profile in the user¡¯s home directory if it exists.
4. qsh runs the commands from the file specified by the expansion of the ENV variable if it exists.

If a shell session is already active in an interactive job, you are reconnected to the existing session. From the terminal window, you can enter shell commands and view output from the commands.



Examples:

None.