Allowing use of the graphic user interface (GUI)

With the CQCC_GUI_ENABLE configuration parameter, the project manager or developers can choose to use the integration with a Perl/TK GUI. CQCC_GUI_ENABLE is used to enable or disable the Perl/TK GUI. The following values are used:

'ALWAYS'
The GUI is presented for command-line access as well, when possible.
'OFF'
The GUI is never presented and Perl/TK is not loaded.
'ON'
If Perl/TK support is available and DevOps Code ClearCase® Explorer or the File Browser is in use, then the GUI is presented.

For example:

&SetConfigParm("CQCC_GUI_ENABLE", "ON");