CONFIG |
|
|
The CONFIG command reports your licence details and configuration parameters. It can also be used to modify the values of some parameters.
Format
CONFIG {LPTR} CONFIG param new.value
The first format of the CONFIG command allows you to examine your system configuration. The report shows the licence details followed by the values of configurable parameters. The LPTR option directs the report to the default printer.
Each parameter name is be preceded by an asterisk if the parameter is set in the configuration file or a + sign if it is a private configuration parameter that has been modified in the current QM session. If neither marker is present, the parameter has its default value.
The second form of the CONFIG command can be used to set parameter param to new.value in the current process. Only private configuration parameters that are maintained on a per-process basis can be modified. To amend the value of a global configuration parameter, edit the qmconfig item in the QMSYS account directory using any text editor or the EDIT.CONFIG command.
Examples
CONFIG
Version number 3.0-6, 64-bit, ECS Licence number 1961491396, System id LWWK-FTXT Maximum users 50, available 43 Expiry date 31 December 2014 Licensed to Manor Developments Limited
+ CMDSTACK 40 * NUMFILES 60 * NUMLOCKS 70 OBJECTS 0 OBJMEM 0 kb * SORTMEM 1024 kb * SORTWORK c:\temp
The first section of output corresponds to the licence data entered when the system was installed or subsequently relicensed. The second section, shown abbreviated in this example, lists the values of configurable parameters.
Example
CONFIG MUSTLOCK 1
This command modifies the value of the MUSTLOCK parameter to be 1. Only the process in which the command is executed is affected. |