The SET GLOBAL command sets the values of existing global variables or creates new variables and values. Any new global variables created exist for the entire QMF for Windows session (unless you delete them manually).
>>-- SET GLOBAL ( VariableName = Value, ... ----------------------------<<
Parameter | Description |
---|---|
VariableName | The name of the global variable to set or create. Global variable names can be from 1 to 17 characters long. Variables prefixed with DSQ are restricted, and cannot be created or deleted. |
Value | The value for the global variable. The value can be from 1 to 55 characters long. The values of variables prefixed with DSQ are restricted. |
SET GLOBAL (Var1=abc, Var2=def