R22 – Environment values should be under the Variables subtree (WMB)

Environment values should be under the Variables subtree (WMB)

Having environment values in a standard place helps organize the code.

For example SET Environment.MQMD = InputRoot.MQMD;
Preferred SET Environment.Variables.MQMD = InputRoot.MQMD;