skip to main content
Roche logo
You can use the “set” command to change some of the CLI environment parameters within a script (see section 3.4.14 for the usage statement). The “set” command allows you to change the value of three parameters (verbose, onErrors, and currDir).
set verbose false
set verbose true
set onErrors stop
set onErrors continue
set currDir <path>
Setting verbose to true enables additional logging to enhance troubleshooting capabilities. Each command is logged as it is executed. This is particularly useful for commands that are dynamically synthesized as a side effect of reading tabular input (see section 3.3.2.3). However, whether or not verbose mode is set to true, the CLI will report detailed locations (including, as appropriate, the file name of the script, the line of the script, and the line of any external file or table being read) when it encounters errors.