CL Command Reference - STRQSH

CL Command List > STRQSH 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.

Using the Terminal Window

The terminal window has two parts:
. an input line for entering commands, and
. an output area that contains an echo of the commands you entered and any output generated by the commands.


Examples:

None.